Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.

Commit a931c20

Browse files
committed
REL: 0.1.15
1 parent 4a58f19 commit a931c20

File tree

1 file changed

+66
-0
lines changed

1 file changed

+66
-0
lines changed

CHANGES.rst

+66
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,69 @@
1+
0.1.15 (mai 13, 2024)
2+
=====================
3+
A new minor release with fixes such as setting random seeds and enhancing parallelization, alongside improvements like automated package building, documentation updates, and maintenance tasks.
4+
5+
* FIX: Set random seed in registration test (#160)
6+
* FIX: Implement parallelization with joblib & processes (#103)
7+
* FIX: Revise ``antsRegistration`` arguments (just FYI) (#102)
8+
* FIX: Revising parallel execution and related housekeeping (#100)
9+
* FIX: Stop using overly complicated asyncio for managing ThreadPoolExecutors (#97)
10+
* FIX: Housekeeping of the data loader function (#92)
11+
* FIX: Integration test with B0 (trivial) model (#85)
12+
* FIX: Generate temporary H5 cache path anew with every new instance of ``DWI`` (#87)
13+
* FIX: Miscelaneous revisions to make tests execute properly (#84)
14+
* FIX: Fix Sphinx documentation configuration file (#136)
15+
* ENH: Use img shields license badge and point to file (#190)
16+
* ENH: Add test for the CLI parser (#183)
17+
* ENH: Automated Package Building and Deployment (#179)
18+
* ENH: CLI Implementation for Eddymotion (#157)
19+
* ENH: Rename the estimator method to honor its purpose/use (#173)
20+
* ENH: Bump CircleCI docker image (#177)
21+
* ENH: Require the iterables in a zip call to have equal length (#172)
22+
* ENH: Adopt the NiPreps author update maintenance script (#167)
23+
* ENH: Drop support for Python 3.8 and 3.9 (#158)
24+
* ENH: Remove unused `tmp_path` parameter from test (#162)
25+
* ENH: Outsource leave-one-out splitter so it can be used across data types (#98)
26+
* ENH: Simplify `eddymotion.estimator.EddyMotionEstimator.fit` (#149)
27+
* ENH: Refactor code linter and formatter dependencies (#144)
28+
* ENH: Use NumPy's `Generator` class as a replacement for `RandomState` (#141)
29+
* ENH: Define instance attributes in ``__init__`` method (#133)
30+
* ENH: Remove unused parameter from method prototype (#134)
31+
* ENH: Add Python 3.12 to project classifiers (#143)
32+
* ENH: Fix GitHub workflow actions warnings linked to `Node.js` (#130)
33+
* ENH: Remove unnecessary `docs/requirements.txt` (#137)
34+
* ENH: Refactor package structure (#115)
35+
* ENH: Model building refactor (#109)
36+
* ENH: Add ``FullDKIModel`` (#91)
37+
* ENH: PET uptake model (#112)
38+
* ENH: Allow mix-and-matching of models (#105)
39+
* ENH: Improvements to the estimator (#96)
40+
* ENH: Adds carpet_plot function (#123)
41+
* ENH: Data utils (#124)
42+
* ENH: Changed em_affines from Affine object to matrix with preallocation (#122)
43+
* DOC: Fix typo in ModelFactory docstring (#185)
44+
* DOC: Fix grammar in model factory docstring (#175)
45+
* DOC: Remove unnamed return parameter from docstring (#164)
46+
* DOC: Add CircleCI status badge to README (#159)
47+
* DOC: Add status badges to ``README`` file (#138)
48+
* DOC: Add missing references in `README` file (#131)
49+
* DOC: Miscellaneous documentation fixes (#135)
50+
* DOC: Fix documentation build (#104)
51+
* DOC: Just added myself to contributors (#83)
52+
* DOC: Update contact information for @dpys and setup.cfg -> nipreps (#119)
53+
* DOC: Update contact information for @dpys and setup.cfg -> nipreps (#119)
54+
* STY: fix style errors (#154)
55+
* STY: Format the code base style (#147)
56+
* STY: Avoid using `pytest` `tmpdir` fixture as variable name (#132)
57+
* MAINT: Drop local version to play nicely with test.pypi.org (#182)
58+
* MAINT: Migrate to PEP517/518 packaging (#128)
59+
* MAINT: Rotate CircleCI secrets and setup up org-level context (#121)
60+
* MAINT: Pin Python >= 3.8 (#120)
61+
* MAINT: Do not install ants with conda (CircleCI) (#106)
62+
* MAINT: Do not install ants with conda (CircleCI) (#106)
63+
* MAINT: Initiate CircleCI's config file (#88)
64+
* MAINT: Reduce jobs in contrib GHA (#82)
65+
* CI: replace flake8 by ruff check (#139)
66+
167
0.1.4 (April 12, 2021)
268
======================
369
The first release following a more complete deployment cycle.

0 commit comments

Comments
 (0)