From f2245e0e05acdfeab4fb7c159c5931d7c606db16 Mon Sep 17 00:00:00 2001 From: John Evans Date: Wed, 5 Feb 2014 15:59:39 -0500 Subject: [PATCH] Removal of 2.6 --- CHANGES.txt | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 324a530..de55628 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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.