PennLINC / aslprep

Preprocessing of arterial spin labeling (ASL) data
https://aslprep.readthedocs.io
Other
41 stars 15 forks source link

Update indexed-gzip requirement from <=1.8 to <=1.8.7 #405

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Updates the requirements on indexed-gzip to permit the latest version.

Release notes

Sourced from indexed-gzip's releases.

1.8.7

Changes in this release:

  • Enable Python 3.12 and musllinux builds (#139).
  • Remove numpy as a mandatory build-time dependency (#142, #143).
Changelog

Sourced from indexed-gzip's changelog.

1.8.7 (November 6th 2023)

  • Enable Python 3.12 and musllinux builds (#139).
  • Remove numpy as a mandatory build-time dependency (#142, #143).

1.8.5 (August 29th 2023)

  • Updates to package build process (#138).

1.8.4 (August 29th 2023)

  • Change the IndexedGzipFile class to raise a FileNotFoundError instead of a ValueError, when a path to a non-existent file is provided (#137).

1.8.3 (July 25th 2023)

  • Another adjustment to package build process (#135).

1.8.2 (July 25th 2023)

  • Adjustment to package build process (#134).

1.8.1 (July 25th 2023)

  • Now building packages for python >=3.7, as recent versions of setuptools do not support older Python versions (#133).

1.8.0 (July 24th 2023)

  • Compatibility fixes for Python 3.12 and Cython 3.0.0 (#126, #127).
  • Removed support for Python 2.7 (#128).

1.7.1 (March 31st 2023)

  • Small change to the IndexedGzipFile class so that it accepts file-likes

... (truncated)

Commits
  • 3cfc54c Merge pull request #143 from pauldmccarthy/ci/fix-builds
  • f3197cc CI: Skip tests when buildling aarch64 wheels, to avoid compiling numpy
  • bc16410 TEST: Don't raise error if ctest_zran is not present
  • 3161fab DOC: Changelog
  • b41b018 CI: Don't try to run test_zran tests for release wheels
  • 7473fba CI: No longer need numpy
  • 5c34a75 MNT: Remove numpy as a mandatory dependency. test_indexed_gzip is now pure py...
  • 0b035c6 TEST: Make test_indexed_gzip unit tests pure python. The only reason this was
  • 20ea5b7 DOC: Changelog
  • 61baa50 CI: Disable build isolation and use CIBW_BEFORE_BUILD to install numpy
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
codecov-commenter commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 79.60%. Comparing base (621439d) to head (0a66551).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #405 +/- ## ======================================= Coverage 79.60% 79.60% ======================================= Files 37 37 Lines 3986 3986 Branches 562 562 ======================================= Hits 3173 3173 Misses 630 630 Partials 183 183 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

tsalo commented 7 months ago

@dependabot rebase