v1.3.0
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 thatget_local_sunrise_time
andget_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
- Big issue of suntime
- Inconsistent sunrise times between neighbouring zones
- Bug in day wrap for sunset times
Dev-ops
- Added tests
- Included GitHub actions for linting and testing on python 3.8 to 3.10