Skip to content

Commit

Permalink
Updated version to 0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
tboggs committed Nov 11, 2015
1 parent 60d0b29 commit d3966e4
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
34 changes: 34 additions & 0 deletions VERSIONS.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
================================================================================
SPy 0.17
================================================================================
Release date: 2015.11.11

New Features
------------

* Functions `map_class_ids` and `map_classes` were added for mapping class
indices between images.

* `view_nd` now accepts custom axis labels.

* `ImageArray` and `SpyFile` have `asarray` method that provides numpy
array interface.

Changes
-------

* ENVI header parameter names are case insensitive (converted to lower-case
after being read).

* `ImageArray` objects have additional `SpyFile` methods/attributes and
indexing behavior is now like `SpyFile`'s.

* An exception is now raised when attempting to open or save an image in
ENVI format with nonzero major or minor frame offsets (see issue #35).

Bug Fixes
---------

* [Issue #27] ImageView.__str__ failed if image did not have "bands" in
metadata.

================================================================================
SPy 0.16.2
================================================================================
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.2'
__version__ = '0.17'

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

0 comments on commit d3966e4

Please sign in to comment.