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
+28Lines changed: 28 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,31 @@
1
+
## Version 1.7.0 (2021/12/20)
2
+
3
+
### Issues Closed
4
+
5
+
*[Issue 90](https://github.com/pytroll/pyorbital/issues/90) - get_observer_look raises IndexError on numpy 1.21.4
6
+
*[Issue 85](https://github.com/pytroll/pyorbital/issues/85) - Azimuth/elevation output not changing with 1-second increments
7
+
*[Issue 79](https://github.com/pytroll/pyorbital/issues/79) - ModuleNotFoundError: 'pyorbital' is not a package
8
+
*[Issue 72](https://github.com/pytroll/pyorbital/issues/72) - Unexpected Nans in get_observer_look_no_tle
9
+
*[Issue 38](https://github.com/pytroll/pyorbital/issues/38) - Issue with pyorbital.planets
10
+
11
+
In this release 5 issues were closed.
12
+
13
+
### Pull Requests Merged
14
+
15
+
#### Features added
16
+
17
+
*[PR 91](https://github.com/pytroll/pyorbital/pull/91) - Add get_observer_look test for scalar case and update stickler config ([91](https://github.com/pytroll/pyorbital/issues/91))
18
+
*[PR 89](https://github.com/pytroll/pyorbital/pull/89) - Change tested Python versions to 3.8, 3.9 and 3.10
19
+
*[PR 83](https://github.com/pytroll/pyorbital/pull/83) - Add Sentinel-5P to platform_names
20
+
*[PR 78](https://github.com/pytroll/pyorbital/pull/78) - Add parser to read TLEs from Multi Mission Administrative Messages
21
+
22
+
#### Documentation changes
23
+
24
+
*[PR 82](https://github.com/pytroll/pyorbital/pull/82) - Add historical TLE files link
0 commit comments