Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jlogan03 committed Aug 21, 2024
1 parent dd79495 commit 8c7abad
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ multicubic::rectilinear::interpn(grids, &z, false, &obs, &mut out).unwrap();
```

# Development Roadmap
* Recursive multilinear methods (for better extrapolation speed and timing determinism)
* Methods for unstructured triangular and tetrahedral meshes

# License
Expand Down
1 change: 0 additions & 1 deletion interpn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ multicubic::rectilinear::interpn(grids, &z, false, &obs, &mut out).unwrap();
```

# Development Roadmap
* Recursive multilinear methods (for better extrapolation speed and timing determinism)
* Methods for unstructured triangular and tetrahedral meshes

# License
Expand Down
1 change: 0 additions & 1 deletion interpn/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@
//! ```
//!
//! # Development Roadmap
//! * Recursive multilinear methods (for better extrapolation speed and timing determinism)
//! * Methods for unstructured triangular and tetrahedral meshes
#![cfg_attr(not(feature = "std"), no_std)]
// These "needless" range loops are a significant speedup
Expand Down

0 comments on commit 8c7abad

Please sign in to comment.