Skip to content

Releases: pysat/pysatMadrigal

v0.2.0 Release

15 Mar 21:04
e07ca36
Compare
Choose a tag to compare

The v0.2.0 release performs general maintenance, improves documentation, and expands the supported Madrigal data sets. This is a beta release.

Change Summary

  • Enhancements
    • Added Instruments or tags for the: OMNI-2 IMF, Dst, Geomagnetic indices, NGDC AE, and GNSS Slant TEC
    • Cleaned up the general pandas Instrument to include only data sets that work correctly
    • Moved warning for no cleaning of JRO ISR data to preprocess
  • Maintenance
    • Replaced setup.py with pyproject.toml
    • Updated to current ecosystem standards

v0.1.0 Release

11 Apr 17:14
cb845b8
Compare
Choose a tag to compare

The v0.1.0 release improves unit and CI testing, documentation, and expands the supported Madrigal data sets. This is a beta release.

Change Summary

  • Enhancements
    • Improved definitions of general and GNSS meta data
    • Removed unused logic in cleaning routines
    • Moved warning for no cleaning of JRO ISR data to preprocess
    • Added a general Madrigal instrument for time-series data
    • Added functions to specify all known Madrigal instrument codes and
      file formats
    • Adapted general listing functions to allow file formats with '*' wildcards
      between '.' delimiters, required for some Madrigal file formats
    • Standardized the Instrument method kwarg defaults
    • Added 'site' tag to the GNSS TEC Instrument
    • Added support for varied use of two_digit_year_break to
      methods.general.list_remote_files
    • Implemented two_digit_year_break support for vtec GNSS TEC Instrument
    • Implemented directory creation function in pysat
  • Documentation
    • Added examples for JRO and GNSS data
    • Improved the docstring and CHANGELOG style
  • Testing
    • Added unit tests for DMSP, general, JRO, and GNSS methods
    • Added the packaging module to handle version logic
    • Added quick-fail for main pytest command
  • Bug
    • Fixed bugs in the coordinate conversion functions
  • Maintenance
    • Updated GitHub action and NEP29 versions
    • Updated the minimum Madrigal version to allow HDF4 downloads
    • Update pysat instrument testing suite, pytest syntax
    • Add manual GitHub Actions tests for pysat RC

v0.0.4 Release

11 Jun 17:21
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

  • Make structural changes to comply with pysat 3.0.0 updates
  • Improved documentation
  • Deprecated: pysatMadrigal.methods.madrigal was changed to pysatMadrigal.methods.general
  • Bug fixes:
    • Fixed remote listing routine (was previously using experiments instead of filenames)
    • Fixed routine dependent on xarray to comply with their updates
  • Enhancements:
    • Added a GNSS VTEC instrument
    • Added download/load support for netCDF and simple ASCII files

pypi compatibility

18 Jun 22:54
Compare
Choose a tag to compare
pypi compatibility Pre-release
Pre-release

Minor updates to setup files to be pip compatible

Link to zenodo

13 May 16:48
ff2d762
Compare
Choose a tag to compare
Link to zenodo Pre-release
Pre-release
v0.0.2

Update version.txt

Alpha release

13 May 16:44
15397da
Compare
Choose a tag to compare
Alpha release Pre-release
Pre-release

Initial version of the instruments, exported directly from pysat develop-3 branch.

Primary function here is to aid in developing tests for distributed instruments.