|
| 1 | +## Version 1.5.0 (2022/01/10) |
| 2 | + |
| 3 | +### Issues Closed |
| 4 | + |
| 5 | +* [Issue 94](https://github.com/pytroll/pygac/issues/94) - Method get_tle_lines() raises index error when tle lines are empty strings |
| 6 | +* [Issue 90](https://github.com/pytroll/pygac/issues/90) - Change in masked scanlines |
| 7 | +* [Issue 87](https://github.com/pytroll/pygac/issues/87) - Unit test discovery ([PR 98](https://github.com/pytroll/pygac/pull/98) by [@sfinkens](https://github.com/sfinkens)) |
| 8 | +* [Issue 85](https://github.com/pytroll/pygac/issues/85) - Update documentation |
| 9 | +* [Issue 80](https://github.com/pytroll/pygac/issues/80) - Reduce rounding error in POD reader adjust clock drift ([PR 84](https://github.com/pytroll/pygac/pull/84) by [@carloshorn](https://github.com/carloshorn)) |
| 10 | +* [Issue 76](https://github.com/pytroll/pygac/issues/76) - IndexError in PODReader._adjust_clock_drift ([PR 84](https://github.com/pytroll/pygac/pull/84) by [@carloshorn](https://github.com/carloshorn)) |
| 11 | +* [Issue 74](https://github.com/pytroll/pygac/issues/74) - Remove Cython dependency ([PR 83](https://github.com/pytroll/pygac/pull/83) by [@carloshorn](https://github.com/carloshorn)) |
| 12 | +* [Issue 46](https://github.com/pytroll/pygac/issues/46) - Pypi and presentation work |
| 13 | +* [Issue 43](https://github.com/pytroll/pygac/issues/43) - Links to POD/KLM user guides are broken |
| 14 | +* [Issue 39](https://github.com/pytroll/pygac/issues/39) - Update release in preparation for conda-forge package |
| 15 | + |
| 16 | +In this release 10 issues were closed. |
| 17 | + |
| 18 | +### Pull Requests Merged |
| 19 | + |
| 20 | +#### Bugs fixed |
| 21 | + |
| 22 | +* [PR 91](https://github.com/pytroll/pygac/pull/91) - Invert bit position in quality flags |
| 23 | +* [PR 84](https://github.com/pytroll/pygac/pull/84) - Refactor clock drift ([82](https://github.com/pytroll/pygac/issues/82), [81](https://github.com/pytroll/pygac/issues/81), [80](https://github.com/pytroll/pygac/issues/80), [76](https://github.com/pytroll/pygac/issues/76)) |
| 24 | +* [PR 79](https://github.com/pytroll/pygac/pull/79) - Fix tests on bigendian platforms |
| 25 | +* [PR 75](https://github.com/pytroll/pygac/pull/75) - Typo |
| 26 | + |
| 27 | +#### Features added |
| 28 | + |
| 29 | +* [PR 98](https://github.com/pytroll/pygac/pull/98) - Switch to pytest for unit tests ([87](https://github.com/pytroll/pygac/issues/87)) |
| 30 | +* [PR 92](https://github.com/pytroll/pygac/pull/92) - Allow PathLike objects |
| 31 | +* [PR 89](https://github.com/pytroll/pygac/pull/89) - Add github workflow |
| 32 | +* [PR 86](https://github.com/pytroll/pygac/pull/86) - add METOP C coefficients |
| 33 | +* [PR 84](https://github.com/pytroll/pygac/pull/84) - Refactor clock drift ([82](https://github.com/pytroll/pygac/issues/82), [81](https://github.com/pytroll/pygac/issues/81), [80](https://github.com/pytroll/pygac/issues/80), [76](https://github.com/pytroll/pygac/issues/76)) |
| 34 | +* [PR 83](https://github.com/pytroll/pygac/pull/83) - Replace cython filter ([74](https://github.com/pytroll/pygac/issues/74)) |
| 35 | + |
| 36 | +In this release 10 pull requests were closed. |
| 37 | + |
1 | 38 | ## Version 1.4.0 (2020/08/06)
|
2 | 39 |
|
3 | 40 | ### Issues Closed
|
|
0 commit comments