File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 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+
1221.9.2 (December 17, 2024)
223=========================
324
You can’t perform that action at this time.
0 commit comments