From 7688aff11c5b5150276cddf13a50a4a152e45ad2 Mon Sep 17 00:00:00 2001 From: Jesse Averbukh Date: Wed, 30 Jun 2021 14:56:47 -0400 Subject: [PATCH 1/3] Add elliptical ROI button to imviz --- jdaviz/configs/imviz/plugins/viewers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jdaviz/configs/imviz/plugins/viewers.py b/jdaviz/configs/imviz/plugins/viewers.py index ed9f832ba9..1ea2832be7 100644 --- a/jdaviz/configs/imviz/plugins/viewers.py +++ b/jdaviz/configs/imviz/plugins/viewers.py @@ -21,7 +21,7 @@ class ImvizImageView(BqplotImageView): tools = ['bqplot:home', 'bqplot:panzoom', 'bqplot:panzoomwcs', 'bqplot:contrastbias', 'bqplot:blinkonce', - 'bqplot:rectangle', 'bqplot:circle'] + 'bqplot:rectangle', 'bqplot:circle', 'bqplot:ellipse'] default_class = None def __init__(self, *args, **kwargs): From e924dfc90202f6d80ba71b3f5eddaa03ce467cfc Mon Sep 17 00:00:00 2001 From: Jesse Averbukh Date: Fri, 2 Jul 2021 09:50:46 -0400 Subject: [PATCH 2/3] Update pin to glue-jupyter 0.7 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 510c544ffe..6aa9974f2b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,7 +23,7 @@ install_requires = bqplot>=0.12.29 bqplot-image-gl>=1.4.1 glue-core>=1.0.1 - glue-jupyter>=0.6.1 + glue-jupyter>=0.7 echo>=0.5.0 ipyvue>=1.4.1 ipyvuetify>=1.7.0 From 3b27caf76e8b23ba13c27af4275b7698e013851a Mon Sep 17 00:00:00 2001 From: Jesse Averbukh Date: Tue, 6 Jul 2021 10:49:32 -0400 Subject: [PATCH 3/3] Pin to dev version of glue-astronomy --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 6aa9974f2b..871863be11 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,7 +32,7 @@ install_requires = voila>=0.2.4 pyyaml>=5.4.1 specutils>=1.3 - glue-astronomy>=0.1 + glue-astronomy@git+https://github.com/glue-viz/glue-astronomy.git@4c5e6e78bcaa20d1723510f06bbe3070f2b1642a click>=7.1.2 spectral-cube>=0.5 asteval>=0.9.23