Skip to content

Latest commit

 

History

History
196 lines (111 loc) · 8.25 KB

CHANGELOG.md

File metadata and controls

196 lines (111 loc) · 8.25 KB

Version 1.8.0 (2023/07/12)

Issues Closed

In this release 1 issue was closed.

Pull Requests Merged

Bugs fixed

  • PR 129 - Fix bug getting local tlefiles
  • PR 128 - Fix typo in VIIRS geoloc definition
  • PR 121 - fixed geoloc_example and added variable descriptions

Features added

  • PR 120 - Update versioneer to stop using deprecated distutils module.
  • PR 113 - Make use of env variables free from satpy (112)

Documentation changes

  • PR 113 - Make use of env variables free from satpy (112)

In this release 6 pull requests were closed.

Version 1.7.3 (2022/07/11)

Pull Requests Merged

Bugs fixed

Documentation changes

  • PR 104 - Fixed comment in sun_earth_distance_correction

In this release 2 pull requests was closed.

Version 1.7.2 (2022/07/07)

Issues Closed

In this release 2 issues were closed.

Pull Requests Merged

Bugs fixed

In this release 2 pull requests were closed.

Version 1.7.1 (2021/12/22)

Pull Requests Merged

Bugs fixed

  • PR 92 - Fix bogus designator assignment

In this release 1 pull request was closed.

Version 1.7.0 (2021/12/20)

Issues Closed

  • Issue 90 - get_observer_look raises IndexError on numpy 1.21.4
  • Issue 85 - Azimuth/elevation output not changing with 1-second increments
  • Issue 79 - ModuleNotFoundError: 'pyorbital' is not a package
  • Issue 72 - Unexpected Nans in get_observer_look_no_tle
  • Issue 38 - Issue with pyorbital.planets

In this release 5 issues were closed.

Pull Requests Merged

Features added

  • PR 91 - Add get_observer_look test for scalar case and update stickler config (91)
  • PR 89 - Change tested Python versions to 3.8, 3.9 and 3.10
  • PR 83 - Add Sentinel-5P to platform_names
  • PR 78 - Add parser to read TLEs from Multi Mission Administrative Messages

Documentation changes

  • PR 82 - Add historical TLE files link

In this release 5 pull requests were closed.

Version 1.6.1 (2021/04/12)

Issues Closed

  • Issue 63 - Runtime error in get_next_passes (PR 64)
  • Issue 62 - can this tool run
  • Issue 22 - get_next_passes returns max-elevation-time time not between rise & fall time (PR 76)

In this release 3 issues were closed.

Pull Requests Merged

Bugs fixed

  • PR 76 - Fix parabolic estimation (22)
  • PR 65 - Add requests to the requirements
  • PR 64 - Fix inappropriate runtime warning (63)
  • PR 60 - Skip tests if data are not available
  • PR 59 - Fix tests on i386

Features added

  • PR 75 - Fix numpy deprecation warnings
  • PR 67 - Added CALIPSO among platforms

In this release 7 pull requests were closed.

Version 1.6.0 (2020/06/24)

Issues Closed

  • Issue 52 - Pyorbital fails to find TLE For some satellites (PR 53)
  • Issue 28 - Unknown units in return value for get_alt_az (PR 46)

In this release 2 issues were closed.

Pull Requests Merged

Bugs fixed

  • PR 46 - Fix doc about get_alt_az() return units (28)

Features added

  • PR 56 - Add a script to download TLEs and store them to a database
  • PR 53 - Added active.txt tle path to TLE_URLS (52)
  • PR 50 - docstring fixes
  • PR 49 - Equatorial Crossing Time
  • PR 47 - Add support for MWHS-2 (FY-3) and skip edge-functions
  • PR 45 - Adds engineering.txt TLE source (15)

Documentation changes

  • PR 50 - docstring fixes

In this release 8 pull requests were closed.

Version 1.5.0 (2018/11/16)

Pull Requests Merged

Features added

  • PR 40 - Add platforms.txt to package data

In this release 1 pull request was closed.

Version 1.4.0 (2018/10/23)

Issues Closed

  • Issue 36 - Issue(s) with get_next_passes
  • Issue 34 - Get root secant converging to wrong solution (PR 35)
  • Issue 30 - get_observer_look turns xarray.DataArray objects into dask.array objects
  • Issue 29 - URL error
  • Issue 27 - satellite.get_lonlatalt(now) returns wrong longitude with numpy < 1.11
  • Issue 18 - Sun-satellite angle ranges are not consistent

In this release 6 issues were closed.

Pull Requests Merged

Bugs fixed

  • PR 39 - Bugfix python3
  • PR 35 - Use Scipy brentq method instead of secant method to perform root-finding (34)

Features added

  • PR 37 - Switch to versioneer
  • PR 33 - Remove Develop branch

In this release 4 pull requests were closed.