Skip to content

Commit

Permalink
Incremented SPy version to 0.10.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
tboggs committed Feb 23, 2013
1 parent c89c0b7 commit 396b96c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
3 changes: 3 additions & 0 deletions spectral/CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@

2013-02-22 tboggs <[email protected]>

Updated SPy version to 0.10.1.

Fixed bug introduced by SPy 0.10 that caused incorrect spectrum to be
displayed when double-clicking a raster image.

* __init__.py: Updated version to 0.10.1
* graphics/rasterwindow.py (RasterWindow.left_double_click): Incorrectly
had GetX() and GetY() reversed for double-click handler.

Expand Down
9 changes: 9 additions & 0 deletions spectral/HISTORY.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@
# This file contains release notes for various SPy releases
################################################################################

SPy 0.10.1
================================================================================
Release date: 2013.02.23

This is a bug-fix release that corrects the spectrum displayed when double-
clicking on a raster display. Version 0.10 introduced a bug that had the
row/column swapped, resulting in either the wrong pixel being plotted or an
exception raised.

SPy 0.10
================================================================================
Release date: 2013.02.17
Expand Down
2 changes: 1 addition & 1 deletion spectral/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# Thomas Boggs, [email protected]
#

__version__ = '0.10'
__version__ = '0.10.1'

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

0 comments on commit 396b96c

Please sign in to comment.