v0.2.0
pysatSeasons leverages the instrument independent support in pysat to construct several analysis routines over a range of dates or orbits.
Changelog
- New Features
- Added support for xarray data in the seasonal averaging functions in
pysatSeasons.avg
- Added support for xarray data in the occurrence probability functions in
pysatSeasons.occur_prob
- Added support for Constellations in
pysatSeasons.occur_prob
- Added support for Constellations in
pysatSeasons.plot
- Renamed
computational_form
toto_xarray_dataset
and refocused.
- Added support for xarray data in the seasonal averaging functions in
- Deprecations
- Deprecated
returnBins
keyword in favor ofreturn_bins
inpysatSeasons.occur_prob
. - Deprecated
returnData
keyword in favor ofreturn_data
inpysatSeasons.avg
.
- Deprecated
- Documentation
- Improved docstrings throughout.
- Updated documentation examples.
- Documentation now available on readthedocs.org.
- Maintenance
- Removed deprecated
pandas.Panel
from functions. - Removed old
__future__
imports. - Removed use of
collections.deque
inpysatSeasons.avg
. - Migrated to GitHub Workflows for CI testing.
- Migrated from nose to pytest.
- Adopted setup.cfg
- Updated style standards
- Added automated style and docstring testing
- Removed deprecated