Chris Markiewicz
Chris Markiewicz
* [x] Exclude prov files from consideration as sidecars * [ ] ...
@nellh I think [your PRs](https://github.com/rii-mango/NIFTI-Reader-JS/pulls?q=is%3Apr%20author%3Anellh%20) all got merged? They do an annoying thing where they put compiled results in the source directory, so merging in `master` was a bit of...
Python 3.11 is now out of SPEC0 support. Also bumps minimum dependencies in accordance with #803.
This PR lays some groundwork for further type annotations. The main thing it does is make `SpatialImage` generic over its affine type, which can either be `Affine` (an alias for...
We can now start testing on arm64 for Linux: https://github.com/orgs/community/discussions/148648
This is a straight translation of `setup.py` to `pyproject.toml` using: ```console uvx setuptools-py2cfg >> setup.cfg uvx 'ini2toml[full]' -o pyproject.toml setup.cfg ``` Two changes needed: 1) Add content-type to `project.readme` table....
It seems that invalid escape sequences will at some undetermined point in the future stop emitting SyntaxWarnings and start emitting SyntaxErrors (see the second bullet item in https://docs.python.org/3/whatsnew/3.12.html#other-language-changes). On the...
### What went wrong? @ https://openneuro.org/datasets/ds006729/snapshot ### Expected behavior The changelog should be normal ### How to reproduce _No response_ ### Desktop - OS: - Browser: - Version: ### Phone...
### What went wrong? Datasets with snapshots created have their data exported to S3 but left inaccessible without presigned URLs. The annexed files are then dropped from the server, with...
> This worked for a bit successfully with no error, but unfortunately now I am getting another error that seems to do with git annex when running the same command...