File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 1+ ================================================================================
2+ SPy 0.16.2
3+ ================================================================================
4+ Release date: 2015.04.27
5+
6+ Bug_Fix release.
7+
8+ Bug Fixes
9+ ---------
10+
11+ * [Issue #19] Fixed handling of intereave keyword.
12+
13+ * [Issue #20] envi.save_image fails when interleave keyword is provided for
14+ single-band images.
15+
16+ * [Issue #21] offset keyword has not effect in envi.create_image.
17+
18+ * [Issue #22] setup.py fails if numpy is not already installed.
19+
20+ * [Issue #24] save_rgb fails when format keyword is given.
21+
22+ * [Issue #25] view_cube fails in HypercubeWindow.load_textures.
23+
24+ * [Issue #26] Too few colors in view_cube side faces.
25+
126================================================================================
227SPy 0.16.1
328================================================================================
Original file line number Diff line number Diff line change 3131
3232from __future__ import division , print_function , unicode_literals
3333
34- __version__ = '0.16.1 '
34+ __version__ = '0.16.2 '
3535
3636import sys
3737if sys .byteorder == 'little' :
You can’t perform that action at this time.
0 commit comments