Jérôme Deuchnord
6618712030
refactor: simplify ephemerides, remove dead code
BREAKING CHANGE: the JSON format has deeply changed to enhance its
consistency
4 years ago
brain_face
b9454be459
feat: add support for relative dates on --date argument
4 years ago
Jérôme Deuchnord
0284de452b
build: bump version 0.7.0
4 years ago
Jérôme Deuchnord
d96e22f3b1
fix: fix wording in the PDF output
4 years ago
Jérôme Deuchnord
b8d6ae2f51
feat: add support for occultations
4 years ago
Jérôme Deuchnord
5dec0dcc4c
feat: add support for environment variables
The observer's position and timezone can now be set using the following
environment variables:
- `KOSMORRO_LATITUDE`: the observer's latitude
- `KOSMORRO_LONGITUDE`: the observer's longitude
- `KOSMORRO_TIMEZONE`: the observer's timezone
4 years ago
Jérôme Deuchnord
2fb3a2c828
build: bump version 0.6.2
4 years ago
Jérôme Deuchnord
1b4c499127
fix: remove Mercury and Venus opposition
4 years ago
Jérôme Deuchnord
c063f6e0f5
feat: add support for Moon conjunctions
4 years ago
Jérôme Deuchnord
f2b5772e90
build: bump version 0.6.1
4 years ago
Jérôme Deuchnord
c7bc7574df
fix(events): prevent false detection of conjunctions
4 years ago
Jérôme Deuchnord
5ec56c40b1
fix: remove the "timezone" word in the PDF output’s introduction
4 years ago
Jérôme Deuchnord
1cd54f42bc
refactor: remove unused functions in ephemerides.py
4 years ago
Jérôme Deuchnord
32489ae355
feat: move the date to a single argument
BREAKING CHANGE: the --day, --month and --year arguments have been removed in the
favor of a single one.
4 years ago
Jérôme Deuchnord
87c1cdad9d
build: bump version 0.6.0
4 years ago
Jérôme Deuchnord
9dbc093631
feat: add support for maximal elongations of Mercury and Venus
4 years ago
Jérôme Deuchnord
d7730bd2ad
feat: add support for timezones
4 years ago
Jérôme Deuchnord
72527ae886
ci: add E2E tests
4 years ago
Jérôme Deuchnord
aad9c0c935
build: bump version 0.5.2
4 years ago
Jérôme Deuchnord
2fadc2a95e
feat: add ability to save PDF file
You can now use the `--format=pdf` argument to save the data computed by
Kosmorro to a PDF file. The new `--output` argument must be given with
the export file path.
4 years ago
Jérôme Deuchnord
1dffd79d65
build: bump version 0.5.1
4 years ago
Jérôme Deuchnord
081aab129e
fix: add compatibility for Skyfield 1.17
4 years ago
Jérôme Deuchnord
56622c0092
build: bump version 0.5.0
4 years ago
Jérôme Deuchnord
38fc06657f
feat: add colors in the text return
Colors can be disabled with the new `--no-colors` argument.
4 years ago
Jérôme Deuchnord
c4f07a1d64
feat(i18n): make the strings translatable
4 years ago
Jérôme Deuchnord
29adfef382
build: bump version 0.4.0
4 years ago
Jérôme Deuchnord
8d60a2ad99
feat(events): add support for conjunctions
4 years ago
Jérôme Deuchnord
4029ba9ec2
feat: rename fields in the JSON response for more coherence
BREAKING CHANGE: the fields "details" and "ephemerides" have been switched.
4 years ago
Jérôme Deuchnord
467c8227df
feat(ephemerides): compute ephemerides if the position is set only
BREAKING CHANGE: invoking kosmorro command without --latitude and
--longitude arguments will now only output the Moon phase and,
eventually, the events for the given date (or today if date not given).
4 years ago
Jérôme Deuchnord
fa2da9e4a9
feat(events): add support for opposition events
4 years ago
Jérôme Deuchnord
bea675f5fd
build: bump v0.3.1
4 years ago
Jérôme Deuchnord
d7157466d9
fix(moonphase): fix the Moon phase prediction
4 years ago
Jérôme Deuchnord
889d957532
build: bump version 0.3.0
4 years ago
Jérôme Deuchnord
e21f6327f4
fix(terminology): use the "Object" term
instead of "Planet" in the text format output
4 years ago
Jérôme Deuchnord
61536da9df
perf(position): enhance the position performing
4 years ago
Jérôme Deuchnord
d079fc7b20
fix(position): remove useless altitude argument
BREAKING CHANGE: invoking kosmorro command with the --altitude argument
will now fail with an "unrecognized arguments" error.
4 years ago
Jérôme Deuchnord
6856d45643
feat(moon-phase): compute more accurate Moon phase
BREAKING CHANGE: JSON format now returns the moon phase as an object
instead of a string
5 years ago
Jérôme Deuchnord
c0ba12e2fa
build: bump version 0.2.3
5 years ago
Jérôme Deuchnord
855c9372ba
Bump v0.2.2
5 years ago
Jérôme Deuchnord
82bdc7055b
fix: set times are now correct
5 years ago
Jérôme Deuchnord
327dcbcced
Bump version 0.2.1
5 years ago
Jérôme Deuchnord
9a0c9d3ae3
fix: Move version constant to its own file to prevent sgp4 module failing in the AUR
5 years ago
Jérôme Deuchnord
2c818c3924
Bump v0.2.0
5 years ago
Jérôme Deuchnord
5c8d885707
Add --clear-cache option
5 years ago
Jérôme Deuchnord
a8dfe3bd11
Add unit tests, fix variable names
5 years ago
Jérôme Deuchnord
da64382b3b
Add JSON output
5 years ago
Jérôme Deuchnord
8356b65abf
Update metadata, update readme
5 years ago
Jérôme Deuchnord
afd2f94882
Bump version 0.1.0
5 years ago
Jérôme Deuchnord
392b2dd7dc
Refactorization of the computation functions
5 years ago