Skip to content

Releases: ocean-eddy-cpt/gcm-filters

v0.5.0

13 Sep 19:31
d399827
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.5.0

v0.4.0

19 Jul 15:56
bb86bda
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

21 Jul 21:03
dca7035
Compare
Choose a tag to compare

This release swaps out the original iterative algorithm that applies the filter to data for a new iterative algorithm that is more stable to roundoff errors. The ability to factor the Gaussian filter has been removed, since the new algorithm is stable even for large filter factors. The treatment of dimensional grid sizes in the 'regular' filters has been improved. The documentation has been updated accordingly, and has seen some other, minor improvements.

Internally, the testing has been significantly improved.

What's Changed

New Contributors

Full Changelog: v0.2.3...v0.3.0

v0.2.3

10 Feb 21:25
301dd4b
Compare
Choose a tag to compare

Update zenodo metadata

v0.2.2

10 Feb 21:01
12c1616
Compare
Choose a tag to compare

Update zenodo metadata

v0.2.1

10 Feb 20:34
137d812
Compare
Choose a tag to compare

Update metadata for zenodo

v0.2

10 Feb 19:28
59980a5
Compare
Choose a tag to compare

New feature:

  • Option to factor the Gaussian to avoid numerical instability (#127, #130, #134)

v0.1.3

05 Nov 17:42
5386cbe
Compare
Choose a tag to compare
  1. Changed license to LGPL-3.0.
  2. Two new features:
    • Added MOM5 Laplacians (#27)
    • Filter can be applied to xarray datasets (#90)

v0.1.2

08 Sep 04:02
7026379
Compare
Choose a tag to compare

Fix dependency error in setup.cfg.

v0.1.1

02 Sep 19:33
5978b50
Compare
Choose a tag to compare

Two small new features:

  • Improved handling of transition_width (PR 82)
  • Improved handling of area-weighting (PR 75)