Galen Seilis

Results 60 issues of Galen Seilis

In addition to the [promised tutorials](https://scikit-tda.org/tutorials/index.html) for this software package, a short "Getting Started" section would help me understand how to use this software package.

On Ubuntu (current LTS) the command `pip install scikit-tda` appeared to work without error. However running the import for ripser gives a value error. ```python >>> import ripser Traceback (most...

I tried to install `scikit-tda` using `pip3 install scikit-tda` and found that `ripser` was not installing properly. I tried `pip3 install ripser` directly and got the same error. This is...

I observed that pycallgraph2 includes itself in the resulting call graph: https://stackoverflow.com/questions/74102511/why-does-pycallgraph2-describe-itself-while-profiling-hello-world A comment on the SO post shows this behavior can be silenced. Should this silencing be set as...

Hi PyMC-Learn Devs, It would be highly beneficial to my projects if pymc-learn was ported to PyMC5, which has some excellent features such as the recently-released do operator.

## Description https://kedro-org.slack.com/archives/C03RKP2LW64/p1709912797979079 ## Context How has this bug affected you? What were you trying to accomplish? The impact is relatively minor. I just see a warning. ## Steps to...

Issue: Bug Report
Quick Win

Ran [Black](https://github.com/psf/black) on the source code. None of the changes should affect run time (and hopefully improve readability and consistency).

I saw this message on the continuous integration build errors. It looks like we just need to update the version. `The sphinxcontrib.applehelp extension used by this project needs at least...

I don't think `!= False` is necessary here.

Everything inherits from `type`. https://realpython.com/inheritance-composition-python/