Skip to content
This repository has been archived by the owner on Jul 20, 2021. It is now read-only.

Releases: applied-bioinformatics/An-Introduction-To-Applied-Bioinformatics

Bug fix release

07 Mar 15:35
Compare
Choose a tag to compare
Bug fix release Pre-release
Pre-release

This release fixes an issue with the Edit links in the 0.1.2 release.

0.1.2: Rewritten content in all Fundamentals chapters

02 Mar 22:54
Compare
Choose a tag to compare

We're excited to announce the 0.1.2 version of An Introduction to Applied Bioinformatics (IAB). In this release the content in the Fundamentals chapters has been expanded and re-written. All of the code in IAB has also been re-written in Python 3.

You can find instructions for reading the latest development and release versions of IAB, both statically and interactively, at http://readIAB.org.

IAB: content changes made simple, and new URLs!

19 Jun 20:32
Compare
Choose a tag to compare

We're excited to announce the 0.1.1 release of An Introduction to Applied Bioinformatics. This release includes a lot of project structural changes, resulting in large part from work during the Mozilla Science Lab Global Sprint 2015.

The most significant of these changes is that we've made it vastly easier for you to submit and for us to review content changes. To achieve this, all of the content in IAB is now written in markdown and converted to IPython Notebooks using ipymd.

  • This makes it vastly easier to review content changes from readers, so we can integrate your suggestions faster. This was previously a major bottleneck which often resulted in hard-to-resolve merge conflicts.
  • It also makes it much easier to submit small content changes, such as typo fixes or wording changes. Submitting changes now requires no command line interaction - it's possible to do all of this from your web browser. Watch a five-minute video on how this works here. We've updated CONTRIBUTING.md to describe the process.

Finally, we're now hosting our static notebooks on S3 rather than on nbviewer, which means nicer URLs. For example, this:

http://nbviewer.ipython.org/github/gregcaporaso/An-Introduction-To-Applied-Bioinformatics/blob/0.1.0/fundamentals/sequence-mapping-and-clustering.ipynb

is now this:

http://readiab.org/book/latest/2/5

Starting with this release, you can always view the most recent static version of IAB here, and you can download the latest notebooks from here.

A more detailed description of the changes is available in the project CHANGELOG.md, and you can get an idea of where the project is heading by reviewing the project milestones.

First alpha release

27 Mar 19:24
Compare
Choose a tag to compare
First alpha release Pre-release
Pre-release
Merge pull request #93 from gregcaporaso/0.1.0-rc1

0.1.0 release