-
Notifications
You must be signed in to change notification settings - Fork 7
v0.0.4
Jeff Klenzing edited this page Nov 7, 2022
·
3 revisions
Version: v0.0.4
Name: v0.0.4 Release
Descriptive Text:
The v0.0.4 release adds improved xarray support, as well as JPL GPS data.
- Update instrument tests with new test class
- Support xarray datasets through cdflib
- Preferentially loads data into pandas using pysatCDF if installed
- Adds pysatCDF to optional requirements invoked via '[all]' option at installation
- New Instruments
- JPL GPS ROTI
- Bug Fixes
- Fixed a bug in metadata when loading GOLD Nmax data.
- Fixed a bug in user feedback for
methods.cdaweb.download
- Fixed a bug in loading ICON IVM data (added multi_file_day = True)
- Allow for array-like OMNI HRO meta data
- Fixed date handling for OMNI HRO downloads
- Updated filenames for TIMED SABER
- Maintenance
- Reduce duplication of code in instrument modules
- Include flake8 linting of docstrings and style in Github Actions
- Move OMNI HRO custom functions to a methods module
- Deprecate OMNI HRO custom functions in instrument module
- Update GitHub actions to the latest versions
- Added downstream test to test code with pysat RC
- Remove deprecated
convert_timestamp_to_datetime
calls - Remove deprecated pandas syntax
- Added version cap for xarray 2022.11
- Documentation
- New logo added