Skip to content

Spectral Python 0.21

Choose a tag to compare

@tboggs tboggs released this 26 Apr 17:31
· 64 commits to master since this release

Spectral Python (SPy) 0.21

Release date: 2020.04.26

Changes

  • As of version 0.21, Spectral Python (SPy) is released uder the MIT License.

  • Switched most console print statements to logging statements for finer
    control of module output.

  • Cleaned up a lot of code to put imports at module (file) level.

Bug Fixes

  • [Issue #99] matplotlib's "cmap" keyword now works again with spy.imshow.

  • [Issue #102] Creating a SpectralLibrary no longer fails when some
    optional band parameters are not provided.