Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1.46 KB

CHANGELOG.md

File metadata and controls

43 lines (34 loc) · 1.46 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Added

  • Thresholding using quantile selection
  • Rudimentary serialization to and from NetCDF
  • std() and var() for calculating spatial standard deviation and variance in each band

Removed

  • MATLAB file serialization (too fragile with objects)

0.9.0 - 2017-10-30

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