Matt Piekenbrock

Results 9 issues of Matt Piekenbrock

This is a feature request. It would be nice to be able to link to this library as a dependency in R. Also wouldn't be too hard; just make an...

Hi @paultpearson, Love your package! I'm doing quite a bit of research into Mapper, and am in need of a fast Mapper implementation. I believe in reproducible research and prefer...

For the Python interface, `return_unconverged` and `raise_for_unconverged` are options documented in the docstrings, but not on the online docs. It would be nice to get a better idea of how...

Hi @yixuan, I'm trying to understand the Lanczos method, mostly via Golub & Van Loan's [Matrix Computations](https://books.google.com/books?id=5U-l8U3P-VUC&lpg=PP1&ots=7-HCRjYMan&dq=matrix%20computations&lr&pg=PP1#v=onepage&q=matrix%20computations&f=false) and various other articles. Following [this breakdown](https://slepc.upv.es/documentation/reports/str5.pdf ), my understanding is that the...

I was reading over the code use to produce the sparse reweighting of the Rips filtration and I'm having trouble following exactly how this lines up with the mentioned paper...

This is more of a question born out of my own ignorance on Python's build internals. I would like to use extensionlib to build native extension modules interfaced with [pybind11](https://github.com/pybind/pybind11)....

Looks like the latest versions on conda forge are for CPython 3.9. Considering 3.10 is more than halfway through its release cycle and 3.11/3.12 [are in bugfix](https://anaconda.org/conda-forge/scikit-geometry/files https://devguide.python.org/versions/), scikit-geometry is...

There are a growing number of packages that include header-only C++ libraries in the `inst/` folder to allow methods to be linked and used on the C++ side of a...

Upon creating a new virtualenv (call it `env`), if I do: ```{bash} (env)$ nodeenv -p * Install prebuilt node (22.3.0) ..... done. ``` And then try: ```{bash} (env)$ command -v...