Ndfilters

Latest version: v0.3.0

Safety actively analyzes 702276 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.3.0

What's Changed
* Modified `ndfilters.mean_filter()` to use `ndfilters.generic_filter()`. by byrdie in https://github.com/sun-data/ndfilters/pull/18
* Added `ndfilters.variance_filter()` function. by byrdie in https://github.com/sun-data/ndfilters/pull/19


**Full Changelog**: https://github.com/sun-data/ndfilters/compare/v0.2.0...v0.3.0

0.2.0

What's Changed
* Added "nearest", "wrap", and "truncate" modes to `ndfilters.generic_filter()`. by byrdie in https://github.com/sun-data/ndfilters/pull/17


**Full Changelog**: https://github.com/sun-data/ndfilters/compare/v0.1.1...v0.2.0

0.1.1

What's Changed
* Refactoring internals of `ndfilters.trimmed_mean_filter()`. by byrdie in https://github.com/sun-data/ndfilters/pull/13
* Added `ndfilters.generic_filter()` function. by byrdie in https://github.com/sun-data/ndfilters/pull/14
* Readme fixes by byrdie in https://github.com/sun-data/ndfilters/pull/15
* Performance improvements to `ndfilters.trimmed_mean_filter()`. by byrdie in https://github.com/sun-data/ndfilters/pull/16


**Full Changelog**: https://github.com/sun-data/ndfilters/compare/v0.1.0...v0.1.1

0.1.0

What's Changed
* Modified readme to be a simple markdown file. by byrdie in https://github.com/sun-data/ndfilters/pull/1
* Modified Test CI to run with Numba disabled. by byrdie in https://github.com/sun-data/ndfilters/pull/2
* Added Black formatting Github workflow. by byrdie in https://github.com/sun-data/ndfilters/pull/3
* Added Ruff Github workflow. by byrdie in https://github.com/sun-data/ndfilters/pull/4
* Modified tests to run faster. by byrdie in https://github.com/sun-data/ndfilters/pull/5
* Update test CI to use Python 3.12 by byrdie in https://github.com/sun-data/ndfilters/pull/6
* Renamed the `kernel_shape` argument of `ndfilters.trimmed_mean_filter()` to `size`. by byrdie in https://github.com/sun-data/ndfilters/pull/7
* Added `ndfilters.mean_filter()` function. by byrdie in https://github.com/sun-data/ndfilters/pull/8
* Updated the readme with an example of `ndfilters.mean_filter()`. by byrdie in https://github.com/sun-data/ndfilters/pull/9
* Documentation fixes to `ndfilters.mean_filter()`. by byrdie in https://github.com/sun-data/ndfilters/pull/10
* Fixed `ndfilters.mean_filter()` to support instances of `astropy.units.Quantity`. by byrdie in https://github.com/sun-data/ndfilters/pull/11
* Modified `ndfilters.mean_filter()` to cache the compilation results. by byrdie in https://github.com/sun-data/ndfilters/pull/12

New Contributors
* byrdie made their first contribution in https://github.com/sun-data/ndfilters/pull/1

**Full Changelog**: https://github.com/sun-data/ndfilters/compare/v0.0.0...v0.1.0

0.0.0

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

Links

Releases

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.