File tree Expand file tree Collapse file tree 2 files changed +34
-1
lines changed Expand file tree Collapse file tree 2 files changed +34
-1
lines changed Original file line number Diff line number Diff line change 1+ ================================================================================
2+ SPy 0.20
3+ ================================================================================
4+ Release date: 2019.10.06
5+
6+ New Features
7+ ------------
8+
9+ * Support for ECOSTRESS spectral library (supercedes ASTER library).
10+
11+ * Accept "mask" and "bg" keywords in `imshow` and `get_rgb` (affects color
12+ scaling).
13+
14+ * Denoising methods added to `PrincipalComponents` (issue #91) added by
15+ @gemmaellen.
16+
17+ * Added "raw" to list of checked ENVI data file extensions.
18+
19+ Changes
20+ -------
21+
22+ * Increase speed of `spectral_angles` computation by ~30x using `einsum`.
23+
24+ * Eliminate `tostring` deprecation warnings by migrating to `tobytes`.
25+
26+ Bug Fixes
27+ ---------
28+
29+ * Support parsing ENV bbl values as floats (issue #67).
30+
31+ * Removed "scale" keyword to handle TransformedImage objects in
32+ `envi.save_image` (issue #83).
33+
134================================================================================
235SPy 0.19
336================================================================================
Original file line number Diff line number Diff line change 3131
3232from __future__ import division , print_function , unicode_literals
3333
34- __version__ = '0.19 '
34+ __version__ = '0.20 '
3535
3636import sys
3737if sys .byteorder == 'little' :
You can’t perform that action at this time.
0 commit comments