|
2 | 2 |
|
3 | 3 | All notable changes to NiMARE releases are documented in this page.
|
4 | 4 |
|
5 |
| -## [Unreleased](https://github.com/neurostuff/NiMARE/compare/0.0.13rc1...HEAD) |
| 5 | +## [Unreleased](https://github.com/neurostuff/NiMARE/compare/0.0.14rc1...HEAD) |
6 | 6 |
|
7 | 7 | <!-- 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 | + |
8 | 41 | ## [0.0.13rc1](https://github.com/neurostuff/NiMARE/compare/0.0.12rc7...0.0.13rc1) - 2023-01-13
|
9 | 42 |
|
10 | 43 | <!-- Release notes generated using configuration in .github/release.yml at main -->
|
|
0 commit comments