Albert Steppi
Albert Steppi
Since merging https://github.com/scipy/scipy/pull/19560, @ilayn's translation of cdflib into cython, several bugs have been brought to our attention by statsmodels maintainer @bashtage, https://github.com/scipy/scipy/issues/19896, https://github.com/scipy/scipy/pull/19933, https://github.com/scipy/scipy/pull/19944, who kindly made PRs fixing several...
#### Reference issue Closes #8083 #### What does this implement/fix? This PR translates `hyp2f1` into CUDA compatible C++, including both the parts from written in Cython in `hyp2f1.pxd` and the...
#### Reference issue https://github.com/scipy/scipy/issues/19404 #### What does this implement/fix? This PR translates the `wright_bessel` function into CUDA compatible C++ along with its dependencies. Following up on previous work like https://github.com/scipy/scipy/pull/19834....
Hi, I'm working for Quansight labs, helping set up infrastructure for translating content from the websites for core scientific python packages as part of the [CZI Scientific Python Community &...
This PR adds Korean translations to the website. Thanks @miknai! Let me know if everything in the rendered output looks good to you. I made a few changes on top...
This PR adds the [wright_bessel](https://docs.scipy.org/doc/scipy/reference/generated/scipy.special.wright_bessel.html#scipy.special.wright_bessel) function to special. I've also made updates to `cupy/_core/include/cupy/special/` not strictly necessary for this PR because it's easier just to copy over the working code...
Some entries in the Interpro and Pfam name spaces are not mapped to Famplex entries. The attached tsv-file contains 231 entries that may be worth looking into. 35 of them...
### Problem It seems like the `doit` configuration in `jupyterlite_core/manager.py` is hard coded and cannot be changed. https://github.com/jupyterlite/jupyterlite/blob/a2dd994ada13e8f952b8c59fdacc2dbec6e018da/py/jupyterlite-core/jupyterlite_core/manager.py#L91-L98 Having the verbosity hard-coded at 2 can be problematic for some downstream...
PyStow does not check if there is an existing `~/.data` directory on the users system and happily commandeers this folder even if it already exists. Since this is a very...
#### What does this implement/fix? This PR makes a handful of fixes that are needed for some C++ special functions in `scipy/special/special/` to work in CuPy. I've also added a...