polsys / ennemi

Easy Nearest Neighbor Estimation of Mutual Information
https://polsys.github.io/ennemi/
MIT License
35 stars 12 forks source link

Enable pandas 2.0 in tests #116

Closed polsys closed 1 year ago

polsys commented 1 year ago

Seems that we are compatible with pandas 2.0. Version 1.0 is still supported (and guarded by integration tests).

Also removed the CI workflow trigger on main pushes, since we always go through PRs (and there are no concurrent merges...).