Python: Find rise/set/culm of user-defined stars.

Added Python support for user-defined stars.
Defined new StateVector methods: Position and Velocity.
Defined division operator: Vector / float.
Bumped version number to 2.1.12.
This commit is contained in:
Don Cross
2022-11-22 21:42:02 -05:00
parent fe625c5956
commit 7b7a306baf
14 changed files with 481 additions and 16 deletions

View File

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