Qt for Python Development Notes: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(Replaced content with "Category:Qt for Python ==2024== ===11. January 2024=== * General * Infra & Releases * Bugs & Features ===04.January 2024=== * General ** Happy new year fellow readers :D ** New OKR organization ** Keeping in an eye on Conferences ** PyPy is now on 3.10 ** Ideas on the wheel organization for the Qt Installer * Infra & Releases ** CI Maintenance break continues. Some new issues were discovered. ** Pending releases: 6.2.11 and 6.5.4 ** Android [https://download....") Tag: Replaced |
||
Line 2: | Line 2: | ||
==2024== | ==2024== | ||
===11. January 2024=== | |||
* General | |||
* Infra & Releases | |||
* Bugs & Features | |||
===04.January 2024=== | ===04.January 2024=== | ||
Line 30: | Line 36: | ||
*** locking mechanism for our modules. | *** locking mechanism for our modules. | ||
** Typing adjustments, we need '/' in our signatures due to not having keywords parameters. | ** Typing adjustments, we need '/' in our signatures due to not having keywords parameters. | ||
==2023== | ==2023== | ||
*[[Qt for Python Development Notes 2023]] | |||
==2022== | ==2022== |
Revision as of 08:56, 11 January 2024
2024
11. January 2024
- General
- Infra & Releases
- Bugs & Features
04.January 2024
- General
- Happy new year fellow readers :D
- New OKR organization
- Keeping in an eye on Conferences
- PyPy is now on 3.10
- Ideas on the wheel organization for the Qt Installer
- Infra & Releases
- CI Maintenance break continues. Some new issues were discovered.
- Pending releases: 6.2.11 and 6.5.4
- Android wheels for testing purposes are available (not for production)
- Xcode issues with a new M3
- Planning the inclusion of Python 3.12 in the CI
- Bugs & Features
- async: A few bug fixes were pushed and ready for review
- async: the module is missing from our docs
- async: we have been getting some interests from users, so new issues are appearing.
- new android tag added to the examples for a better browsing
- pyside6 designer pyenv crash was fixed
- pyside cmake module update crash was fixed
- working on the request permission API for macOS
- docs: free functions as separate section and other improvements
- Python scripting in c++ works continues
- PyPy 3.10 compatibility patches
- nogil: working again on a compatibility with PEP703
- locking mechanism for our modules.
- Typing adjustments, we need '/' in our signatures due to not having keywords parameters.