Skip to content

Commit 38f5716

Browse files
committed
Update changelog
1 parent 92ec3a3 commit 38f5716

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.md

+28
Original file line numberDiff line numberDiff 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
23+
* [PR 124](https://github.com/pytroll/pyorbital/pull/124) - Implement SGDP4_NEAR_SIMP propagation ([80](https://github.com/pytroll/pyorbital/issues/80))
24+
* [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))
25+
* [PR 98](https://github.com/pytroll/pyorbital/pull/98) - Add slstr ([81](https://github.com/pytroll/pyorbital/issues/81))
26+
27+
In this release 8 pull requests were closed.
28+
129
## Version 1.8.3 (2024/06/25)
230

331
### Issues Closed

0 commit comments

Comments
 (0)