Merge branch 'riseset_poles'

Fixed issues with finding rise/set events near the
Earth's poles. Avoid assumptions that rise/set is
tied to hour angles.
This commit is contained in:
Don Cross
2022-11-14 12:05:20 -05:00
254 changed files with 22979 additions and 21306 deletions

View File

@@ -6,7 +6,7 @@ def _LoadFile(filename):
setup(
name='astronomy-engine',
version='2.1.9',
version='2.1.10',
description='Astronomy calculation for Sun, Moon, and planets.',
long_description=_LoadFile('README.md'),
long_description_content_type='text/markdown',