This website works better with JavaScript.
Home
Explore
Help
Sign In
Kosmorro
/
kosmorro
mirror of
https://github.com/Kosmorro/kosmorro
Watch
1
Star
0
Fork
0
Code
Issues
Releases
33
Activity
http://kosmorro.space
92
Commits
6
Branches
25 MiB
Gettext Catalog
53.4%
Python
38.7%
TeX
7.2%
Makefile
0.7%
Tree:
2819173590
kosmorro
/
CHANGELOG.md
2.4 KiB
Raw
Blame
History
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)
First version