|
1 | 1 | # nf-core/tools: Changelog |
2 | 2 |
|
3 | | -## v3.3.2dev |
| 3 | +## [v3.3.2dev - Tungsten Tamarin Patch 2](https://github.com/nf-core/tools/releases/tag/3.3.2) - [2025-07-08] |
4 | 4 |
|
5 | 5 | ### Template |
6 | 6 |
|
|
13 | 13 | - Fix link to nf-test GHA in README.md ([#3630](https://github.com/nf-core/tools/pull/3630)) |
14 | 14 | - Add accelerator directive for GPU-enabled processes ([#3632](https://github.com/nf-core/tools/pull/3632)) |
15 | 15 | - Update dependency prettier to v3.6.0 ([#3641](https://github.com/nf-core/tools/pull/3641)) and 3.6.2 ([#3646](https://github.com/nf-core/tools/pull/3646)) |
| 16 | +- Add opt-in feature `gpu` ([#3562](https://github.com/nf-core/tools/pull/3562)) |
| 17 | +- Update zentered/bluesky-post-action action to v0.3.0 ([#3626](https://github.com/nf-core/tools/pull/3626)) |
16 | 18 |
|
17 | 19 | ### Linting |
18 | 20 |
|
|
28 | 30 |
|
29 | 31 | ### General |
30 | 32 |
|
31 | | -- Add conda cache dir ([#3610](https://github.com/nf-core/tools/pull/3610)) |
32 | 33 | - update id of ruff hook in pre-commit config ([#3621](https://github.com/nf-core/tools/pull/3621)) |
33 | | -- Drop python 3.8, add tests with python 3.13 ([#3538](https://github.com/nf-core/tools/pull/3538)) |
34 | 34 | - Fixes a bug with the test-datasets subcommand [#3617](https://github.com/nf-core/tools/issues/3617) |
35 | | -- Update pre-commit hook pre-commit/mirrors-mypy to v1.16.1 ([#3624](https://github.com/nf-core/tools/pull/3624)) |
36 | 35 | - Pin python Docker tag to f2fdaec ([#3623](https://github.com/nf-core/tools/pull/3623)) |
37 | | -- Update pre-commit hook astral-sh/ruff-pre-commit to v0.12.0 ([#3627](https://github.com/nf-core/tools/pull/3627)) |
38 | | -- Update zentered/bluesky-post-action action to v0.3.0 ([#3626](https://github.com/nf-core/tools/pull/3626)) |
39 | | -- Update dependency textual to v3.5.0 ([#3636](https://github.com/nf-core/tools/pull/3636)) |
40 | 36 | - Make changelog bot push to correct remote ([#3638](https://github.com/nf-core/tools/pull/3638)) |
41 | 37 | - Give unique button ids to help buttons in create app ([#3645](https://github.com/nf-core/tools/pull/3645)) |
42 | 38 | - Parallelize pytest runs and speed up coverage step ([#3635](https://github.com/nf-core/tools/pull/3635)) |
43 | 39 | - Update gitpod/workspace-base Docker digest to 77021d8 ([#3649](https://github.com/nf-core/tools/pull/3649)) |
44 | | -- Update pre-commit hook astral-sh/ruff-pre-commit to v0.12.1 ([#3648](https://github.com/nf-core/tools/pull/3648)) |
45 | 40 | - Update error message for rocrate_readme_sync ([#3652](https://github.com/nf-core/tools/pull/3652)) |
46 | 41 | - Update `nf-core modules info` command after `meta.yml` restructuring ([#3659](https://github.com/nf-core/tools/pull/3659)) |
47 | 42 | - Enable parsing of multi-line config values ([#3629](https://github.com/nf-core/tools/pull/3629)) |
| 43 | + |
| 44 | +#### Version updates |
| 45 | + |
| 46 | +- Drop python 3.8, add tests with python 3.13 ([#3538](https://github.com/nf-core/tools/pull/3538)) |
48 | 47 | - Update python:3.13-slim Docker digest to 6544e0e ([#3663](https://github.com/nf-core/tools/pull/3663)) |
49 | | -- Update pre-commit hook astral-sh/ruff-pre-commit to v0.12.2 ([#3661](https://github.com/nf-core/tools/pull/3661)) |
| 48 | +- Update pre-commit hook astral-sh/ruff-pre-commit to v0.12.2 ([#3627](https://github.com/nf-core/tools/pull/3627),[#3648](https://github.com/nf-core/tools/pull/3648), [#3661](https://github.com/nf-core/tools/pull/3661)) |
| 49 | +- Update dependency textual to v3.5.0 ([#3636](https://github.com/nf-core/tools/pull/3636)) |
| 50 | +- Update pre-commit hook pre-commit/mirrors-mypy to v1.16.1 ([#3624](https://github.com/nf-core/tools/pull/3624)) |
50 | 51 |
|
51 | 52 | ## [v3.3.1 - Tungsten Tamarin Patch](https://github.com/nf-core/tools/releases/tag/3.3.1) - [2025-06-02] |
52 | 53 |
|
@@ -117,7 +118,6 @@ We also enabled to install subworkflows with modules from different remotes. |
117 | 118 | - Handling issue with arity #3530 ([#3539](https://github.com/nf-core/tools/pull/3539)) |
118 | 119 | - GitHub action for nightly tests with Nextflow from source ([#3553](https://github.com/nf-core/tools/pull/3553)) |
119 | 120 | - Update CI to test template pipelines with nf-test ([#3559](https://github.com/nf-core/tools/pull/3559)) |
120 | | -- Add opt-in feature `gpu` ([#3562](https://github.com/nf-core/tools/pull/3562)) |
121 | 121 | - Use secret for notification email on nextflow nightly builds ([#3576](https://github.com/nf-core/tools/pull/3576)) |
122 | 122 | - Use pdiff from setup-nf-test ([#3578](https://github.com/nf-core/tools/pull/3578)) |
123 | 123 |
|
|
0 commit comments