Interpn

Latest version: v0.2.1

Safety actively analyzes 623383 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.4.2

Other
- Squash early development

0.4.1

Changes
* Fix grid cell index selection to properly center the grid cell s.t. t=0 corresponds to index 1
* Add test of cubic method against sine function to capture potential problems not visible when testing against linear and quadratic functions

0.4.0

Other
* Implement cubic interpolation for regular grid
* Continuous first derivative everywhere
* Option to clamp to linear extrapolation to prevent unwanted extrapolation of local curvature
* Test linearized method against linear function in both interpolation and extrapolation
* Test un-linearized method against quadratic function in both interpolation and extrapolation

0.3.0

Changes
* Remove initial guess for cell index from rectilinear method
* Collapse some loops
* Remove support for negative step sizes for regular grid in favor of reducing number of abs() calls
* Remove some saturating sub calls that are not needed now that degenerate grids are not supported
* Get indexing dimension product in the same way for rectilinear method as for regular grid method
* Use better initial value for folds
* Update docs
* Use optimizations for tests because it's faster overall

0.2.0

Changes
* Propagate Result everywhere that unwrap or assert! was being used

0.1.0

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.