File tree 2 files changed +26
-1
lines changed
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:
17
17
* Security: in case of vulnerabilities.
18
18
19
19
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
+
20
45
### [ v0.21.1] - 20-03-2025
21
46
22
47
This release updates to wgpu-native v24.0.3.1, which includes several upstream fixes.
Original file line number Diff line number Diff line change 10
10
11
11
# This is the reference version number, to be bumped before each release.
12
12
# The build system detects this definition when building a distribution.
13
- __version__ = "0.21.1 "
13
+ __version__ = "0.22.0 "
14
14
15
15
# Allow using nearly the same code in different projects
16
16
project_name = "wgpu"
You can’t perform that action at this time.
0 commit comments