Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2026

Updates the requirements on ndarray-interp to permit the latest version.

Release notes

Sourced from ndarray-interp's releases.

0.6.0

What's Changed

New Contributors

Changelog

Sourced from ndarray-interp's changelog.

0.6.0

  • update ndarray to version 0.17

0.5.0

  • update ndarray to version 0.16
  • update thiserror to version 2.0
  • update BuilderError
    • combine variants DimensionError and AxisLenght into ShapeError
    • add ValueError variant
  • update CubicSpline stragegie
    • Move CubicSpline interpolator to interp1d::cubic_spline module
    • add extrapolation
    • add not-a-knot boundary condition
    • add clamped boundary condition
    • add periodic boundary condition
    • make not-a-knot boundary condition the default
    • allow any first or second derivative as boundary condition
  • fix typo Biliniar -> Bilinear

0.4.1

  • major performance improvement for interp_scalar() methods ~-50%
  • keywords and categorys in crate metadata

0.4.0

  • performance improvement for Interp2D (Interp2D::index_point() is now much faster) -50% for most interpolation methods
  • runtime specialization for interp_array methods when query dimension is Ix1 ~-20% improvement
  • add interp_into() and interp_array_into() methods for interpolating into a user provided ArrayViewMut this can improve performance by avoiding memory allocations.
  • fix crash when IxDyn dimensions are involved.

0.3.2

performance improvement for VectorExtensions::get_lower_index. From -24% for evenly spaced values up to 72% for randomized and logarithmic spaced values.

0.3.1

  • added type aliases for common interpolators
  • make the VectorExtensions trait public
  • add Interp1D::new_unchecked and Interp2D::new_unchecked methods
  • add bilinear extrapolation
  • impl Default for interpolation strategies

0.3.0

  • add 2d interpolation
  • add bilinear interpolation strategy
  • rename Strategy to Interp1DStrategy and StrategyBuilder to Interp1DStrategyBuilder
  • make extrapolate filed of Linear private add extrapolate(bool) method instead.

0.2.1

  • change interp_array such that it can be called with any

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [ndarray-interp](https://github.com/jonasBoss/ndarray-interp) to permit the latest version.
- [Release notes](https://github.com/jonasBoss/ndarray-interp/releases)
- [Changelog](https://github.com/jonasBoss/ndarray-interp/blob/main/CHANGELOG.md)
- [Commits](jonasBoss/ndarray-interp@0.5.0...0.6.0)

---
updated-dependencies:
- dependency-name: ndarray-interp
  dependency-version: 0.6.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jan 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants