This release modernizes a lot of kepler-mapper. We've dropped python 3.6 and 3.7 support, added support through python 3.12, updated the build process, github actions, and the read the docs build. There were lingering changes on master that never made it to pypi because of the broken release actions. The full list of updates is available below.
What's Changed
- Fix docs build by @deargle in #235
- Update code to new cover api by @erooke in #229
- Fix docs notebooks by @deargle in #237
- Fix divide-by-zero, deprecation, and futurewarnings by @erooke in #236
- Test cubes overlap cleaned up by @erooke in #232
- add ability to d3 vis to live-update min-intersection requirement by @deargle in #231
- fix missing links in docs 'applications' page by @deargle in #241
- refactor docs tocs and index page by @deargle in #239
- New html vis tutorial (blocked by #239) by @deargle in #240
- Update docs build by @catanzaromj in #253
- Switch python-igraph to igraph by @catanzaromj in #260
- Bump version, remove unnec imports, update release by @catanzaromj in #261
New Contributors
- @erooke made their first contribution in #229
- @catanzaromj made their first contribution in #253
- Thanks to @wingenium-nagesh, @blue-j, and @ulriks9 for catching a numpy bug.
Full Changelog: v2.0.1...v2.1.0