Ndpolator

Latest version: v1.2.2

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

Scan your dependencies

1.2.2

What's Changed
* Changing docbuild action from PRs to releases by aprsa in https://github.com/aprsa/ndpolator/pull/11
* Workaround for the failing numpy 2.0 cibuildwheel run on pp39-manylinux-i686 by aprsa in https://github.com/aprsa/ndpolator/pull/13
* update release workflow by kecnry in https://github.com/aprsa/ndpolator/pull/14
* Corrections of a buggy example. by miroslavbroz in https://github.com/aprsa/ndpolator/pull/15
* Dict access to table contents by aprsa in https://github.com/aprsa/ndpolator/pull/16

New Contributors
* kecnry made their first contribution in https://github.com/aprsa/ndpolator/pull/14
* miroslavbroz made their first contribution in https://github.com/aprsa/ndpolator/pull/15

**Full Changelog**: https://github.com/aprsa/ndpolator/compare/1.2.1...1.2.2

1.2.1

What's Changed
* Improvements to release CI in https://github.com/aprsa/ndpolator/pull/6
* Several distance-related bugfixes in https://github.com/aprsa/ndpolator/pull/10

**Full Changelog**: https://github.com/aprsa/ndpolator/compare/1.2...1.2.1

1.2

What's Changed
* Support for computing distance from the grid for extrapolated query points by aprsa in https://github.com/aprsa/ndpolator/pull/5


**Full Changelog**: https://github.com/aprsa/ndpolator/compare/1.1...1.2

1.1

The ndpolator v1.1 release optimizes memory usage and the speed of execution.

1.0

Ndpolator is a combined interpolator/extrapolator that operates on sparse (incompletely populated) $n$-dimensional grids. It estimates scalar or vector function values within and beyond the definition range of the grid while still avoiding the need to impute missing data or sacrifice the benefits of structured grids. Ndpolator is written in C for speed and portability; a python wrapper that uses numpy arrays is provided for convenience.

This is the initial release of ndpolator.

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.