[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.10930816.svg)](https://doi.org/10.5281/zenodo.10930816)
`ennemi`: _easy nearest neighbor estimation of mutual information_. Mutual information (MI) can be used to find non-linear correlations between variables, and this Python 3 package is designed to fit into your data analysis workflow.
This minor release adds support for NumPy 2.0, pandas 2.0, and Python 3.12. There are no user-visible changes or differences in the algorithms compared to 1.3.0. (However, results may be slightly different due to changes in e.g. SciPy random number generation.)
The documentation for this release is available at https://polsys.github.io/ennemi. This release requires at least
- Python 3.10
- NumPy 1.23 (NumPy 2.0 is supported)
- SciPy 1.9
- (Optional: pandas 1.5+ or 2.x)