Skip to content

Commit

Permalink
Update CHANGES.rst, RELEASE.rst, and .zenodo.json
Browse files Browse the repository at this point in the history
  • Loading branch information
richford committed Dec 7, 2021
1 parent d6334e3 commit dd5283b
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 13 deletions.
16 changes: 16 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
v0.3.1 (December 07, 2021)
==========================
* BF: Fix label encoding in the presence of NaN labels (#101)
* Add enforce_sub_prefix option to AFQDataset and load_afq_data (#96)
* RF: For plotting, sometimes you don't want to group by any other variable (#99)
* BF: Cast integer session identifiers to strings. (#91)
* Add an AFQDataset class (#89)
* Add callosal bundles to plot_tract_profiles (#82)
* ENH: Add Convolutional Neural Network Models (#83)
* TST: Improve coverage. (#86)
* Fixes tests broken by previous commits. (#85)
* DOC + RF: Adds docstrings to class definitions. (#84)
* ENH: Allow bundle aggregation and put load_afq_data output into a named_tuple (#80)
* ENH: Allow bundle aggregation and put load_afq_data output into a named_tuple (#80)
* DOC: Make examples a bit more explicit (#79)

v0.3.0 (June 28, 2021)
======================
* Add research examples to documentation (#77)
Expand Down
28 changes: 15 additions & 13 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
v0.3.0 (June 28, 2021)
======================
* Add research examples to documentation (#77)
* ENH: Add dataset fetchers (#76)
* Adds error handling for cases where users forget to set target_cols. (#73)
* ENH: Add unsupervised boolean parameter to load_afq_data (#71)
* ENH: Add bundle profile plotting function (#69)
* Remove transformers that were migrated to groupyr (#68)
* DEP: Loosen groupyr dependency (#67)
* DEP: Loosen dependency requirements (#66)
* Fixes broken links (#65)
* ENH: Stratify bootstrap replicants in SerialBaggingClassifier (#61)
* ENH: Add SerialBagging classes (#60)
v0.3.1 (December 07, 2021)
==========================
* BF: Fix label encoding in the presence of NaN labels (#101)
* Add enforce_sub_prefix option to AFQDataset and load_afq_data (#96)
* RF: For plotting, sometimes you don't want to group by any other variable (#99)
* BF: Cast integer session identifiers to strings. (#91)
* Add an AFQDataset class (#89)
* Add callosal bundles to plot_tract_profiles (#82)
* ENH: Add Convolutional Neural Network Models (#83)
* TST: Improve coverage. (#86)
* Fixes tests broken by previous commits. (#85)
* DOC + RF: Adds docstrings to class definitions. (#84)
* ENH: Allow bundle aggregation and put load_afq_data output into a named_tuple (#80)
* ENH: Allow bundle aggregation and put load_afq_data output into a named_tuple (#80)
* DOC: Make examples a bit more explicit (#79)

0 comments on commit dd5283b

Please sign in to comment.