Skip to content

Commit f2119d6

Browse files
committed
doc: 1.10.0 changelog
1 parent 8732bf6 commit f2119d6

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 20, 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)