Removal of 2.6

This commit is contained in:
John Evans 2014-02-05 15:59:39 -05:00
commit f2245e0e05

View file

@ -1,9 +1,10 @@
Feb 03, 2014 - Added write support for Palette and Component Mapping boxes.
Added read support for JPX free, number list, data reference, fragment
table, and fragment list boxes. Palette box now a 2D numpy array instead
of a list of 1D arrays. JP2 super box constructors now take optional box
list argument. Fixed bug where JPX files with more than one codestream
but advertising jp2 compatibility were not being read.
Feb 03, 2014 - Removed support for Python 2.6. Added write support for
Palette and Component Mapping boxes. Added read support for JPX free,
number list, data reference, fragment table, and fragment list boxes.
Palette box now a 2D numpy array instead of a list of 1D arrays.
JP2 super box constructors now take optional box list argument.
Fixed bug where JPX files with more than one codestream but
advertising jp2 compatibility were not being read.
Jan 28, 2014 - v0.5.10 Fixed bad warning when reader requirements box mask
length is unsupported.