Releases: glue-viz/glue-plotly
Releases · glue-viz/glue-plotly
v0.6.0
What's Changed
New Features
- Update image export for layer-specific stretch customizations by @Carifio24 in #52
- Add hover and horizontal/vertical zoom tools by @Carifio24 in #56
Documentation
- Add information to README by @Carifio24 in #48
- Add image and GIF showing where to access export tools by @Carifio24 in #49
- More README updates by @Carifio24 in #50
Full Changelog: v0.5.1...v0.6.0
v0.5.1
What's Changed
Bug Fixes
- Separate glue_qt and glue_jupyter import attempts by @Carifio24 in #47
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
New Features
- Add exporter for profile viewer by @Carifio24 in #26
- Add exporter for table viewer by @Carifio24 in #27
- Improve feedback to user from exporters by @Carifio24 in #25
- Improvements to 2D scatter exporter by @Carifio24 in #28
- Added web exporter, originally from glue.plugins.exporters.plotly by @astrofrog in #4
- Share functionality between web and HTML 2D scatter exporters by @Carifio24 in #29
- Share functionality between web and HTML histogram exporters by @Carifio24 in #30
- Add profile viewer to web export by @Carifio24 in #31
- Add exporter for dendrogram viewer by @Carifio24 in #39
- Implementation of Plotly viewers and refactoring by @Carifio24 in #40
- Add export tools for bqplot viewers by @Carifio24 in #45
Bug Fixes
- Updates to 2D scatter sizing by @Carifio24 in #32
- Close dialog in bqplot exporter when saving to a new file by @Carifio24 in #46
Other Changes
- Refactor 3D scatter functionality by @Carifio24 in #33
- Refactor image viewer export functionality by @Carifio24 in #35
- Add unit tests for 2D scatter exporter by @Carifio24 in #36
- Add basic tests for histogram and profile export by @Carifio24 in #38
- Updates for glue-qt by @Carifio24 in #42
- Bump minimum glue-core to 1.13.1 by @Carifio24 in #44
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
New Features
- Add support for 2D polar scatterplots. by @Carifio24 in #12
- Set exported camera projection based on glue viewer state. by @Carifio24 in #13
- Add support for error bars, vectors, point size scaling to 3D scatter exporter. by @Carifio24 in #18
- Add exporter for image viewer. by @Carifio24 in #19
- Add exporter for histogram viewer by @Carifio24 in #20
Bug Fixes
- Allow exporting of plots with a categorical size attribute. by @Carifio24 in #14
New Contributors
- @Carifio24 made their first contribution in #12
- @dhomeier made their first contribution in #17
Full Changelog: v0.3...v0.4.0