Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pyfeeds
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FSL
pyfeeds
Commits
732c3de2
Commit
732c3de2
authored
2 years ago
by
Paul McCarthy
Browse files
Options
Downloads
Patches
Plain Diff
DOC: Changelog
parent
d735f32b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!34
Restore support for storing Gifti surfaces in ImageCache
Pipeline
#18490
passed
2 years ago
Stage: test
Stage: fsl-ci-build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.rst
+7
-0
7 additions, 0 deletions
CHANGELOG.rst
examplePyfeedsConfig
+1
-0
1 addition, 0 deletions
examplePyfeedsConfig
with
8 additions
and
0 deletions
CHANGELOG.rst
+
7
−
0
View file @
732c3de2
...
...
@@ -2,6 +2,13 @@
=====================
0.12.1 (Friday 31st March 2023)
-------------------------------
* Fix a bug in the ``ImageCache`` which broke support for non-NIfTI objects
(e.g. ``nibabel.GiftiImage`` objects).
0.12.0 (Friday 31st March 2023)
-------------------------------
...
...
This diff is collapsed.
Click to expand it.
examplePyfeedsConfig
+
1
−
0
View file @
732c3de2
...
...
@@ -66,6 +66,7 @@ exclude =
*.nii.gz = evalHeader,evalImage
*.nii = evalHeader,evalImage
*.img = evalHeader,evalImage
*.surf.gii = evalGiftiVertices
*.mat = evalNumericalText
*.txt = evalNumericalText
*_V1.nii.gz = evalHeader,evalVectorImage
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment