Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 

2.1 KiB

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