2.3.0.dev4
Pre-release
Pre-release
What's Changed
- 2.3.0.dev2 by @Starbuck5 in #2168
- 2.3.0.dev3 by @Starbuck5 in #2169
- added stub info for PixelArray.getitem by @oddbookworm in #2113
- Manually bump actions/cache, minor usage updates by @ankith26 in #2173
- Raise an error when source and destination surfaces are the same (in
box_blur
andgaussian_blur
). by @yunline in #2161 _sdl2.video
docs rewrite, minor reorderings & method signature changes by @Mega-JC in #2128- Update cursors_module_example.py by @that1guy232 in #2191
- Minor documentation updates by @Starbuck5 in #2183
- Updated Chimp Example Explanation for #2033 by @that1guy232 in #2193
- A bit of pygame-ce-ification by @Starbuck5 in #2194
- Include more info in version by @Starbuck5 in #2195
- Use
Py_TYPE(self)->tp_free(self)
instead ofPyObject_Free
by @yunline in #2196 - Update README.fr.rst (fix French grammar/punctuation/spelling/etc. mistakes) by @jd-develop in #2187
- Updated scrap code example. by @that1guy232 in #2197
- Fix the default value of title argument in video.Window by @yunline in #2200
- Re-allow destsurf scale w/ diff but compatible pixelformats by @Starbuck5 in #2172
- Bump pypa/cibuildwheel from 2.12.3 to 2.13.0 by @dependabot in #2205
- Issue redirection (correct one) by @oddbookworm in #2203
- Optimize
Surface.get_(f)rect
by @Matiiss in #2179 - updated scrap related code. by @that1guy232 in #2204
- Remove
event._joy_instance_map
by @yunline in #2048 - Optimize vector coords memory by @Starbuck5 in #2174
- Added persian transaltion for README.rst by @mmdmoa in #2201
- Font warning spellcheck by @Sjmarf in #2147
- Add dark theme for documentation by @Notenlish in #2122
- Update sse2neon to latest version by @MyreMylar in #2213
- Fix the large inline code sections in the dark theme by @MyreMylar in #2215
- speedup for triangle rendering by @ScriptLineStudios in #2126
- Use builtin broadcasting intrinsics in blitters by @Starbuck5 in #2210
- fix search page green background in dark theme by @Notenlish in #2226
- Fix MAC_ARCH environment variable on CI by @MyreMylar in #2212
- Port video.Window to C by @yunline in #2114
- Add mixer.Channel.set_source_location() by @yunline in #1844
- Fix issue with converting surfaces to 8 bit surfaces with palettes by @Temmie3754 in #2031
New Contributors
- @that1guy232 made their first contribution in #2191
- @jd-develop made their first contribution in #2187
- @mmdmoa made their first contribution in #2201
- @Notenlish made their first contribution in #2122
Full Changelog: 2.3.0.dev2...2.3.0.dev4