Skip to content

Commit d90d356

Browse files
committed
v0.5.2
1 parent ad450d9 commit d90d356

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ninterp"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
edition = "2021"
55
description = "Numerical interpolation for N-dimensional rectilinear grids"
66
repository = "https://github.com/NREL/ninterp"

src/lib.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,7 @@
8484
//! Not all interpolation strategies are implemented for every dimensionality.
8585
//! [`Linear`] and [`Nearest`] are implemented for all dimensionalities.
8686
//!
87-
//! Custom strategies can be defined. See
88-
//! [`examples/custom_strategy.rs`](https://github.com/NREL/ninterp/blob/62a62ccd2b3c285919baae609089dee287dc3842/examples/custom_strategy.rs)
89-
//! for an example.
87+
//! Custom strategies can be defined. See `examples/custom_strategy.rs` for an example.
9088
//!
9189
//! ## Extrapolation
9290
//! An [`Extrapolate`] setting must be provided in the `new` method.

0 commit comments

Comments
 (0)