Skip to content

Commit 898051c

Browse files
committed
Updated version to 0.16.2
1 parent c7e8e1b commit 898051c

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

VERSIONS.txt

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
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
================================================================================
227
SPy 0.16.1
328
================================================================================

spectral/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
from __future__ import division, print_function, unicode_literals
3333

34-
__version__ = '0.16.1'
34+
__version__ = '0.16.2'
3535

3636
import sys
3737
if sys.byteorder == 'little':

0 commit comments

Comments
 (0)