This website requires JavaScript.
Explore
Help
Register
Sign In
Lerking
/
Phoenix
Watch
1
Star
0
Fork
0
You've already forked Phoenix
mirror of
https://github.com/wxWidgets/Phoenix.git
synced
2026-01-07 20:40:11 +01:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
516539a7a0660a9a902e1415216eae3424f1ce8b
Phoenix
/
wx
History
Tim Riddermann
516539a7a0
Since numpy 1.20 the aliases
np.int
and
np.float
are deprecated (see
https://numpy.org/devdocs/release/1.20.0-notes.html#using-the-aliases-of-builtin-types-like-np-int-is-deprecated
). The buildin types should be used instead. Since numpy 1.24 an AttributeError exception is thrown when
np.int
or
np.float
is used.
2023-02-28 16:07:02 +01:00
..
include
/wxPython
Update to use sip 6.6.x
2022-06-18 13:54:17 -04:00
lib
Since numpy 1.20 the aliases
np.int
and
np.float
are deprecated (see
https://numpy.org/devdocs/release/1.20.0-notes.html#using-the-aliases-of-builtin-types-like-np-int-is-deprecated
). The buildin types should be used instead. Since numpy 1.24 an AttributeError exception is thrown when
np.int
or
np.float
is used.
2023-02-28 16:07:02 +01:00
py
Merge pull request
#2158
from komoto48g/shell-stc
2022-05-22 23:01:11 -07:00
svg
Update cython to latest version (for Python3.11)
2022-08-07 12:51:39 -07:00
tools
Fix TypeError float to int
2022-12-07 01:19:23 +09:00