Skip to content

Commit e0c4f55

Browse files
committed
Increase version to 0.22
1 parent 0692832 commit e0c4f55

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

VERSIONS.txt

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
================================================================================
2+
SPy 0.22
3+
================================================================================
4+
Release date: 2020.08.01
5+
6+
New Features (thanks to @kormang)
7+
---------------------------------
8+
9+
* Continuum computation and removal
10+
11+
* See functions `spectral_continuum`, `remove_continuum`, `continuum_points`
12+
13+
* Support for USGS spectral library (`spectral.USGSDatabase`)
14+
15+
* SMACC algorithm for endmember extraction (`spectral.algorithms.smacc`)
16+
17+
Bug Fixes
18+
---------
19+
20+
* [Issue #113] `orthogonalize` was broken in release 0.21.
21+
22+
123
================================================================================
224
SPy 0.21
325
================================================================================
@@ -6,7 +28,7 @@ Release date: 2020.04.26
628
Changes
729
-------
830

9-
* As of version 0.21, Spectral Python (SPy) is release uder the MIT License.
31+
* As of version 0.21, Spectral Python (SPy) is released under the MIT License.
1032

1133
* Switched most console `print` statements to logging statements for finer
1234
control of module output.

spectral/__init__.py

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

55
from __future__ import absolute_import, division, print_function, unicode_literals
66

7-
__version__ = '0.21'
7+
__version__ = '0.22'
88

99
import sys
1010
if sys.byteorder == 'little':

0 commit comments

Comments
 (0)