3. Changelog
3.1. 1.5.0 (2015-08-31)
- Added personal ellipse fitting scisalt.scipy.hough_ellipse.
- Added an Imshow_Slider_Array for perusing an array of images.
- More config options for scisalt.logging.mylogger.
- Added gaussian function at scisalt.numpy.
- Behind-the-scenes updates and bug fixes.
- Progressbar now includes times, percentages.
3.2. 1.4.4 (2015-08-10)
- Can now run githubtunnel from the command line
3.3. 1.4.3 (2015-08-05)
- Fixed colorbar in scisalt.matplotlib.imshow
- Updated documentation with the start of a new manual
3.4. 1.4.0 (2015-07-31)
3.4.1. scisalt.accelphys
- Moved findpinch to OneShot
3.4.2. scisalt.logging
- mylogger only uses console handlers if not given a filename
3.4.3. scisalt.matplotlib
- Imshow_Slider
- Now centers images within the axes automatically
- Sliders now go down to zero
- Image is now accessible as an attribute
- RectangleSelector
- Can store its parent
- Window is now settable progammatically
- imshow rescaling bug fixed
- plot added
3.4.4. scisalt.scipy
- Gauss fits are now accessed solely through GaussResults
3.4.5. scisalt.utils
- Methods get, keys added for making development with h5py easier
3.5. 1.3.0 (2015-07-22)
3.5.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.
3.7. 1.2.0 (2015-07-15)
3.7.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