-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #44 from Juanlu001/new-version
Release 1.9.0
- Loading branch information
Showing
2 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |