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
Copy file name to clipboardexpand all lines: CHANGELOG.md
+28
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,31 @@
1
+
## Version 1.9.0 (2024/11/29)
2
+
3
+
### Issues Closed
4
+
5
+
*[Issue 160](https://github.com/pytroll/pyorbital/issues/160) - SENTINEL-2 TLE files ([PR 161](https://github.com/pytroll/pyorbital/pull/161) by [@simonrp84](https://github.com/simonrp84))
6
+
*[Issue 119](https://github.com/pytroll/pyorbital/issues/119) - tlefile.py seem to use satellite name rather than the international designator number ([PR 118](https://github.com/pytroll/pyorbital/pull/118) by [@adybbroe](https://github.com/adybbroe))
7
+
*[Issue 80](https://github.com/pytroll/pyorbital/issues/80) - NotImplementedError: Mode "Near-space, simplified equations" not implemented ([PR 124](https://github.com/pytroll/pyorbital/pull/124) by [@JonathanMaes](https://github.com/JonathanMaes))
8
+
9
+
In this release 3 issues were closed.
10
+
11
+
### Pull Requests Merged
12
+
13
+
#### Bugs fixed
14
+
15
+
*[PR 159](https://github.com/pytroll/pyorbital/pull/159) - Bugfix use of datetime.datetime objects in call to `get_last_an_time`
16
+
17
+
#### Features added
18
+
19
+
*[PR 171](https://github.com/pytroll/pyorbital/pull/171) - Refactor _SGDB4 class
20
+
*[PR 169](https://github.com/pytroll/pyorbital/pull/169) - Switch to use pyproject.toml instead of setup.py, and skip versioneer
21
+
*[PR 161](https://github.com/pytroll/pyorbital/pull/161) - Add new platforms and clarify help message for `check_platform` ([160](https://github.com/pytroll/pyorbital/issues/160))
22
+
*[PR 146](https://github.com/pytroll/pyorbital/pull/146) - Update CI to use Python 3.10 - 3.12 and plain Miniforge
*[PR 118](https://github.com/pytroll/pyorbital/pull/118) - Refactor and improve tests concerning the TLE file handling ([119](https://github.com/pytroll/pyorbital/issues/119))
0 commit comments