Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
v0.5.2 (2020-02-04)
Bug Fixes
- add missing dependency for PIP (906a592)
v0.5.1 (2020-02-03)
Bug Fixes
- add compatibility for Skyfield 1.17 (081aab1)
v0.5.0 (2020-01-26)
Features
- add colors in the text return (38fc066)
- i18n: make the strings translatable (c4f07a1)
- Kosmorro is now available in French and German!
v0.4.0 (2019-12-28)
Features
- events: add support for conjunctions (8d60a2a)
- rename fields in the JSON response for more coherence (4029ba9)
- ephemerides: compute ephemerides if the position is set only (467c822)
- events: add support for opposition events (fa2da9e)
BREAKING CHANGES
- the fields “details” and “ephemerides” have been switched.
- ephemerides: 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).
v0.3.1 (2019-12-01)
Bug Fixes
- moonphase: fix the Moon phase prediction (d715746)
v0.3.0 (2019-12-01)
Bug Fixes
- position: remove useless altitude argument (d079fc7)
- terminology: use the “Object” term (e21f632)
Features
- moon-phase: compute more accurate Moon phase (6856d45)
Performance Improvements
- position: enhance the position performing (61536da)
BREAKING CHANGES
- position: invoking kosmorro command with the --altitude argument
will now fail with an “unrecognized arguments” error.
- moon-phase: JSON format now returns the moon phase as an object
instead of a string
v0.2.3 (2019-11-24)
Bug Fixes
- dumper: display the right date on output text (2511d31)
v0.2.2 (2019-11-18)
Bug Fixes
- set times are now correct (82bdc70)
Features
- add argument to get the current version (5f74b08)
v0.2.1 (2019-11-17)
Bug Fixes
- Move version constant to its own file to prevent sgp4 module failing in the AUR (9a0c9d3)
v0.2.0 (2019-11-17)
Added
- Add JSON output
- Add argument to clear the cache
Changed
- Update Numpy to v1.17.4
- Update PyLint to v2.4.4
v0.1.0 (2019-11-10)