Skip to content

Commit 17ea335

Browse files
jdkentgithub-actions[bot]
authored andcommitted
[skip ci] Update CHANGELOG
1 parent 28ef8f7 commit 17ea335

File tree

1 file changed

+34
-1
lines changed

1 file changed

+34
-1
lines changed

CHANGELOG.md

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,42 @@
22

33
All notable changes to NiMARE releases are documented in this page.
44

5-
## [Unreleased](https://github.com/neurostuff/NiMARE/compare/0.0.13rc1...HEAD)
5+
## [Unreleased](https://github.com/neurostuff/NiMARE/compare/0.0.14rc1...HEAD)
66

77
<!-- Release notes generated using configuration in .github/release.yml at main -->
8+
## [0.0.14rc1](https://github.com/neurostuff/NiMARE/compare/0.0.13rc1...0.0.14rc1) - 2023-03-31
9+
10+
<!-- Release notes generated using configuration in .github/release.yml at main -->
11+
### What's Changed
12+
13+
#### 🛠 Breaking Changes
14+
15+
- Support clusters table in Diagnostics by @JulioAPeraza in https://github.com/neurostuff/NiMARE/pull/765
16+
17+
#### 🎉 Exciting New Features
18+
19+
- Add `save()` and `load()` methods to `MetaResult` objects by @JulioAPeraza in https://github.com/neurostuff/NiMARE/pull/771
20+
- Incorporate Estimator and Corrector descriptions into MetaResult objects by @tsalo in https://github.com/neurostuff/NiMARE/pull/724
21+
- Add `cluster_threshold` option to Diagnostics by @JulioAPeraza in https://github.com/neurostuff/NiMARE/pull/777
22+
- Add CBMA workflow by @JulioAPeraza in https://github.com/neurostuff/NiMARE/pull/761
23+
- [ENH] rudimentary support for nimads by @jdkent in https://github.com/neurostuff/NiMARE/pull/763
24+
25+
#### 🐛 Bug Fixes
26+
27+
- Do not zero out one-tailed z-statistics for p-values > 0.5 by @JulioAPeraza in https://github.com/neurostuff/NiMARE/pull/693
28+
29+
#### Other Changes
30+
31+
- Support nibabel 5.0.0 by @JulioAPeraza in https://github.com/neurostuff/NiMARE/pull/762
32+
- Link to NeuroStars software support category instead of neuro questions by @tsalo in https://github.com/neurostuff/NiMARE/pull/768
33+
- Revert "Do not zero out one-tailed z-statistics for p-values > 0.5" by @JulioAPeraza in https://github.com/neurostuff/NiMARE/pull/769
34+
- [DOC] add note about SDM by @jdkent in https://github.com/neurostuff/NiMARE/pull/764
35+
- Replace `pandas.DataFrame.append` with `pandas.concat` by @JulioAPeraza in https://github.com/neurostuff/NiMARE/pull/774
36+
- Major refactoring of Diagnostics module by @JulioAPeraza in https://github.com/neurostuff/NiMARE/pull/776
37+
- [DOC] add proper documentation to nimads module by @jdkent in https://github.com/neurostuff/NiMARE/pull/778
38+
39+
**Full Changelog**: https://github.com/neurostuff/NiMARE/compare/0.0.13...0.0.14rc1
40+
841
## [0.0.13rc1](https://github.com/neurostuff/NiMARE/compare/0.0.12rc7...0.0.13rc1) - 2023-01-13
942

1043
<!-- Release notes generated using configuration in .github/release.yml at main -->

0 commit comments

Comments
 (0)