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: CHANGELOG.md
+32Lines changed: 32 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,38 @@ Possible sections in each release:
17
17
* Security: in case of vulnerabilities.
18
18
19
19
20
+
### [v0.25.0] - 29-09-2025
21
+
22
+
This release is marked with many improvements to types and structs, making it much easier to write wgpu-code in an IDE.
23
+
24
+
Added:
25
+
26
+
* Better typing for enums and flags by @almarklein in https://github.com/pygfx/wgpu-py/pull/736
27
+
* More type improvements by @almarklein in https://github.com/pygfx/wgpu-py/pull/745
28
+
* Better support for descriptors by using dataclasses by @almarklein in https://github.com/pygfx/wgpu-py/pull/748
29
+
* Update to latest IDL (adds features and texture formats) by @almarklein in https://github.com/pygfx/wgpu-py/pull/743
30
+
* Add unregister texture method to imgui backend by @panxinmiao in https://github.com/pygfx/wgpu-py/pull/749 and https://github.com/pygfx/wgpu-py/pull/757
31
+
32
+
Changed:
33
+
34
+
* Remove mutable defaults by @almarklein in https://github.com/pygfx/wgpu-py/pull/751 and https://github.com/pygfx/wgpu-py/pull/755
35
+
* Allow canvas alpha_modes other than specified by the strict spec by @almarklein in https://github.com/pygfx/wgpu-py/pull/750
36
+
37
+
Fixes:
38
+
39
+
* Handle pixel ratio in resize event for imgui adapter by @hmaarrfk in https://github.com/pygfx/wgpu-py/pull/752
40
+
* Fix name inconsistency for subgroups feature by @almarklein in https://github.com/pygfx/wgpu-py/pull/756
41
+
42
+
Removed:
43
+
44
+
* Drop support for Python 3.9 by @almarklein in https://github.com/pygfx/wgpu-py/pull/737
45
+
46
+
47
+
Other:
48
+
49
+
* Cleanup examples (remove most gui-specific ones) by @almarklein in https://github.com/pygfx/wgpu-py/pull/744
0 commit comments