Skip to content

Commit

Permalink
Updated version to 0.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tboggs committed Apr 27, 2015
1 parent c7e8e1b commit 898051c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions VERSIONS.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
================================================================================
SPy 0.16.2
================================================================================
Release date: 2015.04.27

Bug_Fix release.

Bug Fixes
---------

* [Issue #19] Fixed handling of intereave keyword.

* [Issue #20] envi.save_image fails when interleave keyword is provided for
single-band images.

* [Issue #21] offset keyword has not effect in envi.create_image.

* [Issue #22] setup.py fails if numpy is not already installed.

* [Issue #24] save_rgb fails when format keyword is given.

* [Issue #25] view_cube fails in HypercubeWindow.load_textures.

* [Issue #26] Too few colors in view_cube side faces.

================================================================================
SPy 0.16.1
================================================================================
Expand Down
2 changes: 1 addition & 1 deletion spectral/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

from __future__ import division, print_function, unicode_literals

__version__ = '0.16.1'
__version__ = '0.16.2'

import sys
if sys.byteorder == 'little':
Expand Down

0 comments on commit 898051c

Please sign in to comment.