Skip to content

Releases: sun-data/ndfilters

v0.3.0

17 Sep 20:13
fc021a1
Compare
Choose a tag to compare

What's Changed

  • Modified ndfilters.mean_filter() to use ndfilters.generic_filter(). by @byrdie in #18
  • Added ndfilters.variance_filter() function. by @byrdie in #19

Full Changelog: v0.2.0...v0.3.0

v0.2.0

23 Aug 20:19
3ae5925
Compare
Choose a tag to compare

What's Changed

  • Added "nearest", "wrap", and "truncate" modes to ndfilters.generic_filter(). by @byrdie in #17

Full Changelog: v0.1.1...v0.2.0

v0.1.1

09 Aug 12:31
c6185e0
Compare
Choose a tag to compare

What's Changed

  • Refactoring internals of ndfilters.trimmed_mean_filter(). by @byrdie in #13
  • Added ndfilters.generic_filter() function. by @byrdie in #14
  • Readme fixes by @byrdie in #15
  • Performance improvements to ndfilters.trimmed_mean_filter(). by @byrdie in #16

Full Changelog: v0.1.0...v0.1.1

v0.1.0

27 May 20:14
213fad1
Compare
Choose a tag to compare

What's Changed

  • Modified readme to be a simple markdown file. by @byrdie in #1
  • Modified Test CI to run with Numba disabled. by @byrdie in #2
  • Added Black formatting Github workflow. by @byrdie in #3
  • Added Ruff Github workflow. by @byrdie in #4
  • Modified tests to run faster. by @byrdie in #5
  • Update test CI to use Python 3.12 by @byrdie in #6
  • Renamed the kernel_shape argument of ndfilters.trimmed_mean_filter() to size. by @byrdie in #7
  • Added ndfilters.mean_filter() function. by @byrdie in #8
  • Updated the readme with an example of ndfilters.mean_filter(). by @byrdie in #9
  • Documentation fixes to ndfilters.mean_filter(). by @byrdie in #10
  • Fixed ndfilters.mean_filter() to support instances of astropy.units.Quantity. by @byrdie in #11
  • Modified ndfilters.mean_filter() to cache the compilation results. by @byrdie in #12

New Contributors

  • @byrdie made their first contribution in #1

Full Changelog: v0.0.0...v0.1.0

Initial release

07 Jun 17:59
Compare
Choose a tag to compare

This initial release provides a Numba-accelerated implementation of a trimmed mean filter