1
0

- update to 1.81:

* The API documentation and the `Biopython Tutorial and
    Cookbook` have been updated to better annotate use and
    application of the ``Bio.PDB.internal_coords`` module.
  * ``Bio.Phylo`` now supports ``Alignment`` and
    ``MultipleSeqAlignment`` objects as input.
  * Several improvements and bug fixes to the snapgene parser

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-biopython?expand=0&rev=19
This commit is contained in:
2023-02-15 14:04:46 +00:00
committed by Git OBS Bridge
parent e111c6a246
commit 754d74b384
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Feb 15 14:03:39 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.81:
* The API documentation and the `Biopython Tutorial and
Cookbook` have been updated to better annotate use and
application of the ``Bio.PDB.internal_coords`` module.
* ``Bio.Phylo`` now supports ``Alignment`` and
``MultipleSeqAlignment`` objects as input.
* Several improvements and bug fixes to the snapgene parser
-------------------------------------------------------------------
Wed Jan 4 14:19:49 UTC 2023 - Dirk Müller <dmueller@suse.com>