pygame 2.3.0 - 🌸
🌺🌻🌹🥀🌷🌼🌸💐💮🌺🌻🌹🥀🌷🌼🌸💐💮🌺🌻🌹🥀🌷🌼🌸💐
🌼🌸 python3 -m pip install pygame==2.3.0
🌺🌻🌹🥀🌷🌼🌸💐💮🌺🌻🌹🥀🌷🌼🌸💐💮🌺🌻🌹🥀🌷🌼🌸💐
Issue? ---> https://github.com/pygame/pygame/issues
New Contributors
- @MarcellPerger1 made their first contribution in #3732
- @Tobias-Fischer made their first contribution in #3663
- @SalimBAhmed made their first contribution in #3747
- @jhilmer made their first contribution in #3151
What's Changed
- 2.2.0 -> 2.3.0.dev1 by @illume in #3736
- Remove
:return
fromsysfont._parse_font_entry_win
by @MarcellPerger1 in #3732 - Add
special_flags
argument toGroup.draw
by @MarcellPerger1 in #3722 - Add Spanish version of ImportInit.rst by @stefpivser in #3699
- Add Spanish version of DisplayModes.rst by @stefpivser in #3700
- Add Spanish version of CreateGames.rst by @stefpivser in #3714
- buildconfig: Bump SDL version to 2.24.2 on windows by @illume in #3458
- _camera_opencv: Add list_cameras implementation by @illume in #3738
- github sdist: Do not apt-get update by @illume in #3740
- Fixup deprecation error on MacOS 11 by @Tobias-Fischer in #3663
- manylinux-build: Bump SDL2 to version 2.24.2 by @illume in #3741
- _camera_opencv: Add ability to pass VidCapture api_preferences by @illume in #3739
- 2.3.0.dev2 -> 2.3.0.dev3 by @illume in #3742
- camera: Make opencv backend default on win if cv2 imports by @illume in #3743
- Features/rect/scaleby by @dr0id in #3077
- Implement pygame.math.lerp by @JamesC01 in #3362
- Defining rect assignment of floats to Rect properties by @dr0id by @illume in #3745
- Rect: scale_by and scale_by_ip by @dr0id and @mcpalmer1980 by @illume in #3746
- circleci: Remove config by @illume in #3748
- docs: fix move images tutorial final example by @SalimBAhmed in #3747
- Fix drawing of circles there intersect -+INT_MAX by @jhilmer in #3151
- Implementation of Vector2.from_polar and ClassObjectMethod descriptor by @joaquin30 in #3744
- github: Add back apt-get update / upgrade by @illume in #3751
- _sdl2.video: Window.from_window by @Rabbid76 by @illume in #3752
- class method "from_foreign_window" added to class "Window" by @Rabbid76 in #2982
- draw mask: Added unit tests for test_arc and test_angle by @yujyuj by @illume in #3753
- examples: Add grid movement example by @Masonstiller by @illume in #3754
- docs: Fix a few sphinx warnings by @illume in #3759
- Fix segfaults when using display surface after calling
pygame.quit
by @MarcellPerger1 in #3755