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.
 
 
 
 

2.4 KiB

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