You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Base staleness check on TLE Epoch instead of wall clock (#63)
Change quick_predict to use epoch for staleness
Updates the quick_predict function to use the TLE's epoch for checking if the TLE is too stale,
rather than the current system time, allowing for predictions of TLE's older than a year, if
the prediction time is within a year of the TLE's epoch.
Also removes the now unused Daynum2String function and frozen time debug features.
feat: rewrite `above` implementation to improve performance (#48)
* Add fast above to work with SPR
* docs: reformat doc comments
* style: format with black
* fix: use range instead of xrange for py3 compat
* Add test above
Co-authored-by: Pablo Sierra Heras <[email protected]>
Co-authored-by: Jeremiah Matthey <[email protected]>
Use README.md for long description (#55)
* Use README.md for long description
* Dont use encoding in open for py2 support
* Add short description and bump version
* Update description string
Merge pull request #39 from nsat/makefile_update
Smarter/better makefile; now with upload capability and builds source distribution.
Ran black on setup.py
Add Python 3 support (#33)
Adding backwards-compatible Python 3 support, tested up to 3.8.2.
Verified to still work with Python 2.7.
Also adds a makefile and scripts to build binary manylinux wheels for several python versions.