-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cdbd616
commit 419fcbc
Showing
15 changed files
with
5,413 additions
and
895 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
.. _v2.1.0: | ||
|
||
2.1.0 | ||
===== | ||
|
||
Changes | ||
....... | ||
|
||
* Added support for encoding a numpy ndarray using JPEG2000 lossless and lossy | ||
* Supported array shapes are (rows, columns) and (rows, columns, planes) | ||
* Supported number of planes is 1, 3 and 4 | ||
* Supported dtypes are bool, u1, i1, u2, i2 for bit-depths 1-16 | ||
* Also supported are u4 and i4 for bit-depths 1-24 | ||
* Added support for decoding JPEG2000 data with precision up to 24-bits |
Oops, something went wrong.