|
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.12rc7...HEAD) |
| 5 | +## [Unreleased](https://github.com/neurostuff/NiMARE/compare/0.0.13rc1...HEAD) |
6 | 6 |
|
7 | 7 | <!-- Release notes generated using configuration in .github/release.yml at main --> |
| 8 | +## [0.0.13rc1](https://github.com/neurostuff/NiMARE/compare/0.0.12rc7...0.0.13rc1) - 2023-01-13 |
| 9 | + |
| 10 | +<!-- Release notes generated using configuration in .github/release.yml at main --> |
| 11 | +### What's Changed |
| 12 | + |
| 13 | +Testing release code |
| 14 | + |
| 15 | +#### 🛠 Breaking Changes |
| 16 | + |
| 17 | +- Remove Peaks2Maps from NiMARE by @tsalo in https://github.com/neurostuff/NiMARE/pull/644 |
| 18 | +- Remove duecredit in favor of BibTeX references by @tsalo in https://github.com/neurostuff/NiMARE/pull/736 |
| 19 | +- Switch from face+edge connectivity to face-only by @tsalo in https://github.com/neurostuff/NiMARE/pull/733 |
| 20 | +- Remove conperm and scale CLI workflows by @tsalo in https://github.com/neurostuff/NiMARE/pull/740 |
| 21 | + |
| 22 | +#### 🎉 Exciting New Features |
| 23 | + |
| 24 | +- Add `tables` attribute to MetaResult class by @tsalo in https://github.com/neurostuff/NiMARE/pull/734 |
| 25 | +- Add FocusFilter class for removing coordinates outside of a mask by @tsalo in https://github.com/neurostuff/NiMARE/pull/732 |
| 26 | +- Add parallelization option to `CorrelationDecoder` and `CorrelationDistributionDecoder` by @JulioAPeraza in https://github.com/neurostuff/NiMARE/pull/738 |
| 27 | +- Append the top 3 words to LDA topic names by @JulioAPeraza in https://github.com/neurostuff/NiMARE/pull/741 |
| 28 | +- Enhance LDA annotator by @JulioAPeraza in https://github.com/neurostuff/NiMARE/pull/742 |
| 29 | + |
| 30 | +#### 🐛 Bug Fixes |
| 31 | + |
| 32 | +- Shift centers of mass into clusters in Jackknife/FocusCounter by @tsalo in https://github.com/neurostuff/NiMARE/pull/735 |
| 33 | +- fix a bug in conversion from z statistics to p values by @yifan0330 in https://github.com/neurostuff/NiMARE/pull/749 |
| 34 | +- Remove "dataset" `return_type` option from kernel transformers by @JulioAPeraza in https://github.com/neurostuff/NiMARE/pull/752 |
| 35 | + |
| 36 | +#### Other Changes |
| 37 | + |
| 38 | +- Fix import in download_neurosynth example by @PTDZ in https://github.com/neurostuff/NiMARE/pull/743 |
| 39 | +- Optimize compute_kda_ma by @liuzhenqi77 in https://github.com/neurostuff/NiMARE/pull/745 |
| 40 | +- Optimize dataset.get by @liuzhenqi77 in https://github.com/neurostuff/NiMARE/pull/746 |
| 41 | +- Fix MACM analysis example by @JulioAPeraza in https://github.com/neurostuff/NiMARE/pull/750 |
| 42 | +- Remove upper bound for matplotlib version by @ghisvail in https://github.com/neurostuff/NiMARE/pull/751 |
| 43 | +- Fix neurosyth download_abstracts example; inc biopython by @WillForan in https://github.com/neurostuff/NiMARE/pull/753 |
| 44 | +- Raise deprecation warnings with Python 3.6 and 3.7 by @JulioAPeraza in https://github.com/neurostuff/NiMARE/pull/754 |
| 45 | +- [MAINT] Fix various errors due to major version changes in dependencies by @jdkent in https://github.com/neurostuff/NiMARE/pull/757 |
| 46 | + |
| 47 | +### New Contributors |
| 48 | + |
| 49 | +- @PTDZ made their first contribution in https://github.com/neurostuff/NiMARE/pull/743 |
| 50 | +- @liuzhenqi77 made their first contribution in https://github.com/neurostuff/NiMARE/pull/745 |
| 51 | +- @yifan0330 made their first contribution in https://github.com/neurostuff/NiMARE/pull/749 |
| 52 | +- @ghisvail made their first contribution in https://github.com/neurostuff/NiMARE/pull/751 |
| 53 | +- @WillForan made their first contribution in https://github.com/neurostuff/NiMARE/pull/753 |
| 54 | + |
| 55 | +**Full Changelog**: https://github.com/neurostuff/NiMARE/compare/0.0.12...0.0.13rc1 |
| 56 | + |
8 | 57 | ## [0.0.12rc7](https://github.com/neurostuff/NiMARE/compare/0.0.12rc6...0.0.12rc7) - 2022-06-14 |
9 | 58 |
|
10 | 59 | Another release candidate to test a GitHub Action. |
|
0 commit comments