Bug Fixes
- Fixed bugs with 3D selections following refactoring. [https://github.com/glue-viz/glue-vispy-viewers/pull/243]
-
- Fixed the case where vmin == vmax for size or color. [https://github.com/glue-viz/glue-vispy-viewers/pull/243]
-
[0.7](https://github.com/glue-viz/glue-vispy-viewers/compare/v0.6...v0.7) - 2017-02-15
What's Changed
New Features
- When multiple datasets are visible in a 3D view, selections now apply to
- all of them (except for point and point and drag selections, for which the
- selection applies to the currently selected layer). [https://github.com/glue-viz/glue-vispy-viewers/pull/208]
-
- Refactored the viewers to simplify the code and make development easier. [https://github.com/glue-viz/glue-vispy-viewers/pull/238]
-
- Improve the default level selection for the isosurface viewer. [https://github.com/glue-viz/glue-vispy-viewers/pull/238]
-
Other Changes
- The selection tools have been refactored to use the new toolbar/tool
- infrastructure in glue. [https://github.com/glue-viz/glue-vispy-viewers/pull/208]
-
- Update all layers in 3D viewers if numerical values change in any datasaet. [https://github.com/glue-viz/glue-vispy-viewers/pull/236]
-
[0.6](https://github.com/glue-viz/glue-vispy-viewers/compare/v0.5...v0.6) - 2016-11-03
Bug Fixes
- Fixed a bug that caused subsets to not be added to viewers when adding a
- dataset with already existing subsets. [https://github.com/glue-viz/glue-vispy-viewers/pull/218]
-
- Fixed compatibility with Qt5. [https://github.com/glue-viz/glue-vispy-viewers/pull/212]
-
- Fixed a bug that caused session files created previously to not be
- openable. [https://github.com/glue-viz/glue-vispy-viewers/pull/213, https://github.com/glue-viz/glue-vispy-viewers/pull/214]
-
- Fixed a bug that caused 3D selections to not work properly. [https://github.com/glue-viz/glue-vispy-viewers/pull/219]
-
[0.5](https://github.com/glue-viz/glue-vispy-viewers/compare/v0.4...v0.5) - 2016-10-10
What's Changed
New Features
- Watch for `NumericalDataChangedMessage` messages. [https://github.com/glue-viz/glue-vispy-viewers/pull/183, https://github.com/glue-viz/glue-vispy-viewers/pull/184]
-
- Add support for overplotting scatter markers on top of volumes. [https://github.com/glue-viz/glue-vispy-viewers/pull/200]
-
- Add support for n-dimensional components in 3D scatter plot viewer. [https://github.com/glue-viz/glue-vispy-viewers/pull/158]
-
- Factor of ~10 improvement in performance when selecting data in the scatter
- or volume viewers. [https://github.com/glue-viz/glue-vispy-viewers/pull/165]
-
- Make selection frame wider. [https://github.com/glue-viz/glue-vispy-viewers/pull/161]
-
- Small fix of the camera initial settings & rotate speed . [https://github.com/glue-viz/glue-vispy-viewers/pull/154]
-
- Advanced point-mode selection for scatter points. [https://github.com/glue-viz/glue-vispy-viewers/pull/160]
-
- Experimental point-mode selection for volume viewer. [https://github.com/glue-viz/glue-vispy-viewers/pull/159]
-
- Add an option to clip any data outside the specified limits. [https://github.com/glue-viz/glue-vispy-viewers/pull/203]
-
- Add a checkbox to force the aspect ratio to be native instead of
- making all axes the same length. [https://github.com/glue-viz/glue-vispy-viewers/pull/205]
-
Bug Fixes
- Fixed a bug that caused alpha scaling to not work correctly when mapping
- scatter marker colors to an attribute. [https://github.com/glue-viz/glue-vispy-viewers/pull/201]
-
- Fixed a bug that caused color-coding and size-scaling of points in 3D viewer
- to not work for negative values. [https://github.com/glue-viz/glue-vispy-viewers/pull/182, https://github.com/glue-viz/glue-vispy-viewers/pull/185]
-
- Fix button to record animations when the user cancels the file save dialog.
- [https://github.com/glue-viz/glue-vispy-viewers/pull/186]
-
- Fix Qt imports to use QtPy for new versions of glue. [https://github.com/glue-viz/glue-vispy-viewers/pull/173, https://github.com/glue-viz/glue-vispy-viewers/pull/178, https://github.com/glue-viz/glue-vispy-viewers/pull/186]
-
[0.4](https://github.com/glue-viz/glue-vispy-viewers/compare/v0.3...v0.4) - 2016-05-24
- Add a checkbox to toggle between near and far-field view. [https://github.com/glue-viz/glue-vispy-viewers/pull/140]
-
- Support the options in Glue v0.8 for foreground and background colors in viewers. [https://github.com/glue-viz/glue-vispy-viewers/pull/149]
-
Bug Fixes
- Fix a bug that caused subsets selected in the 3D viewers to be applied to
- datasets for which they aren't relevant. [https://github.com/glue-viz/glue-vispy-viewers/pull/151]
Other Changes
- Bundle the latest developer version of VisPy. [https://github.com/glue-viz/glue-vispy-viewers/pull/143, https://github.com/glue-viz/glue-vispy-viewers/pull/144]
[0.3](https://github.com/glue-viz/glue-vispy-viewers/compare/v0.2...v0.3) - 2016-05-04
What's Changed
New Features
- Add selection toolbar and icons for 3D viewers. [https://github.com/glue-viz/glue-vispy-viewers/pull/88, https://github.com/glue-viz/glue-vispy-viewers/pull/92]
-
- Implemented 3D selection. [https://github.com/glue-viz/glue-vispy-viewers/pull/103]
-
- Optimize the layout of options for the layer style editors to save space. [https://github.com/glue-viz/glue-vispy-viewers/pull/120]
-
- Added the ability to save static images of the 3D viewers. [https://github.com/glue-viz/glue-vispy-viewers/pull/125]
-
- Add toolbar icon to continuously rotate the view. [https://github.com/glue-viz/glue-vispy-viewers/pull/128][https://github.com/glue-viz/glue-vispy-viewers/pull/137]
-
- Implement support for saving 3D viewers in session files. [https://github.com/glue-viz/glue-vispy-viewers/pull/130]
-
- Added `BACKGROUND_COLOR` and `FOREGROUND_COLOR` settings at root of package. [https://github.com/glue-viz/glue-vispy-viewers/pull/134]
-
- Save animation with imageio. [https://github.com/glue-viz/glue-vispy-viewers/pull/139]
-
Bug Fixes
- Workaround OpenGL issue that caused cubes with size > 2048 along any
- dimension to not display. [https://github.com/glue-viz/glue-vispy-viewers/pull/100]
-
- Fix issue with `_update_data` on base VisPy viewer. [https://github.com/glue-viz/glue-vispy-viewers/pull/106]
-
- Make sure an error is raised if data is not 3-dimensional and shape doesn’t
- agree with existing data in volume viewer. [https://github.com/glue-viz/glue-vispy-viewers/pull/112]
-
- Fix a bug that caused exceptions when clearing/removing layer artists. [https://github.com/glue-viz/glue-vispy-viewers/pull/117]
-
- Raise an explicit error if PyOpenGL is not installed. [https://github.com/glue-viz/glue-vispy-viewers/pull/129]
-
- Fix bug that caused all layers in the 3D scatter viewer to disappear when
- one layer was removed. [https://github.com/glue-viz/glue-vispy-viewers/pull/131]
-
- Make sure the 3D viewer is updated if the zorder is set manually. [https://github.com/glue-viz/glue-vispy-viewers/pull/132]
-
- Make sure combo boxes don't expand if component names are long. [https://github.com/glue-viz/glue-vispy-viewers/pull/135]
-
Other Changes
- Travis: add back testing against stable glue [https://github.com/glue-viz/glue-vispy-viewers/pull/136]
-
- Add toggle for perspective view. [https://github.com/glue-viz/glue-vispy-viewers/pull/140]
-
- Bundle latest developer version of Vispy. [https://github.com/glue-viz/glue-vispy-viewers/pull/143] [https://github.com/glue-viz/glue-vispy-viewers/pull/144]
-
[0.2](https://github.com/glue-viz/glue-vispy-viewers/compare/v0.1...v0.2) - 2015-03-11
What's Changed
New Features
- Significant work has gone into making the scatter and volume viewers
- functional. Subsets can be highlighted in either viewer.
[0.1](https://github.com/glue-vispy-viewers/glue/releases/tag/v0.1) - 2015-10-19
- Initial release, includes simple volume viewer.