Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog authored and github-actions[bot] committed Mar 20, 2023
1 parent dc2ec3f commit 6ba68c7
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Full changelog

## 1.8.0 - 2023-03-20

<!-- Release notes generated using configuration in .github/release.yml at main -->
### What's Changed

#### New Features

- Relax longitude range in fullsphere projections by @Carifio24 in https://github.com/glue-viz/glue/pull/2348

#### Bug Fixes

- Update polar log transform test values to correct matplotlib 3.7 representation by @Carifio24 in https://github.com/glue-viz/glue/pull/2366
- Fix broken link editor under Qt5 by @jfoster17 in https://github.com/glue-viz/glue/pull/2375

#### Documentation

- DOC: Fix equivalent_units in examples by @pllim in https://github.com/glue-viz/glue/pull/2369

#### Other Changes

- Update link for slack invite by @astrofrog in https://github.com/glue-viz/glue/pull/2362
- Update stable version of standalone app to 2023.02.0 by @astrofrog in https://github.com/glue-viz/glue/pull/2363
- MNT: drop runtime dependency on pkg_resources (setuptools) by @neutrinoceros in https://github.com/glue-viz/glue/pull/2365
- BUG: handle deprecation warning from numpy 1.25 (np.product is deprecated in favour of np.prod) by @neutrinoceros in https://github.com/glue-viz/glue/pull/2371

**Full Changelog**: https://github.com/glue-viz/glue/compare/v1.7.0...1.8.0

## v1.7.0 - 2023-02-02

<!-- Release notes generated using configuration in .github/release.yml at main -->
Expand Down Expand Up @@ -568,34 +595,44 @@
- - `glue.core.application_base.ViewerBase` has been removed in favor of
-
-
-
- - `glue.viewers.common.viewer.BaseViewer` and
-
-
-
- - `glue.viewers.common.viewer.Viewer`.
-
-
-
- -
-
-
-
- - `glue.viewers.common.viewer.Viewer` is now where the base logic is defined
-
-
-
- - for using state classes in viewers (instead of
-
-
-
- - `glue.viewers.common.qt.DataViewerWithState`).
-
-
-
- -
-
-
-
- - `glue.viewers.common.qt.DataViewerWithState` is now deprecated.
-
-
-
- -
-
-
-
-
- Make it so that the modest image only resamples the data when the
- mouse is no longer pressed - this avoids too many refreshes when
- panning/zooming. https://github.com/glue-viz/glue/pull/1866
Expand Down

0 comments on commit 6ba68c7

Please sign in to comment.