Releases: pysat/pysatSpaceWeather
v0.2.2 Release
The v0.2.2 is a beta release with bug fixes to address updates made at existing space weather index repositories.
Change Summary
- Fixes F10.7 45-day forecast downloads
- Fixes Dst downloads from the US FTP server
- Updates the supported versions of Python
v0.2.1
The v0.2.1 is a beta release that fixes bugs identified in the routines used to combine data from Kp and F10.7 Instruments.
Change Summary
- Added a utility function for evaluating fill values of different types
- Updated the lower limit of Python to 3.9, removing 3.6 support
- Fixed errors in
combine_f107andcombine_kpthat assumed at least some downloaded files exist.
v0.2.0
The v0.2.0 is a beta release that updates the minimum pysat version and removes support for deprecated behaviour.
Change Summary
- Added an instrument for the daily Nobeyama Radio Polarimeters solar flux
- Updated pandas, datetime, and pysat usages to conform to modern standards
- Fixed errors in
combine_f107andcombine_kpthat assumed at least some downloaded files exist.
v0.1.0 Release
The v0.1.0 is a beta release with major changes that will impact existing local data archives.
Change Summary
- Changes downloads to write files across multiple Instruments, when the remote files contain a mix of data products
- Added the ability to 'download' files from a local directory, processing and saving them as if they were downloaded from the remote repository
- Added new instruments and data sources for existing instruments, including: AE, AL, AU, Ap, Apo, Hpo, Cp, Flare data, polar cap indices, SSN, solar wind B-field, and storm probability indices.
v0.0.10 Release
The v0.0.10 is an alpha release with bug fixes to support operations until the beta release.
Change Summary
- Fixes F10.7 preliminary data downloads
- Fixes bugs in the
filter_geomagdata function - Fixes bugs in various
instrument.methodsfunctions where time slicing is performed
v0.0.9
The v0.0.9 is an alpha release needed to support operational systems that also adds additional instrument support.
Change Summary
- Adds support for the LASP MgII core-to-wing index
- Adds testing and allows installs for Python 3.6
- Incorporates cron testing to catch future database changes
- Added warnings for the F10.7 and Kp tags that load data belonging in their own Instruments
v0.0.8
pysatSpaceWeather v0.0.8 is a bugfix release needed to support operational systems. This is an alpha release.
Change Summary
- Updates the Kp instrument to read the new forecast and nowcast file formats and download the historic data from the new database
- Fixes the F10.7 instrument metadata to allow multiple types of fill values
- Updated the code and CI to comply with upstream changes to pandas, pytest, and GitHub Actions
v0.0.7
pysatSpaceWeather v0.0.7 is a bug release needed to support real-time systems.
Change Summary
- Updated
sw_f107to allow reading old and newhistoricdata file format - Added exampled to the documentation for F10.7 and Kp methods
v0.0.6
The v0.0.6 release fixes bugs introduced by changes in the accessed data bases. This is an alpha release.
Change Summary
- Updated
sw_f107to reflect changes in thehistoricdata file format
v0.0.5 Release
The v0.0.5 release improves standards, fixes bugs, and added a Dst forecasts to the supported data sets. This is an alpha release.
Change Summary
- Updated the docstrings to conform to pysat standards
- Added docstring tests to Flake8 portion of CI testing
- Fixed bug in
combine_kpthat occurs if no times are provided - Improved unit test style and expanded unit test coverage
- Updated package organization documentation
- Added a function to normalize ACE SWEPAM variables as described in the OMNI
processing guide - Deprecated
load_csv_datamethod, which was moved to pysat - Added the LASP predicted Dst to the Dst Instrument
- Updated pandas usage to remove existing deprecation warnings
- Updated
pysat.Instrument.loadcalls to removeuse_headerdeprecation
warning