krishnanlab / obnb

A Python toolkit for setting up benchmarking dataset using biomedical networks
https://obnb.readthedocs.io
MIT License
21 stars 0 forks source link

build(deps): bump pyroe from 0.9.0 to 0.9.3 #444

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps pyroe from 0.9.0 to 0.9.3.

Release notes

Sourced from pyroe's releases.

pyroe v0.9.3

Fixes #39, which caused id-to-name to fail for files with multiple suffixes.

pyroe v0.9.2

fix: There was another bug upstream in pyranges (issue here) that breaks GTF/GFF parsing. This is a "hot fix" release that simply pins pyranges to 0.0.120 until the bug is fixed upstream in pyranges, or until a more reliable replacement can be found for GTF parsing and interval arithmetic for reference building.

pyroe v0.9.1

fix: There is a bug upstream in pyranges that precludes using pandas >= 2.0. However, that restriction isn't in place for the pyranges dependencies. This release restricts pyroe to depend on a pandas < 2.0 until this is fixed upstream.

fix: The aliases for the make-spliced+intronic and make-spliced+unspliced subcommands were not working; this release fixes those aliases.

Commits
  • 7e69996 Merge pull request #40 from COMBINE-lab/develop
  • 8d4bb65 pin the versions of dependencies in github actions
  • fa48388 pin the versions of dependencies in github actions
  • 66227f7 make flake8 happy
  • 14a03a7 fix: fix bug in format detection for id-to-name
  • dc60cad Merge pull request #38 from COMBINE-lab/develop
  • dfc6769 Merge pull request #37 from DongzeHE/develop
  • 5a47d35 fix: fix pyranges version
  • edb2177 fix: fix pyranges version as the new version is broken
  • 9b81eae Merge pull request #36 from COMBINE-lab/develop
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.