Skip to content

Commit 0b1f20c

Browse files
jdkentgithub-actions[bot]
authored andcommitted
[skip ci] Update CHANGELOG
1 parent 01e28ed commit 0b1f20c

File tree

1 file changed

+41
-2
lines changed

1 file changed

+41
-2
lines changed

CHANGELOG.md

Lines changed: 41 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,47 @@
22

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

5-
## [Unreleased](https://github.com/neurostuff/NiMARE/compare/0.0.14...HEAD)
5+
## [Unreleased](https://github.com/neurostuff/NiMARE/compare/0.1.0...HEAD)
6+
7+
## [0.1.0](https://github.com/neurostuff/NiMARE/compare/0.0.14...0.1.0) - 2023-06-02
8+
9+
<!-- Release notes generated using configuration in .github/release.yml at main -->
10+
### What's Changed
11+
12+
This is a big release, there are several large items we added:
13+
14+
- 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.
15+
- Reports Module: now you can generate an html report for the simple kernel based methods, more estimators will be supported in upcoming releases
16+
17+
#### 🎉 Exciting New Features
18+
19+
- [ENH] Support pre-generated maps in `CorrelationDecoder` by @JulioAPeraza in https://github.com/neurostuff/NiMARE/pull/782
20+
- [ENH] add Coordinate Based Meta Regression by @yifan0330 in https://github.com/neurostuff/NiMARE/pull/721
21+
- [ENH] Add Corrector and Diagnostics attributes to MetaResult object by @JulioAPeraza in https://github.com/neurostuff/NiMARE/pull/804
22+
- [ENH] Add NiMAREBase features to the Corrector base class by @JulioAPeraza in https://github.com/neurostuff/NiMARE/pull/807
23+
- [ENH] Add `reports` module by @JulioAPeraza in https://github.com/neurostuff/NiMARE/pull/802
24+
25+
#### 🐛 Bug Fixes
26+
27+
- [FIX] Set `n_iters` defaults only for estimators with `null_method="montecarlo"` by @JulioAPeraza in https://github.com/neurostuff/NiMARE/pull/803
28+
- [FIX] handle case of no sample size being reported by @jdkent in https://github.com/neurostuff/NiMARE/pull/792
29+
- [FIX] math display by @yifan0330 in https://github.com/neurostuff/NiMARE/pull/805
30+
- [FIX] allow analysis to have null points when converting from nimads to dataset by @jdkent in https://github.com/neurostuff/NiMARE/pull/808
31+
32+
#### Other Changes
33+
34+
- [MAINT] Drop support for Python 3.6 and 3.7 by @JulioAPeraza in https://github.com/neurostuff/NiMARE/pull/780
35+
- [MAINT] remove codecov by @jdkent in https://github.com/neurostuff/NiMARE/pull/788
36+
- [DOC] change readthedocs badge from latest to stable by @jdkent in https://github.com/neurostuff/NiMARE/pull/786
37+
- [DOC] Add neurolibre link by @jdkent in https://github.com/neurostuff/NiMARE/pull/789
38+
- [MAINT] make indexed_gzip install optional by @jdkent in https://github.com/neurostuff/NiMARE/pull/791
39+
- [MAINT] Remove RC versions from Changelog by @JulioAPeraza in https://github.com/neurostuff/NiMARE/pull/790
40+
- [MAINT] Unpin numpy version by @JulioAPeraza in https://github.com/neurostuff/NiMARE/pull/794
41+
- [REF] Replace `_get_clusters_table` with nilearn's `get_clusters_table` by @JulioAPeraza in https://github.com/neurostuff/NiMARE/pull/793
42+
- [MAINT] Support Python 3.11 by @JulioAPeraza in https://github.com/neurostuff/NiMARE/pull/796
43+
- [MAINT] fix readthedocs by @jdkent in https://github.com/neurostuff/NiMARE/pull/797
44+
45+
**Full Changelog**: https://github.com/neurostuff/NiMARE/compare/0.0.14...0.1.0
646

747
## [0.0.14](https://github.com/neurostuff/NiMARE/compare/0.0.13...0.0.14) - 2023-03-31
848

@@ -34,7 +74,6 @@ All notable changes to NiMARE releases are documented in this page.
3474
- Major refactoring of Diagnostics module by @JulioAPeraza in https://github.com/neurostuff/NiMARE/pull/776
3575
- [DOC] add proper documentation to nimads module by @jdkent in https://github.com/neurostuff/NiMARE/pull/778
3676

37-
3877
**Full Changelog**: https://github.com/neurostuff/NiMARE/compare/0.0.13...0.0.14
3978

4079
## [0.0.13](https://github.com/neurostuff/NiMARE/compare/0.0.12...0.0.13) - 2023-01-17

0 commit comments

Comments
 (0)