Fastkde

Latest version: v2.1.3

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

Scan your dependencies

Page 1 of 3

2.1.3

* Bug fix for `fastkde.conditional` (48)
* Fixes wheel building and upload to pypi
* Support for numpy >1.26.4, including numpy >2.0

The [upgrade to numpy 2.0 causes an API compatibility issue](https://numpy.org/doc/stable/dev/depending_on_numpy.html#depending-on-numpy) (thank you AdamOrmondroyd for the initial fix!). Supporting numpy v1 and v2 simultaneously makes it difficult to support older versions of python; support was dropped for python versions less than 3.9 and this is now enforced as a requirement in pyproject.toml.

If python versions less than 3.9 are required, I suggest forcing installation of an older fastkde version, e.g.: pip3 install fastkde<2.1.1; the functionality of fastkde remains the same in v2.0.1 and v2.1.1. Note though that the bug identified in `fastkde.conditional` will exist in these earlier versions; this bug is not an issue if the `xarray` functionality is not used.

2.1.1

This release adds support for numpy >1.26.4, including numpy >2.0

The [upgrade to numpy 2.0 causes an API compatibility issue](https://numpy.org/doc/stable/dev/depending_on_numpy.html#depending-on-numpy) (thank you AdamOrmondroyd for the initial fix!). Supporting numpy v1 and v2 simultaneously makes it difficult to support older versions of python; support was dropped for python versions less than 3.9 and this is now enforced as a requirement in pyproject.toml.

If python versions less than 3.9 are required, I suggest forcing installation of an older fastkde version, e.g.: pip3 install fastkde<2.1.1; the functionality of fastkde remains the same in v2.0.1 and v2.1.1.

(this release is identical to 2.1.0, except that the pip/wheel building process is fixed)

2.1.0

This release adds support for numpy >1.26.4, including numpy >2.0

The [upgrade to numpy 2.0 causes an API compatibility issue](https://numpy.org/doc/stable/dev/depending_on_numpy.html#depending-on-numpy) (thank you AdamOrmondroyd for the initial fix!). Supporting numpy v1 and v2 simultaneously makes it difficult to support older versions of python; support was dropped for python versions less than 3.9 and this is now enforced as a requirement in pyproject.toml.

If python versions less than 3.9 are required, I suggest forcing installation of an older fastkde version, e.g.: `pip3 install fastkde<2.1.0`; the functionality of fastkde remains the same in v2.0.1 and v2.1.0.

2.0.1

Bugfix release - addresses issue with the fastkde/xarray interface and 1D data

2.0.0

* return xarray objects from `fastkde.pdf` and `fastkde.conditional` by default
* add more examples
* simplify and clean up API
* add more comprehensive testing

1.030

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.