@@ -17,6 +17,45 @@ Possible sections in each release:
17
17
* Security: in case of vulnerabilities.
18
18
19
19
20
+ ### [ v0.20.1] - 14-03-2025
21
+
22
+ Other:
23
+ * Add release notes.
24
+
25
+
26
+ ### [ v0.20.0] - 14-03-2025
27
+
28
+ Added:
29
+
30
+ * Add Imgui based Stats component by @panxinmiao in https://github.com/pygfx/wgpu-py/pull/670 and https://github.com/pygfx/wgpu-py/pull/674
31
+ * Can pass constants to compute helper by @kushalkolar in https://github.com/pygfx/wgpu-py/pull/676
32
+ * Add simple matmul example by @kushalkolar in https://github.com/pygfx/wgpu-py/pull/677
33
+
34
+ Fixed:
35
+
36
+ * Fix imgui scroll event by @panxinmiao in https://github.com/pygfx/wgpu-py/pull/678
37
+
38
+ Changed:
39
+
40
+ * Improve error handling by @almarklein in https://github.com/pygfx/wgpu-py/pull/667
41
+ * Bring sleep back to WgpuAwaitable. Slowly back off on the amount of time sleeping. by @fyellin in https://github.com/pygfx/wgpu-py/pull/655
42
+ * Improve performance for 'bitmap' render method by @almarklein in https://github.com/pygfx/wgpu-py/pull/680
43
+
44
+ Other:
45
+
46
+ * Stop setting AA_EnableHighDpiScaling since Qt Says it is not needed by @hmaarrfk in https://github.com/pygfx/wgpu-py/pull/657
47
+ * Remove unneeded pytest-anyio package by @hmaarrfk in https://github.com/pygfx/wgpu-py/pull/658
48
+ * Actually run the tests instead of fully skipping them by @hmaarrfk in https://github.com/pygfx/wgpu-py/pull/659
49
+ * Improve state of the art for screenshot testing by @hmaarrfk in https://github.com/pygfx/wgpu-py/pull/555
50
+ * Use default lavapipe for screenshot by @Vipitis in https://github.com/pygfx/wgpu-py/pull/660
51
+ * Fix one typo in _ helpers.py by @hmaarrfk in https://github.com/pygfx/wgpu-py/pull/661
52
+ * Fix typo in README.md by @patrini32 in https://github.com/pygfx/wgpu-py/pull/662
53
+ * Improve docs regarding drives on Linux by @almarklein in https://github.com/pygfx/wgpu-py/pull/668
54
+ * Add patches for conda compatibility by @hmaarrfk in https://github.com/pygfx/wgpu-py/pull/666
55
+ * Allow disabling downloading lib when creating wheel by @almarklein in https://github.com/pygfx/wgpu-py/pull/669
56
+ * examples/imgui_cmap_picker.py - update for imgui bundle 1.6.2 by @pthom in https://github.com/pygfx/wgpu-py/pull/671
57
+
58
+
20
59
### [ v0.19.3] - 10-12-2024
21
60
22
61
Fixed:
0 commit comments