- Supports space weather index data from GFZ Potsdam https://kp.gfz-potsdam.de/en/
Fixes
- Fixes downloading OMNI2 on Windows (https://github.com/st-bender/pyspaceweather/issues/2)
Changes
- Updates space weather indices from celestrak (observed until 2024-04-01)
0.2.4
-------------------
Changes
- Updates space weather indices from celestrak (observed until 2024-02-13) - CI updates
0.2.3
-------------------
Changes
- Updates space weather indices from celestrak (observed until 2023-10-31) - Fixes documentation rendering on readthedocs (https://pyspaceweather.readthedocs.io/) - CI updates
0.2.2
-------------------
Fixes
- Fixes an unclosed resource file warning when calculating the file age (GH https://github.com/st-bender/pyspaceweather/issues/1)
Updates
- Uses pytest.fixtures to speed up tests
0.2.1
-------------------
New
- Support for OMNI2 missing values
0.2.0
-------------------
New
- Support for OMNI2 (extended) 1-hourly text files from <https://omniweb.gsfc.nasa.gov/ow.html> with tests and documentation
Changes
- Restructuring and renaming of the internal (sub)modules - Other documentation updates