diff --git a/ChangeLog b/ChangeLog index fc95862..60e215e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2016-02-03 Peter Briggs + + * Version 0.5.0-alpha.7 + - Update --xls option to --xlsx and generate XLSX files + (instead of XLS); as XLSX has much greater limits on + the number of rows and columns allowed in a worksheet + this should address previous problems with having data + split over multiple sheets. + - Correct headers and placeholders now output when using + --compact option when --number is not specified. + - Pre-existing output files are explicitly removed before + analysis is run (rather than relying on overwrite). + 2016-01-29 Peter Briggs * Version 0.5.0-alpha.6 diff --git a/rnachipintegrator/__init__.py b/rnachipintegrator/__init__.py index b626b82..e356d34 100644 --- a/rnachipintegrator/__init__.py +++ b/rnachipintegrator/__init__.py @@ -1,5 +1,5 @@ # Current version of the library -__version__ = '0.5.0-alpha.6' +__version__ = '0.5.0-alpha.7' def get_version(): """Returns a string with the current version of the library (e.g., "0.2.0")