Skip to content

Commit 7586248

Browse files
authored
Merge pull request #3329 from mashehu/bump-version-3_1_0
Bump version 3.1.0
2 parents edbeee3 + afdb012 commit 7586248

File tree

3 files changed

+20
-18
lines changed

3 files changed

+20
-18
lines changed

.gitpod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
image: nfcore/gitpod:dev
1+
image: nfcore/gitpod:latest
22
tasks:
33
- name: install current state of nf-core/tools and setup pre-commit
44
command: |

CHANGELOG.md

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
# nf-core/tools: Changelog
22

3-
## v3.0.3dev
3+
## [v3.1.0 - Brass Boxfish](https://github.com/nf-core/tools/releases/tag/3.1.0) - [2024-12-09]
4+
5+
**Highlights**
6+
7+
- We added the new `contributors` field to the pipeline template `manifest`.
8+
- The `nf-core pipelines download` command supports ORAS container URIs.
9+
- New command `nf-core subworkflows patch`.
410

511
### Template
612

713
- Keep pipeline name in version.yml file ([#3223](https://github.com/nf-core/tools/pull/3223))
814
- Fix Manifest DOI text ([#3224](https://github.com/nf-core/tools/pull/3224))
915
- Do not assume pipeline name is url ([#3225](https://github.com/nf-core/tools/pull/3225))
10-
- fix workflow_dispatch trigger and parse more review comments in awsfulltest ([#3235](https://github.com/nf-core/tools/pull/3235))
16+
- fix `workflow_dispatch` trigger and parse more review comments in awsfulltest ([#3235](https://github.com/nf-core/tools/pull/3235))
1117
- Add resource limits to Gitpod profile([#3255](https://github.com/nf-core/tools/pull/3255))
1218
- Fix a typo ([#3268](https://github.com/nf-core/tools/pull/3268))
1319
- Remove `def` from `nextflow.config` and add `trace_report_suffix` param ([#3296](https://github.com/nf-core/tools/pull/3296))
@@ -19,14 +25,14 @@
1925

2026
### Download
2127

22-
- First steps towards fixing [#3179](https://github.com/nf-core/tools/issues/3179): Modify `prioritize_direct_download()` to retain Seqera Singularity https:// Container URIs and hardcode Seqera Containers into `gather_registries()` ([#3244](https://github.com/nf-core/tools/pull/3244)).
28+
- First steps towards fixing [#3179](https://github.com/nf-core/tools/issues/3179): Modify `prioritize_direct_download()` to retain Seqera Singularity `https://` Container URIs and hardcode Seqera Containers into `gather_registries()` ([#3244](https://github.com/nf-core/tools/pull/3244)).
2329
- Further steps towards fixing [#3179](https://github.com/nf-core/tools/issues/3179): Enable limited support for `oras://` container paths (_only absolute URIs, no flexible registries like with Docker_) and prevent unnecessary image downloads for Seqera Container modules with `reconcile_seqera_container_uris()` ([#3293](https://github.com/nf-core/tools/pull/3293)).
2430
- Update dawidd6/action-download-artifact action to v7 ([#3306](https://github.com/nf-core/tools/pull/3306))
2531

2632
### Linting
2733

2834
- allow mixed `str` and `dict` entries in lint config ([#3228](https://github.com/nf-core/tools/pull/3228))
29-
- fix meta_yml linting test failing due to module.process_name always being "" ([#3317](https://github.com/nf-core/tools/pull/3317))
35+
- fix `meta_yml` linting test failing due to `module.process_name` always being `""` ([#3317](https://github.com/nf-core/tools/pull/3317))
3036
- fix module section regex matching wrong things ([#3321](https://github.com/nf-core/tools/pull/3321))
3137

3238
### Modules
@@ -40,32 +46,28 @@
4046

4147
### General
4248

43-
- Include .nf-core.yml in `nf-core pipelines bump-version` ([#3220](https://github.com/nf-core/tools/pull/3220))
49+
- Include `.nf-core.yml` in `nf-core pipelines bump-version` ([#3220](https://github.com/nf-core/tools/pull/3220))
4450
- create: add shortcut to toggle all switches ([#3226](https://github.com/nf-core/tools/pull/3226))
4551
- Remove unrelated values when saving `.nf-core` file ([#3227](https://github.com/nf-core/tools/pull/3227))
46-
- chore(deps): update pre-commit hook pre-commit/mirrors-mypy to v1.12.0 ([#3230](https://github.com/nf-core/tools/pull/3230))
47-
- chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.7.0 ([#3229](https://github.com/nf-core/tools/pull/3229))
48-
- Update python:3.12-slim Docker digest to 032c526 ([#3232](https://github.com/nf-core/tools/pull/3232))
4952
- use correct `--profile` options for `nf-core subworkflows test` ([#3233](https://github.com/nf-core/tools/pull/3233))
5053
- Update GitHub Actions ([#3237](https://github.com/nf-core/tools/pull/3237))
5154
- add `--dir/-d` option to schema commands ([#3247](https://github.com/nf-core/tools/pull/3247))
52-
- Update pre-commit hook astral-sh/ruff-pre-commit to v0.7.1 ([#3250](https://github.com/nf-core/tools/pull/3250))
5355
- fix headers in api docs ([#3323](https://github.com/nf-core/tools/pull/3323))
5456
- handle new schema structure in `nf-core pipelines create-params-file` ([#3276](https://github.com/nf-core/tools/pull/3276))
5557
- Update Gitpod image to use Miniforge instead of Miniconda([#3274](https://github.com/nf-core/tools/pull/3274))
56-
- Update pre-commit hook astral-sh/ruff-pre-commit to v0.7.3 ([#3275](https://github.com/nf-core/tools/pull/3275))
5758
- Add hint to solve git errors with a synced repo ([#3279](https://github.com/nf-core/tools/pull/3279))
58-
- Update pre-commit hook astral-sh/ruff-pre-commit to v0.7.4 ([#3282](https://github.com/nf-core/tools/pull/3282))
59-
- Update codecov/codecov-action action to v5 ([#3283](https://github.com/nf-core/tools/pull/3283))
60-
- Update python:3.12-slim Docker digest to 2a6386a ([#3284](https://github.com/nf-core/tools/pull/3284))
61-
- Update pre-commit hook astral-sh/ruff-pre-commit to v0.8.0 ([#3299](https://github.com/nf-core/tools/pull/3299))
62-
- Update gitpod/workspace-base Docker digest to 12853f7 ([#3309](https://github.com/nf-core/tools/pull/3309))
6359
- Run pre-commit when testing linting the template pipeline ([#3280](https://github.com/nf-core/tools/pull/3280))
64-
- Update pre-commit hook astral-sh/ruff-pre-commit to v0.8.2 ([#3325](https://github.com/nf-core/tools/pull/3325))
6560
- Make CLI prompt less nf-core specific ([#3326](https://github.com/nf-core/tools/pull/3326))
6661
- Update gitpod vscode extensions to use nf-core extension pack ([#3327](https://github.com/nf-core/tools/pull/3327))
6762
- Remove toList() channel operation from inside onComplete block ([#3304](https://github.com/nf-core/tools/pull/3304))
6863
- build: Setup VS Code tests ([#3292](https://github.com/nf-core/tools/pull/3292))
64+
65+
### Version updates
66+
67+
- chore(deps): update pre-commit hook pre-commit/mirrors-mypy to v1.12.0 ([#3230](https://github.com/nf-core/tools/pull/3230))
68+
- Update codecov/codecov-action action to v5 ([#3283](https://github.com/nf-core/tools/pull/3283))
69+
- Update gitpod/workspace-base Docker digest to 12853f7 ([#3309](https://github.com/nf-core/tools/pull/3309))
70+
- Update pre-commit hook astral-sh/ruff-pre-commit to v0.8.2 ([#3325](https://github.com/nf-core/tools/pull/3325))
6971
- Update dependency textual-dev to v1.7.0 ([#3308](https://github.com/nf-core/tools/pull/3308))
7072

7173
## [v3.0.2 - Titanium Tapir Patch](https://github.com/nf-core/tools/releases/tag/3.0.2) - [2024-10-11]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import find_packages, setup
44

5-
version = "3.0.3dev"
5+
version = "3.1.0"
66

77
with open("README.md") as f:
88
readme = f.read()

0 commit comments

Comments
 (0)