From 9996c84d6651689fea9b1d0304d635dd4f5cb952 Mon Sep 17 00:00:00 2001 From: Carifio24 Date: Fri, 28 Jun 2024 04:50:53 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGES.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index a292f54..b2f714b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,30 @@ # Full changelog +## v0.7.3 - 2024-06-28 + + +### What's Changed + +#### New Features + +* Add exporter for volume viewer by @Carifio24 in https://github.com/glue-viz/glue-plotly/pull/70 +* Add export to HTML viewer tools by @Carifio24 in https://github.com/glue-viz/glue-plotly/pull/71 +* Allow gaps between histogram bars and fix axis labels by @Carifio24 in https://github.com/glue-viz/glue-plotly/pull/72 + +#### Bug Fixes + +* Fix CI issues and fix colormap validation with numpy 2 by @Carifio24 in https://github.com/glue-viz/glue-plotly/pull/75 + +#### Documentation + +* Documentation updates by @Carifio24 in https://github.com/glue-viz/glue-plotly/pull/69 + +#### Other Changes + +* Make selection box easier to see by @Carifio24 in https://github.com/glue-viz/glue-plotly/pull/76 + +**Full Changelog**: https://github.com/glue-viz/glue-plotly/compare/v0.7.2...v0.7.3 + ## v0.7.2 - 2024-05-10