erykoff
erykoff
This fixes #117. Further investigation shows that with the newest version of cctools-port + sigtool for signing then whenever the `outputIsMappableFile=true` which triggers `wholeBuffer = (uint8_t *)mmap(NULL, _fileSize, PROT_WRITE|PROT_READ, MAP_SHARED,...
- [ ] I read [the conda-forge documentation](https://conda-forge.org/docs/user/introduction.html#how-can-i-install-packages-from-conda-forge) and could not find the solution for my problem there. Issue: When working on https://github.com/conda-forge/ndarray-feedstock/pull/14 I found that the linter was failing...
## PR Summary ## PR Checklist **Tests and Styling** - [ ] Has pytest style unit tests (and `pytest` passes). - [ ] Is [Flake 8](https://flake8.pycqa.org/en/latest/) compliant (install `flake8-docstrings` and...
### Bug summary With 3.5 and previously, doing hexbin with empty arrays and log scaling just produced an empty plot. With 3.6.0 it crashes. ### Code for reproduction ```python import...
This is a follow-up to https://github.com/scikit-build/scikit-build/issues/589 which was not fixed correctly by https://github.com/scikit-build/scikit-build/pull/622 The issue is that in cross-compiling `skip_test` is marked as `TRUE` here https://github.com/scikit-build/scikit-build/blob/f4f9796e8a940a5559264045b1c43105b291d6c2/skbuild/resources/cmake/targetLinkLibrariesWithDynamicLookup.cmake#L500-L502 which short-circuits here https://github.com/scikit-build/scikit-build/blob/f4f9796e8a940a5559264045b1c43105b291d6c2/skbuild/resources/cmake/targetLinkLibrariesWithDynamicLookup.cmake#L504-L506...
The following code snippet (a) doesn't return sorted indices and (b) results in different ordering from numpy 1.24 to numpy 1.26 on x86 processors. ``` import numpy as np import...
I use pip in my github actions for redmapper. And the esutil installation failed today, apparently caused by the update of `ubuntu-latest` from 20.04 to 22.04 in November/December (it was...
If attempting to upload a file with a "-" in the name (as in any file with a DES tilename) from connection.append_table(filename, name=table_name), easyaccess complains `Invalid table name, change filename...
### Checklist - [X] I added a descriptive title - [X] I searched for other speed issues and didn't find a duplicate ### What happened? I have a large environment...