Skip to content

Releases: ocean-eddy-cpt/gcm-filters

v0.5.1

Choose a tag to compare

@NoraLoose NoraLoose released this 13 Nov 15:33
bcd900d

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0

Choose a tag to compare

@NoraLoose NoraLoose released this 13 Sep 19:31
d399827

What's Changed

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

v0.4.0

Choose a tag to compare

@NoraLoose NoraLoose released this 19 Jul 15:56
bb86bda

What's Changed

New Contributors

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

v0.3.0

Choose a tag to compare

@iangrooms iangrooms released this 21 Jul 21:03
dca7035

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

Choose a tag to compare

@NoraLoose NoraLoose released this 10 Feb 21:25
301dd4b

Update zenodo metadata

v0.2.2

Choose a tag to compare

@NoraLoose NoraLoose released this 10 Feb 21:01
12c1616

Update zenodo metadata

v0.2.1

Choose a tag to compare

@NoraLoose NoraLoose released this 10 Feb 20:34
137d812

Update metadata for zenodo

v0.2

Choose a tag to compare

@NoraLoose NoraLoose released this 10 Feb 19:28
59980a5

New feature:

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

v0.1.3

Choose a tag to compare

@rabernat rabernat released this 05 Nov 17:42
5386cbe
  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

Choose a tag to compare

@rabernat rabernat released this 08 Sep 04:02
7026379

Fix dependency error in setup.cfg.