7. Changelog

7.1. 1.3.0 (2015-07-22)

7.1.1. scisalt.matplotlib

  • Added colorbar
  • Added contour
  • Added imshow
  • Added quiver
  • Added scaled_figsize
  • Changed setup_figure: Supports **kwargs pass-through to matplotlib.figure.Figure.

7.1.2. scisalt.utils

  • Added progressbar

7.2. 1.2.1 (2015-07-15)

  • Documentation updates

7.3. 1.2.0 (2015-07-15)

7.3.1. scisalt.matplotlib

  • Imshow_Slider
    • Renamed imshow_slider -> Imshow_Slider
    • Colorbar options added
    • Attribute p changed to AxesImage
  • setup_figure
    • Changed arguments from gridspec_(x/y) to rows and cols
    • Added figsize control
  • Added RectangleSelector
  • Added setup_axes

7.4. 1.1.1 (2015-07-12)

  • First release on PyPI