A library that computes the ephemerides.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

1.1 KiB

Version 0.11.0 (2021-04-18)

Bug Fixes

  • add missing enums to the exposed model, rename data.py to model.py (#11) (64c8dd9)

Build System

  • fix some variables in version.py (#13) (2d24786)

BREAKING CHANGES

  • __build__ constant in __version__.py has been removed.
  • kosmorrolib.data has been renamed to kosmorrolib.model. To ensure further BC-break to happen on this side, prefer using the model now exposed from kosmorrolib directly.

Version 0.10.0 (2021-04-05)

Bug Fixes

  • take the timezone in account on get_moon_phase (2df588e)

Features

  • make the date parameter optional (default value: today) (c59b553)