BioPerl release 1.6.923
Posted on December 19, 2013
| cjfields
The latest BioPerl release (v1.6.923) is now available on CPAN. This is a point release to address a few bugs, as well as push out the recent code updates that Francisco Ossandón has made to improve Windows support and improve Bio::Location (among other bits and pieces).
Contributing to the release:
- Francisco Ossandón
- Brian Osborne
- Dave Messina
- Carnë Draug
- Chris Fields
- Benjamin Warren
Enjoy!
chris
BOSC 2014 Keynote Competition
Posted on December 13, 2013
| peterc
We’re pleased to officially confirm that one of the two keynote speakers for the 15th annual Bioinformatics Open Source Conference ( BOSC 2014) will be C. Titus Brown, as he announced on Twitter recently:
Titus Brown (@ctitusbrown):
Excited to be a keynote speaker at BOSC 2014! My title: “A History of Bioinformatics (in the year 2039)” - plenty of room for mischief ;)
https://twitter.com/ctitusbrown/status/410934403565490176
In recognition of the growing use of Twitter and social media within science as a way of connecting across geographical divides, we’re announcing a Twitter competition to guess who is scheduled to give the second keynote at BOSC 2014 in Boston.
[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]Biopython 1.62 released
Posted on August 28, 2013
| peterc
Source distributions and Windows installers for Biopython 1.62 are now available from the downloads page on the official Biopython website and ( soon) from the Python Package Index (PyPI).
Python support
This is our first release of Biopython which officially supports Python 3. Specifically, this is supported under Python 3.3. Older versions of Python 3 may still work albeit with some issues, but are not supported.
We still fully support Python 2.
[Read More]BOSC 2013
Posted on July 17, 2013
| peterc
Hello from Berlin, where the pre-BOSC informal CodeFest 2013 meeting is already underway. We’re looking forward to seeing even more of you on Friday and Saturday for BOSC 2013.
BOSC 2013 will be the 14th annual Bioinformatics Open Source Conference, and is organised by the Open Bioinformatics Foundation (OBF). It is held as a Special Interest Group (SIG) meeting in conjunction with the ISMB conference, which itself is held jointly with the ECCB meeting every second year.
[Read More]Biopython 1.61 released
Posted on February 5, 2013
| peterc
Source distributions and Windows installers for Biopython 1.61 are now available from the downloads page on the Biopython website and from the Python Package Index (PyPI).
The updated Biopython Tutorial and Cookbook is online ( PDF).
Platforms/Deployment
We currently support Python 2.5, 2.6 and 2.7 and also test under Python 3.1, 3.2 and 3.3 (including modules using NumPy), and Jython 2.5 and PyPy 1.9 (Jython and PyPy do not cover NumPy or our C extensions).
[Read More]OBF Board meeting 13 Nov
Posted on November 6, 2012
| peterc
The Open Bioinformatics Foundation (OBF) will be holding a public Board of Directors meeting on Tuesday, 13 Nov, 2012, at 11.30am EST (8.30am PST, 17:30 CET, 16:30 UTC/GMT).
The meeting will be held online or over conference call. We will post details about how to dial in or connect closer to the date ( here).
On the agenda Richard Holland and Chris Fields are running for election to the Board, and some other items primarily up for discussion, including how to keep our membership roll up-to-date and increasing with the least barriers.
[Read More]OBF is now an SPI-associated project
Posted on October 12, 2012
| hilmar
I am very pleased to announce that the Open Bioinformatics Foundation (O|B|F) is now a Software in the Public Interest (SPI) associated project, rather than its own not-for-profit incorporation.
An electronic vote of O|B|F members on whether or not to provisionally approve the invitation from SPI closed yesterday at 19:00 UTC. We had a participation of 39 out of 105 eligible, or 37%, which is far above the quorum of 10%.
[Read More]Travis-CI for Testing
Posted on July 30, 2012
| peterc
Earlier this year BioRuby and then Biopython and BioPerl started using Travis-CI.org, a hosted continuous integration service for the open source community, to run their unit tests automatically whenever their GitHub repositories are updated:
BioRuby Biopython BioPerl The BioRuby team are also using Travis-CI for automated testing of their new ‘plugin’ ecosystem, BioRuby Gems, or BioGems.
Travis-CI gives us continuous testing, but for the moment only covers one operating system (currently 32 bit Ubuntu Linux using Virtual Machines).
[Read More]