Releases: pysat/pysatSpaceWeather
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_f107
andcombine_kp
that 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_f107
andcombine_kp
that 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_geomag
data function - Fixes bugs in various
instrument.methods
functions 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_f107
to allow reading old and newhistoric
data 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_f107
to reflect changes in thehistoric
data 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_kp
that 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_data
method, 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.load
calls to removeuse_header
deprecation
warning
v0.0.4 Release
The v0.0.4 release is a release designed to smoothly integrate all updates made to pysat 3.0.0. This is an alpha release.
Change Summary
- Separated ACE instrument into four instruments
- Removed F10.7 instrument tags 'all' and '', replacing them with 'historic'
- Removed Dst instrument tag '', replacing it with 'noaa'
- Made standard Kp loading more robust
- Fixed bugs where current time used local time zone instead of UTC
- Fixed F10.7 load/list bugs that lead to duplicate data entries
- Moved all instrument support routines to appropriate
methods
sub-modules - Updated CI and testing
- Updated documentation
- Improved PEP8 compliance