Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[target.'cfg(any(target_arch = "x86_64", target_arch = "x64"))']
rustflags = ["-C", "target-feature=+avx2,+fma"]
rustflags = ["-C", "target-cpu=x86-64-v3"]
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.8.2 2025-11-12

### Changed

* Use `x86-64-v3` reference CPU as compilation target instead of manually specifying features
* Includes AVX2 and vector FMA

## 0.8.1 2025-11-10

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "interpn"
version = "0.8.1"
version = "0.8.2"
edition = "2024"
authors = ["James Logan <jlogan03@gmail.com>"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion benches/bench_cpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ def _plot_speedup_vs_dims(
yanchor="top",
),
height=450,
margin=dict(t=60, l=60, r=200, b=90),
margin=dict(t=60, l=60, r=20, b=90),
# legend=dict(
# orientation="v",
# yanchor="top",
Expand Down
2 changes: 1 addition & 1 deletion docs/1d_quality_of_fit_Rectilinear.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/1d_quality_of_fit_Rectilinear.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/1d_quality_of_fit_Regular.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/1d_quality_of_fit_Regular.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/2d_quality_of_fit_Rectilinear.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/2d_quality_of_fit_Rectilinear.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/2d_quality_of_fit_Regular.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/2d_quality_of_fit_Regular.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/3d_throughput_vs_nobs.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/3d_throughput_vs_nobs.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/3d_throughput_vs_nobs_prealloc.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/3d_throughput_vs_nobs_prealloc.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/4d_throughput_vs_nobs.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/4d_throughput_vs_nobs.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/4d_throughput_vs_nobs_prealloc.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/4d_throughput_vs_nobs_prealloc.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/nearest_quality_of_fit.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/nearest_quality_of_fit.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/speedup_vs_dims_1000_obs_cubic.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/speedup_vs_dims_1000_obs_cubic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/speedup_vs_dims_1000_obs_linear.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/speedup_vs_dims_1000_obs_linear.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading