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 https://github.com/ocean-eddy-cpt/gcm-filters/pull/145
* Add comma to BibTex entries by NoraLoose in https://github.com/ocean-eddy-cpt/gcm-filters/pull/147
* Fix dimensionality by iangrooms in https://github.com/ocean-eddy-cpt/gcm-filters/pull/146
* fix 150 change typo in mask by rcaneill in https://github.com/ocean-eddy-cpt/gcm-filters/pull/151
* Filter verification tests by NoraLoose in https://github.com/ocean-eddy-cpt/gcm-filters/pull/153
* Fix numerical instability by iangrooms in https://github.com/ocean-eddy-cpt/gcm-filters/pull/149
* Attempt to fix doc build by iangrooms in https://github.com/ocean-eddy-cpt/gcm-filters/pull/155
New Contributors
* rcaneill made their first contribution in https://github.com/ocean-eddy-cpt/gcm-filters/pull/151
**Full Changelog**: https://github.com/ocean-eddy-cpt/gcm-filters/compare/v0.2.3...v0.3.0