Merge branch 'issue171' into devel

This commit is contained in:
John Evans 2014-02-11 08:23:28 -05:00
commit ffc7379e68
2 changed files with 43 additions and 0 deletions

42
docs/source/changelog.rst Normal file
View file

@ -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

View file

@ -16,6 +16,7 @@ Contents:
detailed_installation
how_do_i
roadmap
changelog
api
------------------