Skip to content

Releases: pysat/pysatSpaceWeather

v0.1.0 Release

16 Feb 22:18
597c91e
Compare
Choose a tag to compare

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

01 Jun 21:07
8fa22b7
Compare
Choose a tag to compare

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

22 Dec 03:59
0c2adcc
Compare
Choose a tag to compare

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

29 Nov 18:16
4fd7637
Compare
Choose a tag to compare

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

15 Sep 21:53
dd164e9
Compare
Choose a tag to compare

pysatSpaceWeather v0.0.7 is a bug release needed to support real-time systems.

Change Summary

  • Updated sw_f107 to allow reading old and new historic data file format
  • Added exampled to the documentation for F10.7 and Kp methods

v0.0.6

07 Jul 20:39
f68211a
Compare
Choose a tag to compare
v0.0.6 Pre-release
Pre-release

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 the historic data file format

v0.0.5 Release

10 Jun 20:42
5b2e757
Compare
Choose a tag to compare
v0.0.5 Release Pre-release
Pre-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 remove use_header deprecation
    warning

v0.0.4 Release

21 May 16:54
b403a14
Compare
Choose a tag to compare
v0.0.4 Release Pre-release
Pre-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

v0.0.3

15 Jan 14:12
dfe196e
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

Version: v0.0.2

Name: v0.0.3 Release

Descriptive Text:

The v0.0.3 release is a bugfix release for issues revealed during the v0.0.2 release process. This is an alpha release.

Changelog

  • Fixes bugs in configuration and zenodo.json files
  • Added pysat version restriction to requirements.txt

Note

pysatSpaceWeather is not compatible with pysat v2.x or earlier.

v0.0.2 Release

11 Jan 14:04
fe8e046
Compare
Choose a tag to compare
v0.0.2 Release Pre-release
Pre-release

The v0.0.2 release streamlines the package organization and provides important new features, including documentation and new instruments. This is an alpha release.

Changelog

  • Added real-time ACE instrument
  • Fixed bugs and restructured code to comply with changes in pysat-3.0
  • Added user documentation
  • Simplified setup and testing environments
  • Separated space weather methods into sub-modules by instrument

Note

pysatSpaceWeather is not compatible with pysat v2.x or earlier.