A library that computes the ephemerides.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CHANGELOG.md 1.1 KiB

123456789101112131415161718192021222324252627282930313233343536
  1. # [Version 0.11.0](https://github.com/Kosmorro/lib/compare/v0.10.0...v0.11.0) (2021-04-18)
  2. ### Bug Fixes
  3. * add missing enums to the exposed model, rename data.py to model.py ([#11](https://github.com/Kosmorro/lib/issues/11)) ([64c8dd9](https://github.com/Kosmorro/lib/commit/64c8dd901da118e8dd11e932ad2a13874ccb2726))
  4. ### Build System
  5. * fix some variables in __version__.py ([#13](https://github.com/Kosmorro/lib/issues/13)) ([2d24786](https://github.com/Kosmorro/lib/commit/2d24786f7b2a52c7b9b77ac4d54c0b7e223236f6))
  6. ### BREAKING CHANGES
  7. * `__build__` constant in `__version__.py` has been removed.
  8. * `kosmorrolib.data` has been renamed to
  9. `kosmorrolib.model`. To ensure further BC-break to happen on this side,
  10. prefer using the model now exposed from kosmorrolib directly.
  11. # Version 0.10.0 (2021-04-05)
  12. ### Bug Fixes
  13. * take the timezone in account on get_moon_phase ([2df588e](https://github.com/Kosmorro/lib/commit/2df588e5c13246c19b3b5828bdf58b95d11ec104))
  14. ### Features
  15. * make the date parameter optional (default value: today) ([c59b553](https://github.com/Kosmorro/lib/commit/c59b553c86999958027a7649c52811b2bc5162fd))