From 0feca733992eacdb86cdd084984b78a044d705a1 Mon Sep 17 00:00:00 2001 From: John Evans Date: Tue, 11 Feb 2014 08:23:03 -0500 Subject: [PATCH] Added changelog section to docs. #171 --- docs/source/changelog.rst | 42 +++++++++++++++++++++++++++++++++++++++ docs/source/index.rst | 1 + 2 files changed, 43 insertions(+) create mode 100644 docs/source/changelog.rst diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst new file mode 100644 index 0000000..f7e5921 --- /dev/null +++ b/docs/source/changelog.rst @@ -0,0 +1,42 @@ +--------- +ChangeLog +--------- + +0.6.0 (pending) +=============== + + * added set_printoptions, get_printoptions function + * dropped support for Python 2.6, added support for Python 3.4 + * dropped windows support + * added write support for JP2 UUID, dataEntryURL, palette, and component mapping boxes + * added read/write support for JPX free, number list, and data reference boxes + * Added read support for JPX fragment list and fragment table boxes + * incompatible change to palette box constructor, it now takes a 2D numpy array instead of a list of 1D arrays + +0.5.0 (September 16, 2013) +========================== + + * added write support when using OpenJPEG version 1.5 + * added version module + +0.4.0 (August 18, 2013) +========================== + + * added append method + +0.3.0 (July 31, 2013) +========================== + + * added support for OpenJPEG library version 2.0.0 + +0.2.0 (July 11, 2013) +========================== + + * added Python 2.6, Python 2.7 on windows + * read/write using OpenJPEG library version 2.0.0 + * read using OpenJPEG 1.4 + +0.1.0 (May 27, 2013) +==================== + + * first release using development version (2.x) of OpenJPEG diff --git a/docs/source/index.rst b/docs/source/index.rst index 8536be8..792f75a 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -16,6 +16,7 @@ Contents: detailed_installation how_do_i roadmap + changelog api ------------------