Copy changes to ANNOUNCE.txt

This commit is contained in:
Robin Dunn
2017-05-06 17:12:26 -07:00
parent c5e7da9fa1
commit c3e3bfe66e

View File

@@ -13,7 +13,48 @@ Announcing wxPython 4.0.0a2
https://pypi.python.org/pypi/wxPython/4.0.0a2
[ Copy changes here ]
This build of wxPython is based on the official wxWidgets 3.0.3 release.
This release is mostly various bug fixes and other tweaks, such as:
* Allow numpy arrays to be auto-converted to simple sequence value types like
wx.Size, wx.Colour, etc.
* A couple of fixes to lib/agw/aui to prevent segfaults under OSX when
AuiNotebook tabs are closed
* Fix wx._core.wxAssertionError in wx.lib.agw.aui when dragging a notebook tab
* Fix the [G|S]etClientData methods in wx.CommandEvent to behave the same
way they are in wx.ClientDataContainer.
* Fix the SetFonts methods in wx.html classes
* Several fixes in wx.dataview related to overriding methods
* Fixed some flickering in wx.lib.agw.aui.framemanager
* Fixed problem with wrong implementation of wxNotebook::DeleteAllPages being
called on Windows
* Added the missing wx.grid.GRID_AUTOSIZE flag
* Fixed crash due to the object created in an XmlSubclassFactory being
destroyed too soon
* Fixed crash in wx.lib.agw.toasterbox
* Fixed crash when using wx.xrc.XmlSubclassFactory
* Fixed wx.grid.GridTableBase.GetValue and related methods to work more like
they did in Classic, so non-string values can be used a little more
easily.
Added building and bundling of the PDB files for wxWidgets and the wxPython
extensions on Windows. Until a better place is found they will be
downloadable from https://wxPython.org/Phoenix/release-extras, along with
archives for the documentation as well as the demo and samples.
What is wxPython?