- Log axes for viewers by @Carifio24 in glue-viz#88
- Add support for ipyvolume viewers by @Carifio24 in glue-viz#92
- Prevent non-finite dot radius by @Carifio24 in glue-viz#93
Full Changelog: https://github.com/glue-viz/glue-plotly/compare/v0.9.0...v0.10.0
- Add exporters for Jupyter VisPy viewers by @Carifio24 in glue-viz#84
- Add dendrogram viewer to Chart Studio exporter by @Carifio24 in glue-viz#85
- Prevent divide by zero when zoomed in on section with no data by @johnarban in glue-viz#86
- @johnarban made their first contribution in glue-viz#86
Full Changelog: https://github.com/glue-viz/glue-plotly/compare/v0.8.1...v0.9.0
- Add default viewer dimensions for Plotly-based viewers by @Carifio24 in glue-viz#83
- Remove viewer modebar via config by @Carifio24 in glue-viz#82
Full Changelog: https://github.com/glue-viz/glue-plotly/compare/v0.8.0...v0.8.1
- Add unique class to each viewer instance by @Carifio24 in glue-viz#81
- Initialize histogram viewer config with correct gaps by @Carifio24 in glue-viz#80
Full Changelog: https://github.com/glue-viz/glue-plotly/compare/v0.7.5...v0.8.0
- Show axis lines by @Carifio24 in glue-viz#78
Full Changelog: https://github.com/glue-viz/glue-plotly/compare/v0.7.4...v0.7.5
- Add error handling to scatter layer artist by @Carifio24 in glue-viz#77
Full Changelog: https://github.com/glue-viz/glue-plotly/compare/v0.7.3...v0.7.4
- Add exporter for volume viewer by @Carifio24 in glue-viz#70
- Add export to HTML viewer tools by @Carifio24 in glue-viz#71
- Allow gaps between histogram bars and fix axis labels by @Carifio24 in glue-viz#72
- Fix CI issues and fix colormap validation with numpy 2 by @Carifio24 in glue-viz#75
- Documentation updates by @Carifio24 in glue-viz#69
- Make selection box easier to see by @Carifio24 in glue-viz#76
Full Changelog: https://github.com/glue-viz/glue-plotly/compare/v0.7.2...v0.7.3
- Initialize all trace metadata IDs by @Carifio24 in glue-viz#62
- Updates to z-order manipulation by @Carifio24 in glue-viz#63
Full Changelog: https://github.com/glue-viz/glue-plotly/compare/v0.7.1...v0.7.2
- Update how traces are removed from dotplot layer artist by @Carifio24 in glue-viz#61
- Improve example notebook by @Carifio24 in glue-viz#60
Full Changelog: https://github.com/glue-viz/glue-plotly/compare/v0.7.0...v0.7.1
- Add dotplot layer artist for histogram by @Carifio24 in glue-viz#58
Full Changelog: https://github.com/glue-viz/glue-plotly/compare/v0.6.0...v0.7.0
- Update image export for layer-specific stretch customizations by @Carifio24 in glue-viz#52
- Add hover and horizontal/vertical zoom tools by @Carifio24 in glue-viz#56
- Add information to README by @Carifio24 in glue-viz#48
- Add image and GIF showing where to access export tools by @Carifio24 in glue-viz#49
- More README updates by @Carifio24 in glue-viz#50
Full Changelog: https://github.com/glue-viz/glue-plotly/compare/v0.5.1...v0.6.0
- Separate glue_qt and glue_jupyter import attempts by @Carifio24 in glue-viz#47
Full Changelog: https://github.com/glue-viz/glue-plotly/compare/v0.5.0...v0.5.1
- Add exporter for profile viewer by @Carifio24 in glue-viz#26
- Add exporter for table viewer by @Carifio24 in glue-viz#27
- Improve feedback to user from exporters by @Carifio24 in glue-viz#25
- Improvements to 2D scatter exporter by @Carifio24 in glue-viz#28
- Added web exporter, originally from glue.plugins.exporters.plotly by @astrofrog in glue-viz#4
- Share functionality between web and HTML 2D scatter exporters by @Carifio24 in glue-viz#29
- Share functionality between web and HTML histogram exporters by @Carifio24 in glue-viz#30
- Add profile viewer to web export by @Carifio24 in glue-viz#31
- Add exporter for dendrogram viewer by @Carifio24 in glue-viz#39
- Implementation of Plotly viewers and refactoring by @Carifio24 in glue-viz#40
- Add export tools for bqplot viewers by @Carifio24 in glue-viz#45
- Updates to 2D scatter sizing by @Carifio24 in glue-viz#32
- Close dialog in bqplot exporter when saving to a new file by @Carifio24 in glue-viz#46
- Refactor 3D scatter functionality by @Carifio24 in glue-viz#33
- Refactor image viewer export functionality by @Carifio24 in glue-viz#35
- Add unit tests for 2D scatter exporter by @Carifio24 in glue-viz#36
- Add basic tests for histogram and profile export by @Carifio24 in glue-viz#38
- Updates for glue-qt by @Carifio24 in glue-viz#42
- Bump minimum glue-core to 1.13.1 by @Carifio24 in glue-viz#44
Full Changelog: https://github.com/glue-viz/glue-plotly/compare/v0.4.0...v0.5.0
- Add support for 2D polar scatterplots. by @Carifio24 in glue-viz#12
- Set exported camera projection based on glue viewer state. by @Carifio24 in glue-viz#13
- Add support for error bars, vectors, point size scaling to 3D scatter exporter. by @Carifio24 in glue-viz#18
- Add exporter for image viewer. by @Carifio24 in glue-viz#19
- Add exporter for histogram viewer by @Carifio24 in glue-viz#20
- Allow exporting of plots with a categorical size attribute. by @Carifio24 in glue-viz#14
- @Carifio24 made their first contribution in glue-viz#12
- @dhomeier made their first contribution in glue-viz#17
Full Changelog: https://github.com/glue-viz/glue-plotly/compare/v0.3...v0.4.0
0.3 - 2021-10-19
- Add the ability to add hover information to each layer. in glue-viz#11
- Fix default background color of 2d and 3d scatter viewers to white. in glue-viz#11
0.2 - 2020-01-22
- Fixed a bug related to axis labels for 2d scatter plots. in glue-viz#10
- Initial version with 2d and 3d HTML exporters.