Skip to content

Commit

Permalink
Merge pull request #44 from Juanlu001/new-version
Browse files Browse the repository at this point in the history
Release 1.9.0
  • Loading branch information
astrojuanlu authored Apr 12, 2019
2 parents 7a75f6d + 6f72e61 commit 48c7ed0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# orbit-predictor changelog

## 1.9.0 (2019-04-12)

* First Python-3 only release!
* Deprecated HighAccuracyTLEPredictor class, removed non-precise algorithm
* Added new Keplerian and J2 predictors based on classical orbital elements
* Added functions to create sun-synchronous satellites and planar constellations
* Added new NoradTLESource
* Fix off-nadir angle calculation
* Allow custom locations using an environment variable
* Do not round the microseconds internally, achieve much higher precision
(validated against STK)
2 changes: 1 addition & 1 deletion orbit_predictor/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# https://www.python.org/dev/peps/pep-0440/
__version__ = '1.8.6'
__version__ = '1.9.0'

0 comments on commit 48c7ed0

Please sign in to comment.