Skip to content

Commit

Permalink
v0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nilgoyette committed Dec 8, 2022
1 parent f29e879 commit d255c3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ndarray-ndimage"
version = "0.2.2"
version = "0.3.0"
authors = ["Nil Goyette <[email protected]>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Currently available routines include:
- Fourier filters: none. Please use the excellent [`rustfft`] crate
- Interpolation: spline_filter/1d
- Measurements: label, label_histogram, largest_connected_components, most_frequent_label
- Morphology: binary_closing, binary_dilation, binary_erosion, binary_opening. Works on all kernels (structuring elements) but only the non-generic ones are extremely fast.
- Morphology: binary_closing, binary_dilation, binary_erosion, binary_opening. Works on all kernels (structuring elements).
- Padding: Almost all modes. Work for all dimensions and types.

**This crate is a work-in-progress.** Only a subset of the `scipy.ndimage` functions are provided and most of them offer less options than SciPy. Some are offered only in 3D, with less boundary modes, with only 2 types of structuring element, only for binary data, only for f64, etc.
Expand Down

0 comments on commit d255c3a

Please sign in to comment.