Skip to content

Update interpn requirement from ^0.9.1 to ^0.11.0 in /flaw#24

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/flaw/interpn-tw-0.11.0
Open

Update interpn requirement from ^0.9.1 to ^0.11.0 in /flaw#24
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/flaw/interpn-tw-0.11.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 19, 2026

Copy link
Copy Markdown

Updates the requirements on interpn to permit the latest version.

Release notes

Sourced from interpn's releases.

0.11.0 2026-01-15

Changed

  • !Remove recursive implementations
    • All dimensionalities now use const-generic bounded implementations
    • For dimensions higher than const-unrolling limit, a run-time loop of the same form is used
    • No notable change in performance for high dimensions
    • No change to API for ::interpn convenience functions
    • All methods are now compatible with static analysis of memory usage via cargo-call-stack
  • Refactor internals to reduce duplication
  • Improve form of early bounds checks to be interpreted correctly by the compiler
    • 30% speedup in some cases, no effect on most
    • Bounds checks done via iterator do not always result in optimizing out panic branches
  • Test cubic methods in higher dimensions
Changelog

Sourced from interpn's changelog.

0.11.0 2026-01-15

Changed

  • !Remove recursive implementations
    • All dimensionalities now use const-generic bounded implementations
    • For dimensions higher than const-unrolling limit, a run-time loop of the same form is used
    • No notable change in performance for high dimensions
    • No change to API for ::interpn convenience functions
    • All methods are now compatible with static analysis of memory usage via cargo-call-stack
  • Refactor internals to reduce duplication
  • Improve form of early bounds checks to be interpreted correctly by the compiler
    • 30% speedup in some cases, no effect on most
    • Bounds checks done via iterator do not always result in optimizing out panic branches
  • Test cubic methods in higher dimensions

0.10.0 2026-01-10

Added

  • Rust
    • Add top-level interpn, interpn_alloc and interpn_serial methods along with supporting enums for selecting methods
    • Add par feature, enabled by default, that enables parallelism with rayon in interpn function
    • Add lazy static for getting number of physical cores to advise thread chunk sizes

Changed

  • Rust
    • Update deps
  • Python
    • !Refactor interpn function
      • Combine check_bounds: bool and bounds_check_atol: float to check_bounds_with_atol: float | None
      • Replace assume_regular input with optional grid_kind to allow assuming either regular or rectilinear, or making no assumption
      • Add max_threads: int | None input to allow manually limiting parallelism
      • Use rust top-level interpn function as backend for method selection, bounds checks, and parallelism

0.9.1 2025-12-31

Changed

  • Rust
    • Remove explicit const-unrolling for shallow loops (eliminates nested const-unrolling)
      • Improves compile time
      • Minimal effect on performance in Rust benchmarks
      • About 20% improvement for single-sample throughput from Python
  • Python
    • Lock python package version to rust version
    • Improve handling of __version__ when package is not present

0.9.0 2025-12-27

... (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 [interpn](https://github.com/jlogan03/interpn) to permit the latest version.
- [Release notes](https://github.com/jlogan03/interpn/releases)
- [Changelog](https://github.com/jlogan03/interpn/blob/main/CHANGELOG.md)
- [Commits](jlogan03/interpn@v0.9.1...v0.11.0)

---
updated-dependencies:
- dependency-name: interpn
  dependency-version: 0.11.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 19, 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