26.0.0 #1374
handwerkerd
announced in
Announcements
26.0.0
#1374
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
What's Changed
🛠 Breaking Changes
variance explainedandnormalized variance explainedexplained is better documented.varianced explainedwas a percentile from 0-100% whilenormalized varianced explainedwas a ratio from 0-1.The breaking change is that both are now percentages from 0-100%
User Facing New Features
When viewing the html report, after clicking to view a component,
one can use the left and right arrow keys to cycle through neighboring components on the variance explained pie chart.
are removed for not having 1 or 3 good echoes.
RICAbutton in the html report.Clicking the button shows command-line text to use to run the RICA version of the report.
The RICA report has more interactive features and can be used to manual inspect and change component classifications.
separately install it and set up a server.
New outputted information or options for outputing more information
The total number of voxels with failed estimates were previously saved,
and now a map of which voxels have estimation failures is also saved.
It is abs(kappa-rho)/(kappa+rho) and is designed to be a measure of how "purely" kappa or rho a component is.
We may harmonize these two measures in a future release so that detrending is consisently used.
time series explains the variance or how much a time series explains variance in relation to other components.
These are not currently being used in any decision tree, but may be useful for futrue testing and comparisions.
These are not currently being used in any decision tree, but may be useful for future testing and comparisons.
This generalizes that ranking so that it can be used to rank user-defined measures instead of a hard-coded list.
👎 Future Deprecation
We think this is a legacy option that no one uses any more.
If you are still using z-concatenated files and want us to retain this feature, please comment on this issue ASAP
🐛 Bug Fixes
The only distributed decision tree this affected is
demo_external_regressors_motion_task_models.If you are using that decision tree, this will alter your results.
🎉 Under-the-hood New Features
Now most arrays in the code will just include voxels within the mask.
New Contributors
Full Changelog: 25.1.0...26.0.0
This discussion was created from the release 26.0.0.
All reactions