Skip to content

Releases: neurostuff/NiMARE

0.2.1

11 Jan 22:15
2b1c23a
Compare
Choose a tag to compare

What's Changed

🎉 Exciting New Features

👎 Deprecations

  • Deprecate ale_sleuth_workflow in favor of CBMAWorkflow and PairwiseCBMAWorkflow by @JulioAPeraza in #851

Enhancements

  • Optimize compute_kda_ma for memory and speed by @adelavega in #857 🚀

Fixes

  • [FIX] do not check id columns for image extensions by @jdkent in #860
  • [FIX] bump min numpy/seaborn versions by @jdkent in #861

Other Changes

  • Disable computation of probabilities by default for MKDAChi2 by @adelavega in #856

Full Changelog: 0.2.0...0.2.1

0.2.1rc2

11 Jan 00:08
2b1c23a
Compare
Choose a tag to compare
0.2.1rc2 Pre-release
Pre-release

What's Changed

Other Changes

  • [FIX] bump min numpy/seaborn versions by @jdkent in #861

Full Changelog: 0.2.1rc1...0.2.1rc2

0.2.1rc1

10 Jan 22:36
ca11ec7
Compare
Choose a tag to compare
0.2.1rc1 Pre-release
Pre-release

What's Changed

🎉 Exciting New Features

👎 Deprecations

  • Deprecate ale_sleuth_workflow in favor of CBMAWorkflow and PairwiseCBMAWorkflow by @JulioAPeraza in #851

Other Changes

  • Disable computation of probabilities by default for MKDAChi2 by @adelavega in #856
  • Optimize compute_kda_ma for memory and speed by @adelavega in #857
  • [FIX] do not check id columns for image extensions by @jdkent in #860

Full Changelog: 0.2.0...0.2.1rc1

0.2.0

02 Nov 19:38
720c5c6
Compare
Choose a tag to compare

What's Changed

🎉 Exciting New Features

🐛 Bug Fixes

Other Changes

  • Add badges and citations for Aperture Neuro article by @tsalo in #834
  • Remove pytorch warning message by @yifan0330 in #828

Full Changelog: 0.1.1...0.2.0

0.2.0rc3

19 Sep 10:56
d0b4c0f
Compare
Choose a tag to compare
0.2.0rc3 Pre-release
Pre-release

What's Changed

🎉 Exciting New Features

🐛 Bug Fixes

Other Changes

Full Changelog: 0.2.0rc2...0.2.0rc3

0.2.0rc2

21 Jul 17:19
e59a083
Compare
Choose a tag to compare
0.2.0rc2 Pre-release
Pre-release

What's Changed

Other Changes

  • [FIX] regular expression for no moderators by @jdkent in #821

Full Changelog: 0.2.0rc1...0.2.0rc2

0.2.0rc1

23 Jun 01:56
c4346a2
Compare
Choose a tag to compare
0.2.0rc1 Pre-release
Pre-release

What's Changed

🎉 Exciting New Features

  • Add Workflow and CBMAWorkflow classes. Support pairwise CBMA workflows by @JulioAPeraza in #809

🐛 Bug Fixes

Full Changelog: 0.1.1...0.2.0rc1

0.1.1

12 Jun 19:54
2b73f3b
Compare
Choose a tag to compare

Main change is to include default.yml and default.tpl in the python package distribution

What's Changed

🎉 Exciting New Features

Other Changes

  • [FIX] include default.yml as part of nimare package by @jdkent in #812

Full Changelog: 0.1.0...0.1.1

0.1.1rc1

12 Jun 17:17
2b73f3b
Compare
Choose a tag to compare
0.1.1rc1 Pre-release
Pre-release

Release to fix the run_reports function, so that default.yml is included as a part of the package.

What's Changed

🎉 Exciting New Features

Other Changes

  • [FIX] include default.yml as part of nimare package by @jdkent in #812

Full Changelog: 0.1.0...0.1.1rc1

0.1.0

02 Jun 15:24
01e28ed
Compare
Choose a tag to compare

What's Changed

This is a big release, there are several large items we added:

  • Coordinate Based Meta Regression! This is a great alternative to the kernel-based methods to detect convergence with more sensitivity and more flexibly compare between groups.
  • Reports Module: now you can generate an html report for the simple kernel based methods, more estimators will be supported in upcoming releases

🎉 Exciting New Features

🐛 Bug Fixes

  • [FIX] Set n_iters defaults only for estimators with null_method="montecarlo" by @JulioAPeraza in #803
  • [FIX] handle case of no sample size being reported by @jdkent in #792
  • [FIX] math display by @yifan0330 in #805
  • [FIX] allow analysis to have null points when converting from nimads to dataset by @jdkent in #808

Other Changes

Full Changelog: 0.0.14...0.1.0