File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,31 @@ Possible sections in each release:
1717* Security: in case of vulnerabilities.
1818
1919
20+ ### [ v0.22.0] - 16-04-2025
21+
22+ Added:
23+
24+ * Implement wgpu extension writeTimestamp() by @fyellin in https://github.com/pygfx/wgpu-py/pull/690
25+ * Implement proper support for alt texture formats for offscreen use by @almarklein in https://github.com/pygfx/wgpu-py/pull/701
26+
27+ Changed:
28+
29+ * Make `` adapter.info `` return GPUAdapterInfo by @fyellin in https://github.com/pygfx/wgpu-py/pull/699
30+ * Give AdapterInfo a repr by @almarklein in https://github.com/pygfx/wgpu-py/pull/707
31+
32+ Fixed:
33+
34+ * Fix constructing QApplication for PyQt6 by @almarklein in https://github.com/pygfx/wgpu-py/pull/694
35+ * Improve reporting when context.get_current_texture() fails by @almarklein in https://github.com/pygfx/wgpu-py/pull/702
36+ * Improve get_current_texture for window resizing by @almarklein in https://github.com/pygfx/wgpu-py/pull/705
37+ * Imgui get up-to-date framebuffer size by @almarklein in https://github.com/pygfx/wgpu-py/pull/706
38+
39+ Other:
40+
41+ * Add return type hints by @Vipitis in https://github.com/pygfx/wgpu-py/pull/697
42+ * Verify that override variables can be used for workgroup sizes and array lengths by @fyellin in https://github.com/pygfx/wgpu-py/pull/692
43+
44+
2045### [ v0.21.1] - 20-03-2025
2146
2247This release updates to wgpu-native v24.0.3.1, which includes several upstream fixes.
Original file line number Diff line number Diff line change 1010
1111# This is the reference version number, to be bumped before each release.
1212# The build system detects this definition when building a distribution.
13- __version__ = "0.21.1 "
13+ __version__ = "0.22.0 "
1414
1515# Allow using nearly the same code in different projects
1616project_name = "wgpu"
You can’t perform that action at this time.
0 commit comments