Michael Catanzaro
Michael Catanzaro
This PR fixes numerous bugs with plotting persistence landscapes. In particular - user specified labels for coordinate axes now work, - doc strings are cleaned up and now on publicly...
### Describe the bug Using `NearestNeighbors` with `p < 1` raises an error if the array `X` contains floats. It does not seem to raise errors if `X` consists of...
There are numerous dead links, broken badges, and other minor critiques throughout the README files and the documentation. Specifically, this PR: - Fixes the broken links and badges in the...
The documentation and build process use outdated github actions. This PR updates these and adds a dependabot to ensure they remain up-to-date moving forward. There were changes on master that...
When I rename and move a file with multiple authors on Windows, the paper is moved to the following: zotero_library/Alice_et_al/Alice_et_al_paper_name.pdf When I rename and move the same file on ubuntu,...
Thanks for the awesome package! I'm wondering if anyone has come across the [`uv` package handler](https://github.com/astral-sh/uv). In addition to package dependency _resolution_ speed, it is also optimized for quick iteration...
This PR will add gudhi as a computational backend for now. We'll keep the code extensible for other backends and we'll try to add another in an upcoming PR.
The last release of [PHAT on pypi was v1.5 in 2017](https://pypi.org/project/phat/). Although it appears [v1.7 was released in 2024](https://bitbucket.org/phat-code/phat/src/master/), this release hasn't made it to pypi yet, which makes relying...
We have a custom version of miniball included with cechmate. Let's try to use the version avaible on pypi, potentially pinning it to match the requirements of cechmate.
The robinhood-hashing submodule used in ripser is [archived](https://github.com/martinus/robin-hood-hashing/tree/master) and no long receiving updates. I know the specific robinhood-hasing submodule is pinned, but still, I wonder if it makes sense to...