Skip to content

Releases: silmae/hsicube

hsicube 0.9.0

30 Oct 15:45
Compare
Choose a tag to compare

hsicube 0.9.0

New release with mostly documentation and test suite improvements. Also included is a new example gallery with a dataset to play around with.

Release notes

Added

  • This CHANGELOG file
  • Tons of documentation and comments
  • Example gallery
  • Ton of test cases and a script for running the suite
  • Many input parameter checks
  • Parameter for mapBands to allow multidimensional return values
  • Cropping can be now done also with a single parameter
  • slice() method for opening im_cube_slicer
  • rgb() method can now calculate a RGB for VIS wavelengths

Changed

  • byCols/unCols renamed to toList/fromList respectively
  • im() uses Colorbrewer colormaps if present
  • Visualizations now show some more metadata by default
  • Test directories renamed to avoid name conflicts

Fixed

  • hist() should now work for earlier MATLAB versions in all cases

Removed

  • Misleading "Normalized" property
  • show() method for autoselecting visualizations

0.8.0

23 Aug 13:23
Compare
Choose a tag to compare

Release notes

  • Most of the intended functionality is implemented:

    • Basic arithmetic between same-sized datacubes
    • Slicing, reshaping and masking operations
    • Data visualization using plot, image and histogram views
    • Included wrapper for ENVI file reader/writer
  • Almost all implemented functionality is also included in the test suite, though more thorough tests should still be written

  • Almost all functions should have up to date help text outlining their usage and syntax