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
* This release was built using the wxWidgets' v3.2.7 release tag. The only exception is that libtiff and pcre2 bundled with wxWidgets are updated to the versions from the wxWidgets master branch (libtiff 4.7.0 and pcre2 10.44).
23
+
24
+
* Fix test issues with wx.lib.introspect (#2717)
25
+
26
+
* Add support for building on Windows ARM64 (#2521)
27
+
28
+
* Incorporate many improvements to type stubs (#2665)
29
+
30
+
* Fix building documentation with latest sphinx (#2672)
31
+
32
+
* Build smaller architecture-specific wheels on macOS instead of large universal2 wheels
33
+
34
+
* Calculate scroll based on child's relative position to scrolledpanel in wx.lib.scrolledpanel
35
+
36
+
* Fix float -> int conversion issues in wx.lib.fancytext (#2703)
37
+
38
+
* Replace deprecated NumPy type aliases
39
+
40
+
* Use wx.StaticText in wx.lib.agw.hyperlink (#2686)
41
+
42
+
* Implement partial support for pyproject.toml and other build process improvements
43
+
44
+
* Remove use of six and most Python 2 compatibility code
45
+
46
+
* Fix wxWidgets build on OpenSUSE (#558, #1067, #2422, #2532)
47
+
48
+
* Fix more int conversions in wx.lib.agw.flatnotebook
0 commit comments