Skip to content

v1.4.1#345

Merged
JudithBernett merged 76 commits intomainfrom
development
Jan 14, 2026
Merged

v1.4.1#345
JudithBernett merged 76 commits intomainfrom
development

Conversation

@JudithBernett
Copy link
Contributor

@JudithBernett JudithBernett commented Jan 14, 2026

PR Checklist for all PRs

  • This comment contains a description of changes (with reason)
  • Referenced issue is linked
  • If you've fixed a bug or added code that should be tested, add tests!
  • Documentation in docs is updated. If you've created a new file, add it to the API documentation pages.

Welcome to @nictru, who authored his first PR to drevalpy!

Changes

Bug fixes

New features

Maintenance

  • Version updates

Version release checklist

  • Update the version in pyproject.toml
  • Update version/release in docs/conf.py
  • Run ‚poetry update‘ to get the latest package versions. This will update the poetry.lock file
  • Run ‚poetry export --without-hashes --without development -f requirements.txt -o requirements.txt‘ to update the requirements.txt file
  • (If one of the sphinx packages has been updated, you also need to update docs/requirements.txt)

Then,

  1. Open a PR from development to main with these changes.
  2. Wait for a review and merge.
  3. Create a new release on GitHub with the version number. Update the release notes with the changes made in this version.
  4. If the Docker github action fails (e.g., no space left on device), you can do it manually:
    • Enable Docker buildx locally. If you don't have a builder that supports multi-arch, create one:
    docker buildx ls
    docker buildx create --use --name multiarch-builder
    docker buildx inspect --bootstrap
    
    • Login to ghcr docker login --username <GitHub-Username> --password <personal-access-token> ghcr.io
    • Build the multi-platform image, insert the correct version docker buildx build --platform linux/amd64,linux/arm64 -t ghcr.io/daisybio/drevalpy:v<INSERT-VERSION> -t ghcr.io/daisybio/drevalpy:latest --push .

JudithBernett and others added 30 commits November 20, 2025 14:04
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v5...v6)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.1.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v4.3.0...v5.0.1)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: 5.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
…opment/actions/checkout-6

[DEPENDABOT]: Bump actions/checkout from 5 to 6
…opment/actions/upload-artifact-6

[DEPENDABOT]: Bump actions/upload-artifact from 5 to 6
…opment/actions/cache-5.0.1

[DEPENDABOT]: Bump actions/cache from 4.3.0 to 5.0.1
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v5...v7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.5.1 to 5.5.2.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v5.5.1...v5.5.2)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-version: 5.5.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
* deleted CTRPv2 sample test raw data -> now on nf-core test data
* downloading test data now from nf-core repo
* updated dependencies
@JudithBernett JudithBernett merged commit 6b60598 into main Jan 14, 2026
30 checks passed
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.

3 participants