Skip to content

Commit 641cebc

Browse files
committed
Merge tag '1.10.0'
1.10.0 (March 19, 2025) New feature release in the 1.10.x series. This release adds GPUs to multiprocess resource management. In general, no changes to existing code should be required if the GPU-enabled interface has a ``use_gpu`` input. The ``n_gpu_procs`` can be used to set the number of GPU processes that may be run in parallel, which will override the default of GPUs identified by ``nvidia-smi``, or 1 if no GPUs are detected. * FIX: Reimplement ``gpu_count()`` (#3718) * FIX: Avoid 0D array in ``algorithms.misc.merge_rois`` (#3713) * FIX: Allow nipype.sphinx.ext.apidoc Config to work with Sphinx 8.2.1+ (#3716) * FIX: Resolve crashes when running workflows with updatehash=True (#3709) * ENH: Support for gpu queue (#3642) * ENH: Update to .wci.yml (#3708) * ENH: Add Workflow Community Initiative (WCI) descriptor (#3608)
2 parents 8732bf6 + 1c9953f commit 641cebc

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

doc/changelog/1.X.X-changelog.rst

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
1.10.0 (March 19, 2025)
2+
=======================
3+
4+
New feature release in the 1.10.x series.
5+
6+
This release adds GPUs to multiprocess resource management.
7+
In general, no changes to existing code should be required if the GPU-enabled
8+
interface has a ``use_gpu`` input.
9+
The ``n_gpu_procs`` can be used to set the number of GPU processes that may
10+
be run in parallel, which will override the default of GPUs identified by
11+
``nvidia-smi``, or 1 if no GPUs are detected.
12+
13+
* FIX: Reimplement ``gpu_count()`` (https://github.com/nipy/nipype/pull/3718)
14+
* FIX: Avoid 0D array in ``algorithms.misc.merge_rois`` (https://github.com/nipy/nipype/pull/3713)
15+
* FIX: Allow nipype.sphinx.ext.apidoc Config to work with Sphinx 8.2.1+ (https://github.com/nipy/nipype/pull/3716)
16+
* FIX: Resolve crashes when running workflows with updatehash=True (https://github.com/nipy/nipype/pull/3709)
17+
* ENH: Support for gpu queue (https://github.com/nipy/nipype/pull/3642)
18+
* ENH: Update to .wci.yml (https://github.com/nipy/nipype/pull/3708)
19+
* ENH: Add Workflow Community Initiative (WCI) descriptor (https://github.com/nipy/nipype/pull/3608)
20+
21+
122
1.9.2 (December 17, 2024)
223
=========================
324

0 commit comments

Comments
 (0)