[Biopython] Planning the Biopython 1.84 release

Peter Cock p.j.a.cock at googlemail.com
Tue Jun 25 22:37:08 EDT 2024


I've been working on this (as have Michiel, João, and others), and still
hope to do the release very soon.

Touch wood the numpy 2.0.0 work is done. Right now I'm fixing a minor
regression with the new scipy 1.14.0 release, and hoping there are no more
surprises!

Peter

On Wed, May 22, 2024 at 9:39 PM Peter Cock <p.j.a.cock at googlemail.com>
wrote:

> Hello all,
>
> I would have liked to tackle the release sooner, but things have been busy
> at work. However, I will be on leave soon and should be able to tackle the
> Biopython 1.84 in early June.
>
> That will be about six months worth of changes, including dropping Python
> 3.8 support and deprecating Python 3.9 support.
>
> It is worth noting this coincides with the release of NumPy 2.0. We have
> lots of code using NumPy, including C code, which was a major concern as
> there are C API breakages with NumPy 2.0. However, rather than the full
> NumPy C API, we're only using the buffer API designed for interoperability,
> so I believe that does not affect us. What does affect us are changes to
> the NumPy scalar repr output, which means a lot of the documentation tests
> in Biopython 1.63 fail. We have addressed those already, and the tests now
> pass on a recent NumPy v1 and on the v2 release candidate. i.e. I am not
> aware of any blocking issues relating to NumPy for our next release.
>
> Are there any outstanding issues which the community feels need to be
> addressed prior to our release?
>
> Thanks,
>
> Peter
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.open-bio.org/pipermail/biopython/attachments/20240626/e04b76bb/attachment.htm>


More information about the Biopython mailing list