Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@byrdie byrdie released this 27 May 20:14
213fad1

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