Skip to content

Commit

Permalink
DOC: clean up changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Jun 15, 2023
1 parent 74d506e commit db74b96
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,19 @@ This project adheres to [Semantic Versioning](https://semver.org/).
* IGS GPS (TEC and ROTI)
* SES-14 GOLD -- tdisk, tlimb and o2den data products added
* TIMED GUVI
* Added CDAWeb methods that can use cdasws to get the remote file list
* Bug Fixes
* Pandas datasets made with cdflib now have header level meta
* Updated CDAWeb routines to allow for data stored by year/day-of-year
* Updated GOLD nmax to sort scans by time.
* Added 1 usec to GOLD nmax channel B times to ensure uniqueness
* Added 1 usec to GOLD nmax channel B times to ensure timestamp uniqueness
* Fixed multi-file loads for cdf xarray datasets.
* Adds a 0.1 sec delay between file downloads to avoid excessive calls
to servers.
* Documentation
* Added TIMED-GUVI platform
* Added missing sub-module imports
* Added discussion of ICON constellation to docstrings, including caveats
* Enhancements
* Added CDAWeb methods that can use `cdasws` to get the remote file list
* Updated platform methods to follow a consistent style and work with the
general `init` function
* Added unit tests for the different platform method attributes
Expand All @@ -39,14 +38,14 @@ This project adheres to [Semantic Versioning](https://semver.org/).
* Improved usage of cdflib for users in xarray instruments
* Added a generalized `clean` routine to replace fill vals with NaNs
* Deprecations
* Deprecated jpl_gps instrtument module, moved roti instrument to igs_gps
* Deprecated jpl_gps instrument module, moved roti instrument to igs_gps
* Maintenance
* Updated download functions to take data_path as an arg, not a kwarg
* Removed duplicate tests if pysatCDF not isntalled
* Removed duplicate tests if pysatCDF not installed
* Removed pysatCDF tests on GitHub Actions workflows (see #167)
* Updated actions and templates based on pysatEcosystem docs
* Remove pandas cap on NEP29 tests
* Updated dosctring style for consistency
* Updated docstring style for consistency
* Removed version cap for xarray
* Added manual workflow to check that latest RC is installable through test pip
* Update meta label type for instruments
Expand All @@ -60,6 +59,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
* Updated syntax compliance with cdflib 1.0+
* Updated use of `decode_times` kwarg when loading xarray data to maintain current behaviour


## [0.0.4] - 2022-11-07
* Update instrument tests with new test class
* Support xarray datasets through cdflib
Expand Down

0 comments on commit db74b96

Please sign in to comment.