Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mgalardini committed Dec 13, 2013
1 parent 75df74a commit 44ea90c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
Version 0.15.0
==============

UPGRADE URGENCY: MODERATE, only feature improvements

IMPORTANT NOTE: this version introduces a backward incompatible change in dphenome
Users who want to analyze an old DuctApe project files should rebuilt it from scratch (or using the various "export" and "import" commands)

FEATURES:
* dphenome add: new parsing logic for plate IDs
* Before: PM03B --> the final letter was kept, causing confusion and failures
* After: PM03 --> more consistent and durable
* This is a backward incompatible change
* dphenome stats: output the tables to file (not just to the terminal)
* dgenome stats: output the tables to file (not just to the terminal)

BUGFIXES:
* dphenome add: yml files with "strange" plate IDs caused crashes
* Print functions compatible with python 3

Version 0.14.2
==============

Expand Down
2 changes: 1 addition & 1 deletion ductape/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.14.2'
__version__ = '0.15.0'
__email__ = 'ductape-users@googlegroups.com'

0 comments on commit 44ea90c

Please sign in to comment.