forked from FCP-INDI/C-PAC
-
Notifications
You must be signed in to change notification settings - Fork 0
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
♻️ Split ResourcePool
into three classes
#2
Merged
sgiavasis
merged 77 commits into
sgiavasis:develop
from
FCP-INDI:engine/(th)re(e)sources
Aug 9, 2024
Merged
♻️ Split ResourcePool
into three classes
#2
sgiavasis
merged 77 commits into
sgiavasis:develop
from
FCP-INDI:engine/(th)re(e)sources
Aug 9, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ces` Squashed commit of the following: commit a40c449 Merge: 6b6f7f4 9ba084e Author: Jon Clucas <jon.clucas@childmind.org> Date: Mon Jul 15 13:16:14 2024 -0400 ⬆️ Bump zipp from 3.16.0 to 3.19.1 (#2132) commit 9ba084e Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue Jul 9 18:35:58 2024 +0000 :arrow_up: Bump zipp from 3.16.0 to 3.19.1 Bumps [zipp](https://github.com/jaraco/zipp) from 3.16.0 to 3.19.1. - [Release notes](https://github.com/jaraco/zipp/releases) - [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst) - [Commits](jaraco/zipp@v3.16.0...v3.19.1) --- updated-dependencies: - dependency-name: zipp dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> commit 6b6f7f4 Merge: 5ce5d37 979b0a9 Author: Jon Clucas <jon.clucas@childmind.org> Date: Fri Jul 12 13:27:18 2024 -0400 🐛 Fix `get_scan_params` (#2129) commit 979b0a9 Author: Jon Clucas <jon.clucas@childmind.org> Date: Tue Jul 9 09:39:03 2024 -0400 :pencil2: Fix f-string missing `f` commit af65a2e Author: Jon Clucas <jon.clucas@childmind.org> Date: Mon Jul 8 17:01:06 2024 -0400 :bug: Fix circular import commit f194377 Author: Jon Clucas <jon.clucas@childmind.org> Date: Mon Jul 8 16:07:15 2024 -0400 :recycle: Exclusively use custom `Function` Nodes + :rotating_light: Lint commit c7819d1 Author: Jon Clucas <jon.clucas@childmind.org> Date: Mon Jul 8 14:16:53 2024 -0400 :art: Remove unnecessary initializations commit b013ccc Author: Jon Clucas <jon.clucas@childmind.org> Date: Mon Jul 8 13:54:48 2024 -0400 :package: Init `Function` commit b19907a Author: Jon Clucas <jon.clucas@childmind.org> Date: Mon Jul 8 13:40:19 2024 -0400 :bug: Use C-PAC Function node commit 7d6f0ee Author: Jon Clucas <jon.clucas@childmind.org> Date: Mon Jul 8 12:59:12 2024 -0400 :pencil2: Fix TR capitalization commit 3ebb9f4 Author: Jon Clucas <jon.clucas@childmind.org> Date: Mon Jul 8 12:54:48 2024 -0400 :white_check_mark: Add tests for `fetch` refactor [rebuild base-lite] [rebuild base-standard] [run reg-suite] commit 6a5b723 Author: Jon Clucas <jon.clucas@childmind.org> Date: Mon Jul 8 12:01:02 2024 -0400 :recycle: DRY params, sub, scan commit c5c39b0 Author: Jon Clucas <jon.clucas@childmind.org> Date: Mon Jul 8 10:49:11 2024 -0400 :bug: Tell Nipype to import typehint type [run reg-suite] commit 52aa366 Author: Jon Clucas <jon.clucas@childmind.org> Date: Mon Jul 8 10:05:09 2024 -0400 :recycle: DRY `fetch_and_convert`|`fetch`|`check`|`check2` [run reg-suite] commit ddf2103 Author: Jon Clucas <jon.clucas@childmind.org> Date: Sat Jul 6 00:27:06 2024 -0400 :construction: WIP :bug: Fix `get_scan_params` [run reg-suite] commit 17257e3 Author: Jon Clucas <jon.clucas@childmind.org> Date: Fri Jul 5 14:26:27 2024 -0400 :recycle: Dedupe function node imports commit 74c0950 Author: Jon Clucas <jon.clucas@childmind.org> Date: Fri Jul 5 09:56:33 2024 -0400 :bug: Import local variables in `get_scan_params` [run reg-suite] commit e64309c Author: Jon Clucas <jon.clucas@childmind.org> Date: Wed Jul 3 18:15:43 2024 -0400 :bug: Fix import (probably merge error) [run reg-suite]
Great. Thanks for the rebase. Merging this in first as it is more congruent with the codebase as-is. |
sgiavasis
approved these changes
Aug 9, 2024
Open
8 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
(This PR is FCP-INDI#2131 with a different target branch)