You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,21 @@
1
1
# Full changelog
2
2
3
+
## v0.3.3 - 2025-02-27
4
+
5
+
<!-- Release notes generated using configuration in .github/release.yml at main -->
6
+
### What's Changed
7
+
8
+
#### Bug Fixes
9
+
10
+
* Fix import and segfault in test suite by @astrofrog in https://github.com/glue-viz/glue-qt/pull/25
11
+
12
+
#### Other Changes
13
+
14
+
* Pin pytest to <8.3.3 as the test suite currently segfaults with 8.3.3 by @astrofrog in https://github.com/glue-viz/glue-qt/pull/24
15
+
* Add glue-core to dev-deps and Python 3.13 envs to CI; compatibility with glue 1.22 BaseViewer by @dhomeier in https://github.com/glue-viz/glue-qt/pull/26
0 commit comments