Skip to content

0.0.10rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@tsalo tsalo released this 10 Aug 17:56
· 277 commits to main since this release
9e7f14b

Release Notes

This second release candidate for 0.0.10 includes a major overhaul of the Neurosynth fetching and conversion functions. The Neurosynth database now follows a very different file format, in order to match NeuroQuery's convention. We also have a new function to fetch NeuroQuery, and the Neurosynth conversion functions will work with NeuroQuery data as well.

Changes

  • [ENH] Support new format for Neurosynth and NeuroQuery data (#535) @tsalo
  • [DOC] Update citation for Enge et al. (2021) (#549) @alexenge
  • [FIX] Use resample=True in IBMA examples (#546) @tsalo
  • [FIX] Extract relevant metadata in kernel transformers for Dataset-based transform calls (#548) @tsalo
  • [DOC] Update ecosystem figure and documentation (#545) @tsalo
  • [ENH] Do not apply IBMA methods to voxels with zeros or NaNs (#544) @tsalo
  • [REF] Remove unused dependencies and unimplemented workflow (#541) @tsalo
  • [DOC] Change napoleon settings (#540) @tsalo
  • [ENH] Add ROI association decoder (#536) @tsalo
  • [ENH] Add custom __repr__ methods (#538) @tsalo
  • [FIX] Update CircleCI config to fix recent bug (#537) @tsalo
  • [ENH] Replace low_memory with memory_limit and reduce memory bottlenecks (#520) @tsalo