Skip to content

Latest commit

 

History

History
161 lines (135 loc) · 6.46 KB

CHANGELOG.rst

File metadata and controls

161 lines (135 loc) · 6.46 KB

Changelog History

esmtools v1.1.4 (2020-##-##)

Bug Fixes

Internals

  • We now use Github Actions to do Continuous Integration instead of Travis, similar to climpred and xskillscore (:pr:`103`) Riley X. Brady.

esmtools v1.1.3 (2020-07-17)

Bug Fixes

  • Revert to old esmtools behavior for stats functions. This allows one to pass single Datasets and DataArrays to linear_slope, linregress, polyfit, rm_poly, and rm_trend. In this case, the fit is performed over dim from the given xarray object. This still retains the e.g. rm_trend(x, y) behavior as well. (:pr:`93`) Riley X. Brady.

Internals/Minor Fixes

esmtools v1.1.2 (2020-07-09)

Internals/Minor Fixes

Deprecated

  • climpred removed as a dependency for esmtools. (:pr:`88`) Riley X. Brady.
  • autocorr deprecated, since it can be run via corr(x, x). ACF renamed to autocorr, which reflects pandas-style naming. (:pr:`88`) Riley X. Brady.

esmtools v1.1.1 (2020-07-08)

Features

Bug Fixes

Internals/Minor Fixes

Documentation

  • Add more robust API docs page, information on how to contribute, CHANGELOG, etc. to sphinx. (:pr:`67`) Riley X. Brady.

Deprecations

  • Removes mpas and vis modules. The former is better for a project-dependent package. The latter essentially poorly replicates some of proplot functionality. (:pr:`69`) Riley X. Brady.
  • Removes stats.smooth_series, since there is an easy xarray function for it. (:pr:`70`) Riley X. Brady.
  • Changes stats.linear_regression to stats.linregress. (:pr:`70`) Riley X. Brady.
  • Changes stats.compute_slope to stats.linear_slope. (:pr:`70`) Riley X. Brady.
  • Removes stats.area_weight and stats.cos_weight since they are available through xarray. (:pr:`83`) Riley X. Brady.

esmtools v1.1 (2019-09-04)

Features

Internals/Minor Fixes

  • Changed name back to esmtools now that the readthedocs domain was cleared up. Thanks Andrew Walter! (:pr:`61`) Riley X. Brady.
  • esmtools documentation created with docstring updates for all functions.

esm_analysis v1.0.2 (2019-07-27)

Internals/Minor Fixes

  • Changed name from esmtools to esm_analysis since the former was registered on readthedocs.

esmtools v1.0.1 (2019-07-25)

Internals/Minor Fixes

  • Add versioning and clean up setup file.
  • Add travis continuous integration and coveralls for testing.

esmtools v1.0.0 (2019-07-25)

Formally releases esmtools on pip for easy installing by other packages.