Releases: ocean-eddy-cpt/gcm-filters
Releases · ocean-eddy-cpt/gcm-filters
v0.5.1
What's Changed
- Update badges by @NoraLoose in #173
- Make sure
n_steps_default
>= 3 by @NoraLoose in #174
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- Relax constraint on kappa grid variable by @NoraLoose in #161
- Overhaul testing framework by @NoraLoose in #167
- Update PyPI test by @NoraLoose in #168
- Remove issue template by @NoraLoose in #169
- Remove dask dependency by @NoraLoose in #170
- Update badge in README by @NoraLoose in #171
Full Changelog: v0.4.0...v0.5.0
v0.4.0
v0.3.0
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
- How to cite GCM-Filters by @NoraLoose in #145
- Add comma to BibTex entries by @NoraLoose in #147
- Fix dimensionality by @iangrooms in #146
- fix #150 change typo in mask by @rcaneill in #151
- Filter verification tests by @NoraLoose in #153
- Fix numerical instability by @iangrooms in #149
- Attempt to fix doc build by @iangrooms in #155
New Contributors
Full Changelog: v0.2.3...v0.3.0