Change Log
All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
[0.2.1] - 2024-11-08
Maintenance
Update pytest syntax
Update Github Actions workflows
Add workflow for testing with pysat RC
Add workflow for testing the install of pysatSeasons RC from pip
Dropped tests for deprecated pysat instruments
Implement pyproject.toml
Implement coveralls app for GitHub Actions
Update contributing document and issue templates
Add Acknowledgements doc
Set minimum pysat to 3.2.0
[0.2.0] - 2022-08-12
New Features
Added support for xarray data in the seasonal averaging functions in
pysatSeasons.avgAdded support for xarray data in the occurrence probability functions in
pysatSeasons.occur_probAdded support for Constellations in
pysatSeasons.occur_probAdded support for Constellations in
pysatSeasons.plotRenamed
computational_formtoto_xarray_datasetand refocused.
Deprecations
Deprecated
returnBinskeyword in favor ofreturn_binsinpysatSeasons.occur_prob.Deprecated
returnDatakeyword in favor ofreturn_datainpysatSeasons.avg.
Documentation
Improved docstrings throughout.
Updated documentation examples.
Documentation now available on readthedocs.org.
Bug Fix
Maintenance
Removed deprecated
pandas.Panelfrom functions.Removed old
__future__imports.Removed use of
collections.dequeinpysatSeasons.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
[0.1.3] - 2021-06-18
Updates style to match pysat 3.0.0 release candidate
Improves discussion of rationale for version caps on readme page
Migrates CI tests to github actions
[0.1.2] - 2020-07-29
Updates demo codes to import objects from datetime and pandas for pysat 3.0.0 compatibility
Fixed a bug where test routines used float where numpy 1.18 expects an int
Import objects from datetime and pandas for pysat 3.0.0 compatibility
Use conda to manage Travis CI
Rename default branch as
mainUpdate to pysat documentation standards
Add flake8 testing for code
[0.1.1] - 2019-10-09
Add demo code
Added DOI badge to documentation page
[0.1.0] - 2019-10-07
Initial release