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
+22-1Lines changed: 22 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,27 @@ Possible sections in each release:
17
17
* Security: in case of vulnerabilities.
18
18
19
19
20
+
### [v0.15.3] - 12-06-2024
21
+
22
+
Added:
23
+
24
+
* Implement `canvas.set_title()` by @almarklein in https://github.com/pygfx/wgpu-py/pull/508
25
+
* Add experimental support for `get_mapped_range()` by @almarklein in https://github.com/pygfx/wgpu-py/pull/522
26
+
27
+
Changed:
28
+
29
+
* Allow `create_render_pipeline()` to use `AutoLayout` by @fyellin in https://github.com/pygfx/wgpu-py/pull/500
30
+
* Support omitting the `topology` field in the `primitive` dict passed to `create_render_pipeline()` by @fyellin in https://github.com/pygfx/wgpu-py/pull/503
31
+
* Support omitting last arguments in `set_bind_group()` by @panxinmiao in https://github.com/pygfx/wgpu-py/pull/511
32
+
* Try to optimize proxy_func by @almarklein in https://github.com/pygfx/wgpu-py/pull/507
33
+
34
+
Fixed:
35
+
36
+
* Fix wx examples by @panxinmiao in https://github.com/pygfx/wgpu-py/pull/520
37
+
* Support timestamp queryset for `begin_render_pass()` by @almarklein in https://github.com/pygfx/wgpu-py/pull/505
38
+
* Implement `destroy()` the right way by @almarklein in https://github.com/pygfx/wgpu-py/pull/519
39
+
40
+
20
41
### [v0.15.2] - 10-05-2024
21
42
22
43
Added:
@@ -62,7 +83,7 @@ Fixed:
62
83
Changed:
63
84
64
85
* Updated to wgpu-native 0.19.3.1. Does not incur API changes.
65
-
* Updated to latedt IDL. Does not incur API changes.
86
+
* Updated to latest IDL. Does not incur API changes.
0 commit comments