Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: nsat/pypredict

Tags

v1.8.0

Toggle v1.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Resolve GCC14 compiler warnings, add python 3.12/3.13 support, remove…

… python 3.7 (#70)

* Address compiler warnings in the latest versions of GCC and clang
* Add support for Python 3.12/3.13
* Deprecate/remove Python 3.7 builds

v1.7.2

Toggle v1.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.

v1.7.1

Toggle v1.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update CI actions, remove 2.7 test (#61)

v1.7.0

Toggle v1.7.0's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
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]>

v1.6.3

Toggle v1.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v1.6.2

Toggle v1.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix missing comma in function parameters (#40)

* Fixing missing comma in function parameters

* Update version to 1.6.2

v1.6.1

Toggle v1.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #39 from nsat/makefile_update

Smarter/better makefile; now with upload capability and builds source distribution.

Ran black on setup.py

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

v1.0.0-py3

Toggle v1.0.0-py3's commit message
Specify supported python versions