2.3.1.dev4
Pre-release
Pre-release
The last pre-release before the full release, for testing. Thanks to everyone! 🎉
(Yes this stuff is autogenerated, if something is missing from here, please do reach out and let us know! The notes for the final release is going to be more handwritten and polished)
What's Changed
- 2.3.1.dev2 by @ankith26 in #2332
- Start 2.3.1.dev3 by @ankith26 in #2333
- Continue moving away from format masks again by @Starbuck5 in #2328
- Remove irrelevant SDL version information by @Starbuck5 in #2334
- removed pygame.cdrom refs everywhere by @oddbookworm in #2327
- Update joystick.rst - Switch Joy-cons mappings wrong by @bilhox in #2258
- vector2 support for Surface.get_at and set_at by @ScriptLineStudios in #2111
- Drop pypy3.7, add wheels for pypy3.10 by @Starbuck5 in #2335
- Fix typos + update sse2neon by @Starbuck5 in #2347
- Add pg_post_event and DictProxy C API to release GIL, fix timer issues and speedups by @ankith26 in #2284
- Reset window data on borrowed windows on dealloc by @zoldalma999 in #2341
- Add
__repr__
for Window class by @yunline in #2345 - Rename PyClockObject to pgClockObject, remove rendered field, small cleanups by @zoldalma999 in #2351
- Fix warnings in video.c by @yunline in #2343
- Port SDL_cpuinfo.h by @yunline in #2308
- Add Named Colors to docs for pygame.draw and pygame.Surface by @rethanon in #2346
- Re-add CircleCI for aarch64 builds by @ankith26 in #2352
- Corrected MacOS get_pref_path() documentation by @IrvKalb in #2326
- Made
Surface.set_at()
fastcall by @itzpr3d4t0r in #2330 - add style_name property to font and freetype font by @dr0id in #2175
- Use OIDC to publish PyPI releases by @ankith26 in #2355
- Support
SDL_WINDOWID
by @yunline in #1953 - Enabling users to set the soundfont on midi playback by @AlexanderGroeger in #2274
- Don't use SDL_ name for our compat layer by @Starbuck5 in #2356
- Add
.point_size
attribute modifier for fonts by @novialriptide in #1961
New Contributors
- @IrvKalb made their first contribution in #2326
- @AlexanderGroeger made their first contribution in #2274
Full Changelog: 2.3.1.dev2...2.3.1.dev4