Skip to content

Commit

Permalink
Version updated to 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tboggs committed Oct 19, 2014
1 parent c9a5207 commit b698731
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
39 changes: 39 additions & 0 deletions VERSIONS.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,42 @@
================================================================================
SPy 0.16.0
================================================================================
Release date: 2014.10.18

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

* Adaptive Coherence/Cosine Estimator (ACE) target detector

* Pixel Purity Index (PPI)

* Adjustable linear color stretches (based on data limits or cumulative histogram)

* Ability to save ENVI Classification files (thanks to @ohspite)

* `ImageView` class has `set_title` method

Changes
-------

* `imshow` image displays use a linear 2% color stretch by default (can
override this in `spectral.settings`)

* Limited Python 3 compatibility (all functions except `view_cube` and `view_nd`) supported

* `get_rgb` handles bands with no variation (color set to min value)

* Modified `view_nd` to support change in PyOpenGL API

Bug Fixes
---------

* [Issue #16] Incorrect handling of alternate file extensions in `envi.save_image`

* [Issue #11] Incorrect handling of unsigned byte data type in ENVI files

* [Issue #13] As of version 1.9, `numpy` no longer provides `oldnumeric` submodule

================================================================================
SPy 0.15.0
================================================================================
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.dev-1'
__version__ = '0.16.0'

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

0 comments on commit b698731

Please sign in to comment.