File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,26 @@ Possible sections in each release:
1717* Security: in case of vulnerabilities.
1818
1919
20+ ## [ v0.28.0] - 10-11-2025
21+
22+ We moved the implementation of the contexts to ` rendercanvas ` and made ` GPUCanvasContext ` lighter (and more low-level).
23+ We made sure that the new ` rendercanvas ` (v2.4) was compatible with both the old and new wgpu.
24+ However, code that uses the imgui adapter will break with ` rendercanvas ` v2.4 and requires this release of wgpu-py to fix it.
25+
26+ Added:
27+
28+ * Add util to get glfw present_info by @almarklein in https://github.com/pygfx/wgpu-py/pull/767
29+
30+ Changed:
31+
32+ * Canvas/context inversion of control by @Korijn in https://github.com/pygfx/wgpu-py/pull/764
33+
34+ Fixed:
35+
36+ * Fix compatibility with rendercanvas 2.4.0 by @hmaarrfk in https://github.com/pygfx/wgpu-py/pull/768
37+ * Also run example-tests with imgui by @almarklein in https://github.com/pygfx/wgpu-py/pull/769
38+
39+
2040### [ v0.27.0] - 05-11-2025
2141
2242Fixed:
Original file line number Diff line number Diff line change 2222
2323# This is the base version number, to be bumped before each release.
2424# The build system detects this definition when building a distribution.
25- __version__ = "0.27 .0"
25+ __version__ = "0.28 .0"
2626
2727# Set this to your library name
2828project_name = "wgpu"
You can’t perform that action at this time.
0 commit comments