Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Workflow Community Initiative (WCI) descriptor #3608

Merged
merged 6 commits into from
Jan 17, 2025

Conversation

u11kumar
Copy link
Contributor

@u11kumar u11kumar commented Oct 5, 2023

Fixes #3607

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

Ping @yarikoptic for review.

Copy link

codecov bot commented Mar 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (master@a946fcd). Learn more about missing BASE report.
Report is 7 commits behind head on master.

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

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

@effigies effigies force-pushed the issue#3607_u11kumar branch from 29cecc2 to f54475c Compare May 6, 2024 01:21
@effigies
Copy link
Member

effigies commented Oct 7, 2024

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

@effigies effigies 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 GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

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