Skip to content

v1.3.0

Compare
Choose a tag to compare
@kstopa kstopa released this 05 Mar 18:12
· 7 commits to master since this release
6e907a9

It has taken some time but finally its here a new release that includes:

Features

  • Unique sunrise (get_sunrise_time) and sunset (get_sunset_time) methods (note that get_local_sunrise_time and get_local_sunset_time are deprecated now)
  • Added seconds calculation, although note that this also depends on the orography so it is just an approximate calculation

Bugfixes

Dev-ops

  • Added tests
  • Included GitHub actions for linting and testing on python 3.8 to 3.10