Conversation

u11kumar

Fixes #3607

@effigieseffigies changed the title Adding .wci.yml file to the project Add Workflow Community Initiative (WCI) descriptor Mar 17, 2024
@effigies

Ping @yarikoptic for review.

@codecovCodecov

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.04%. Comparing base (a946fcd) to head (b5831b3).
Report is 50 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3608   +/-   ##
=======================================
  Coverage   73.04%   73.04%           
=======================================
  Files        1278     1278           
  Lines       59356    59356           
=======================================
  Hits        43359    43359           
  Misses      15997    15997           

☔ 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 force-pushed the issue#3607_u11kumar branch from 29cecc2 to f54475c Compare May 6, 2024 01:21
@effigies

@yarikoptic Do you know what's going on with this and have the experience to review?

@effigieseffigies merged commit bae6c55 into nipy:master Jan 17, 2025
25 checks passed
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.

Provide .wci.yml file for https://workflows.community initiative