Skip to content

Releases: Kosmorro/lib

v1.0.10

11 Nov 11:17
Compare
Choose a tag to compare

Bug Fixes

Version 1.0.9

19 Aug 08:30
Compare
Choose a tag to compare

Bug Fixes

  • fix compatibility with the last versions of NumPy (#65) (e43319b)

Version 1.0.8

05 May 11:43
Compare
Choose a tag to compare

Bug Fixes

  • deps: update skyfield-data requirement from >=3,<5 to >=3,<6 (#62) (a2aa56c)

Version 1.0.7

11 Nov 09:04
Compare
Choose a tag to compare

Build System

BREAKING CHANGES

  • Python 3.7 is not supported anymore.

Version 1.0.6

19 Mar 09:47
Compare
Choose a tag to compare

Bug Fixes

  • prevent get_ephemerides() from returning values out of the dates given in arguments (1cf40f5)

Version 1.0.5

21 Feb 12:33
Compare
Choose a tag to compare

Bug Fixes

  • ephemerides: fix the rise, culmination and set times being too often None (bbf1b9f)
  • fix the warning message from skyfield-data package about expired data (f3d39ad)

Version 1.0.4

09 Jan 15:13
Compare
Choose a tag to compare

Bug Fixes

  • Breaking change: restore kosmorrolib.__version__ module (0245394)

Version 1.0.3

09 Jan 13:27
Compare
Choose a tag to compare

Bug Fixes

Version 1.0.2

09 Jan 12:31
Compare
Choose a tag to compare

Bug Fixes

  • fix Python support for NumPy (#40) (a99ef9d)

  • make the opposition detection more reliable (#39) (761ec4e)

  • remove NumPy direct dependency (#41) (f0b4267)

    Note that Numpy is still a dependency of Skyfield and its dependencies, so NumPy is actually still needed to run Kosmorrolib. But now, it is not used anymore here.

Version v1.0.1

01 Nov 16:07
Compare
Choose a tag to compare

Bug Fixes