Biopython 1.72 released
Posted on June 27, 2018
| peterc
Dear Biopythoneers,
I’m writing this in Portland at the GCC BOSC 2018 conference, where I will present the Biopython Project Update 2018 talk tomorrow. Yesterday during my airport layover in Iceland, I published the Biopython 1.72 release to our website and PyPI:
https://biopython.org/wiki/Download https://pypi.python.org/pypi/biopython/1.72
This release of Biopython supports Python 2.7, 3.4, 3.5 and 3.6. It has also been tested on PyPy2.7 v6.0.0 and PyPy3.5 v6.0.0.
Internal changes to Bio.SeqIO have sped up the SeqRecord .
[Read More]Saving science from itself: A review of the 2018 eLife Innovation Sprint
Posted on May 22, 2018
| akeshavan
This is a guest blog post from Anisha Keshavan, who was supported by the ongoing Open Bioinformatics Foundation travel fellowship program to attend the 2018 eLife Innovation Sprint in Cambridge, May 2018. The OBF’s Travel Fellowship program continues to help open source bioinformatics software developers with funding to attend conferences or workshops. This was one of three awards from our April 2018 travel fellowships call. The current call closes 15 August 2018, you might want to apply? It is hard for me to put into words the thrill, excitement, and inspiration I’m feeling after attending the 2 day eLife Innovation sprint on May 10th and 11th. The
#eLifeSprint (
https://elifesciences.org/events/c40798c3/elife-innovation-sprint-2018) in Cambridge, UK, brought together software developers, researchers, designers, and anyone who was passionate about leveraging web technology to advance open scientific communication. The goal: to save science from itself!
[Read More] BioJava 5.0.0 is out
Posted on April 9, 2018
| josemduarte
BioJava 5.0.0 was released on the 23rd of March 2018. This represents a major milestone that brings more consolidation and reorganisation of modules. This is the first release to be based on Java 8, bring in your lambdas and stream API calls!
The release represents work done in the last 2 years, alpha releases were available for quite some time and now this makes all the changes officially public.
Some major refactoring occurred in the biojava-structure module.
[Read More]Biopython 1.71 released
Posted on April 4, 2018
| peterc
Dear Biopythoneers,
Source distributions of Biopython 1.71 are now available from the downloads page on the official Biopython website, and the release is also on the Python Package Index (PyPI) including pre-compiled Wheel Packages for Linux, Mac OS X and Windows.
This release of Biopython supports Python 2.7, 3.4, 3.5 and 3.6 (we have now dropped support for Python 3.3). It has also been tested on PyPy2.7 v5.10.0 and PyPy3.5 v5.
[Read More]Biopython 1.70 released
Posted on July 11, 2017
| peterc
Dear Biopythoneers,
Source distributions of Biopython 1.70 are now available from the downloads page on the official Biopython website, and the release is also on the Python Package Index (PyPI). Windows installers and/or wheels should be available later. ( Update: Compiled wheel packages now available for Linux, Mac OS X and Windows).
This release of Biopython supports Python 2.7, 3.4, 3.5 and 3.6 (we have now dropped support for Python 3.
[Read More]Biopython 1.66 released
Posted on October 21, 2015
| peterc
Source distributions and Windows installers for Biopython 1.66 are now available from the downloads page on the official Biopython website and from the Python Package Index (PyPI).
This release of Biopython supports Python 2.6, 2.7, 3.3, 3.4 and 3.5, although support for Python 2.6 is now deprecated. It has also been tested on PyPy 2.4 to 2.6, PyPy3 version 2.4, and Jython 2.7.
Further work on the Bio.KEGG and Bio.Graphics modules now allows drawing KGML pathways with transparency.
[Read More]Biopython 1.64 released
Posted on May 29, 2014
| tiago
Source distributions and Windows installers for Biopython 1.64 are now available from the downloads page on the official Biopython website and from the Python Package Index (PyPI).
This release of Biopython supports Python 2.6 and 2.7, 3.3 and also the new 3.4 version. It is also tested on PyPy 2.0 to 2.3, and Jython 2.7b2.
The new experimental module Bio.CodonAlign facilitates building codon alignment and further analysis upon it. This work is from the Google Summer of Code (GSoC) project by Zheng Ruan.
[Read More]Catering at BOSC CodeFest 2014
Posted on April 2, 2014
| peterc
Bioinformatics Open Source Codefest, July 9 and 10th in Boston, now with sponsored food and drinks!
The OBF will be holding the fifth annual BOSC Codefest, an informal two day “hackathon” or “coding festival” preceding the Bioinformatics Open Source Conference (BOSC 2014) in Boston (USA).
This year, the BOSC Codefest 2014 is being hosted by hack/reduce (a wonderful hackerspace in Cambridge, Boston) and has also been kindly sponsored by Curoverse (the team behind the open source platform Arvados) and Harbinger Partners, Inc.
[Read More]Biopython 1.63 released
Posted on December 6, 2013
| tiago
Source distributions and Windows installers for Biopython 1.63 are now available from the downloads page on the official Biopython website and ( soon) from the Python Package Index (PyPI).
The current version removed the requirement of the 2to3 library. This was made possible by dropping Python 2.5 (and Jython 2.5).
This release of Biopython supports Python 2.6 and 2.7, and also Python 3.3.
The Biopython Tutorial & Cookbook, and the docstring examples in the source code, now use the Python 3 style print function in place of the Python 2 style print statement.
[Read More]Biopython 1.63 beta released
Posted on November 12, 2013
| tiago
Source distributions and Windows installers for Biopython 1.63 beta are now available from the downloads page on the official Biopython website.
This is a beta release for testing purposes, the main reason for a beta version is the large amount of changes imposed by the removal of the 2to3 library previously required for the support of Python 3.X. This was made possible by dropping Python 2.5 (and Jython 2.5).
This release of Biopython supports Python 2.
[Read More]