-
# Prerequisites
Please answer the following questions for yourself before submitting an issue.
- [x] I am running the latest code. Development is very rapid so there are no tagged versions as of…
-
For example, https://github.com/scikit-hep/awkward/actions/runs/11783736057/job/32997893500?pr=3302
```
Run aws-actions/configure-aws-credentials@v4
with:
aws-region: eu-west-[2](https://g…
-
Would be useful to have an understanding of run-time performance of the most common morphological operations such as
- erosion
- dilation
- thinning
- closing
- opening
- skeletonization
etc. w…
-
This is essentially the converse of https://github.com/scikit-build/scikit-build-core/pull/727. The logic for splitting up items in `SKBUILD_CMAKE_ARGS` does not account for the possibility of entries…
vyasr updated
2 weeks ago
-
Can specify everything from what to include in the sdist and wheel and things like ABI tags through declarative metadata – will be pretty cool
It will also help removing eggs from the sdist, which …
-
To a CMake novice (or someone who has not used it in years like me) the example presented in the readme feels a bit under-explained.
> An example CMakeLists.txt:
>
> ```cmake
> cmake_minimum_re…
-
Hello.
When I install the package with
pip instgall --user .
I got the follwoing errors.
Requirement already satisfied: tqdm in /home/m123456/anaconda3/lib/python3.12/site-packages (from echone…
-
Currently working on https://github.com/scikit-image/scikit-image/pull/7566, and it looks like using a function decorated with `deprecate_func` raises a `FutureWarning` that points at https://github.c…
lagru updated
1 month ago
-
We should try to make PyDMD compliant to the [Python Array API standard](https://data-apis.org/array-api/latest). This would have countless benefits for users, including reduced computational costs wh…
-
A lot of people use scikit-learn's python wheels uploaded on PyPI.
Wheels were not designed for scientific packages and this leads to a variety of problems for users who use them — for more informati…