Recent Releases of pysatspaceweather

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 and combine_kp that assumed at least some downloaded files exist.

- Python
Published by aburrell over 1 year ago

pysatspaceweather - 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 and combine_kp that assumed at least some downloaded files exist.

- Python
Published by aburrell over 1 year ago

pysatspaceweather - 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.

- Python
Published by aburrell about 2 years ago

pysatspaceweather - 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

- Python
Published by aburrell over 2 years ago

pysatspaceweather - 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

- Python
Published by aburrell about 3 years ago

pysatspaceweather - 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

- Python
Published by aburrell about 3 years ago

pysatspaceweather - 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 new historic data file format
    • Added exampled to the documentation for F10.7 and Kp methods

- Python
Published by rstoneback over 3 years ago

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

- Python
Published by rstoneback over 3 years ago

pysatspaceweather - 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 remove use_header deprecation warning

- Python
Published by aburrell over 3 years ago

pysatspaceweather - 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

- Python
Published by aburrell almost 5 years ago

pysatspaceweather - v0.0.3

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.

- Python
Published by aburrell about 5 years ago

pysatspaceweather - v0.0.2 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.

- Python
Published by aburrell about 5 years ago

pysatspaceweather - Initial Release

- Python
Published by jklenzing over 5 years ago