Skip to content

Commit

Permalink
0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
36000 committed May 18, 2022
1 parent 804e894 commit 519d911
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
0.12 (May 18, 2022)
===================
This release simplifies the API, in part by merging the
scalar and mask definitions into one image definition.
pyAFQ now must use python >=3.8. Other minor bug fixes.
* [FIX] update nightly tests and fix kwargs (#834)
* [DOC] update track docstring (#833)
* [ENH] Ignore pandas out of date warning / SFT reference warning (#832)
* [ENH] Simplify API system (#825)
* [FIX] always resample when loading from disk, not just first time (#830)
* [FIX] fix ImageFile for scalars, add test (#829)
* [ENH] replace parfor with paramap (#828)
* [FIX] Replace split(.) with splitext() (#827)
* [ENH] Change pyAFQ to use python >=3.8 (#826)
* [ENH] Autogenerate two separate QSIprep pipelines (#816)
* [ENH] Reorganize mask and scalar system into one "Image" system (#817)
* Update DIPY to 1.5 (#814)
* [ENH] Allow user to customize core bundle text indicating nodeID (#815)

0.11 (April 12, 2022)
=====================
This release introduces a new API for specifying Bundle Dictionaries,
Expand Down

0 comments on commit 519d911

Please sign in to comment.