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 Aug 2, 2022
1 parent 5e124c4 commit 407141c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
v0.3.4 (August 02, 2022)
========================
* Add Python 3.10 to CI workflows (#122)
* Add fit, fit_transform, transform, predict, and score methods (#119)
* NF: Allow passing an AFQDataset object as input. (#113)
* Add 1D cnn models and data augmentation (#112)
* (#107)
* Remove groupyr ref from user guide (#110)
* Remove groupyr references from contribution guide (#109)

v0.3.3 (February 16, 2022)
==========================
* Fix attribute errors in bagging and cross-validation. Loosen dependency reqs (#108)
Expand Down
13 changes: 9 additions & 4 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
v0.3.3 (February 16, 2022)
==========================
* Fix attribute errors in bagging and cross-validation. Loosen dependency reqs (#108)
* Make AFQDataset work with different input formats and make indexable (#105)
v0.3.4 (August 02, 2022)
========================
* Add Python 3.10 to CI workflows (#122)
* Add fit, fit_transform, transform, predict, and score methods (#119)
* NF: Allow passing an AFQDataset object as input. (#113)
* Add 1D cnn models and data augmentation (#112)
* (#107)
* Remove groupyr ref from user guide (#110)
* Remove groupyr references from contribution guide (#109)

0 comments on commit 407141c

Please sign in to comment.