Closed
Conversation
Bumps [gittools/actions](https://github.com/gittools/actions) from 4.3.2 to 4.3.3. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](GitTools/actions@v4.3.2...v4.3.3) --- updated-dependencies: - dependency-name: gittools/actions dependency-version: 4.3.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…tion • fix off-by-one in _compute_slice_averages by using full strided slice for cycleaverage • fix usemask=False path to include all voxels instead of filtering by boolean comparison artifact • harden cardiaccycleaverage against divide-by-zero warnings and empty valid-point sets • preserve output behavior while removing runtime warning/edge-case failure paths
• clamp peak-detection lookahead to at least 1 to prevent peakdetect ValueError • add safe fallback when max/min peak lists are empty • guard zero/near-zero phasediff in zero-phase interpolation to avoid invalid division • ensure pulse reconstruction time grid is finite and has at least 2 points before writing outputs
…ttools/actions-4.3.3 Bump gittools/actions from 4.3.2 to 4.3.3
• fix fMRIDataset.getsizes() to support 3D data by catching IndexError • fix ProbeRegressor.makeinputtimeaxis() to produce one timestamp per input sample • honor targetstart and targetoffset in ProbeRegressor target time-axis generation • guard Coherer.run(trim=True) against invalid/empty trim ranges with clear ValueError • update test_helperclasses to cover corrected behavior and new edge cases
Fixed datalabel off-by-one in 3D output generation by separating summary headers from region label indexing. Hardened percentile segmentation path to skip empty regions safely (avoids using undefined percentile arrays).
Standardized artifact/checkpoint/loss path usage to modelpath (not mixed modelname/modelpath). Updated training checkpoint template path and evaluation output files accordingly.
Standardized artifact/checkpoint/loss path usage to modelpath. Fixed early-stop best-model load/save paths. Fixed default save path in savemodel() to use modelpath.
fix FastResampler high-res axis stop to respect non-zero initstart fix congrid cyclic edge handling by computing kernel distances from unwrapped indices fix FastResampler plotting import typo (matplotlib, not matplolib) fix off-by-one/precision sample count math in upsample and dotwostepresample raise ValueError for invalid doresample interpolation method instead of returning None
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3 to 4. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@v3...v4) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3...v4) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…cker/login-action-4 Bump docker/login-action from 3 to 4
…cker/setup-qemu-action-4 Bump docker/setup-qemu-action from 3 to 4
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5 to 6. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@v5...v6) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6 to 7. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6...v7) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3 to 4. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v3...v4) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…cker/metadata-action-6 Bump docker/metadata-action from 5 to 6
…cker/setup-buildx-action-4 Bump docker/setup-buildx-action from 3 to 4
…cker/build-push-action-7 Bump docker/build-push-action from 6 to 7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes # .
Changes proposed in this pull request: