Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 16, 2025

Bumps biopython from 1.79 to 1.85.

Changelog

Sourced from biopython's changelog.

15 January 2025: Biopython 1.85

This release of Biopython supports Python 3.9, 3.10, 3.11, 3.12 and 3.13. It has also been tested on PyPy3.9 v7.3.13. Python 3.9 is approaching end of life, our support for it is now deprecated.

Some optimisation work was done for Bio.SeqIO including avoiding nested iterators, and speeding up both FASTA and FASTQ parsing.

Bio.motifs now supports reading PFM from Cys2His2 Zinc Finger Proteins PWM Predictor and reading motifs in pfm-four-columns format will set motif name to "" instead of None, when no motif name was found.

Tests that use assertAlmostEqual calls now use places parameter with enough presision when comparing very small numbers in scientific notation.

Bio.motifs now supports reverse complementing RNA motifs and correctly generating degenerate consensus sequences for RNA motifs.

Bio.motifs.minimal now supports parsing RNA motifs and parsing motifs for which not all statistics are provided (e.g. missing E-values or nsites).

Bio.motifs.clusterbuster now supports parsing GAP and WEIGHT parameters and can optionally write Cluster Buster motif files with floats instead of integers, by specifying the precision=<int> parameter when writing: e.g. motifs.write(motifs, "clusterbuster", precision=2)

Additionally, a number of small bugs and typos have been fixed with additions to the test suite and type annotations.

Many thanks to the Biopython developers and community for making this release possible, especially the following contributors:

  • Alan Medlar
  • Carlos Peña
  • Gert Hulselmans
  • Peter Cock
  • Michiel de Hoon

28 June 2024: Biopython 1.84

This release of Biopython supports Python 3.9, 3.10, 3.11 and 3.12. It has also been tested on PyPy3.9 v7.3.13. Python 3.9 is approaching end of life, our support for it is now deprecated.

Our main documentation, the Biopython Tutorial and Cookbook, has been converted from LaTeX to reStructuredText, and combined with the existing API documentation, into a single more modern and navigable HTML output.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [biopython](https://github.com/biopython/biopython) from 1.79 to 1.85.
- [Changelog](https://github.com/biopython/biopython/blob/master/NEWS.rst)
- [Commits](https://github.com/biopython/biopython/commits)

---
updated-dependencies:
- dependency-name: biopython
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 16, 2025
@amorehead amorehead closed this Jan 18, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 18, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@amorehead amorehead deleted the dependabot/pip/biopython-1.85 branch January 18, 2025 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants