Conversation

effigies

Closes #3715

@effigies

@oesteban Note that niworkflows -W will still fail with 8.2+ because of sphinx-contrib/apidoc#21.

@codecovCodecov

Codecov Report

Attention: coverage is 50.00000% with 5 lines in your changes missing coverage. Please review.

Project coverage is 73.07%. Comparing base (44551d3) to head (74149e0).
Report is 22 commits behind head on master.

Files with missing lines%Lines
nipype/sphinxext/apidoc/__init__.py50.00%5 Missing⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3716      +/-   ##
==========================================
+ Coverage   73.06%   73.07%   +0.01%     
==========================================
  Files        1278     1278              
  Lines       59399    59406       +7     
==========================================
+ Hits        43398    43411      +13     
+ Misses      16001    15995       -6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@effigieseffigies merged commit fe20d45 into nipy:master Feb 28, 2025
25 checks passed
@effigieseffigies deleted the fix/sphinx-8.2 branch February 28, 2025 16:29
@effigieseffigies mentioned this pull request Mar 19, 2025
effigies added a commit that referenced this pull request Mar 19, 2025
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)
Sign up for free to join this conversation on . Already have an account? Sign in to comment
None yet
None yet

Successfully merging this pull request may close these issues.

Napoleon/Sphinx submodule to document interfaces fails with new version
@effigies