@@ -94,7 +94,7 @@ the following contributors.
94
94
Pull requests merged
95
95
====================
96
96
97
- A total of 102 pull requests were merged for this release.
97
+ A total of 105 pull requests were merged for this release.
98
98
99
99
Highlights
100
100
----------
@@ -249,6 +249,9 @@ Fixed bugs
249
249
* :pr: `3885 `: Fixed :meth: `.OpenGLMobject.invert ` not reassembling family
250
250
251
251
252
+ * :pr: `3951 `: Call :meth: `.Animation.finish ` for animations in an :class: `.AnimationGroup `
253
+
254
+
252
255
* :pr: `4013 `: Fixed scene skipping for :attr: `ManimConfig.upto_animation_number ` set to 0
253
256
254
257
@@ -279,13 +282,16 @@ Documentation-related changes
279
282
* :pr: `3878 `: Fixed typehint in ``types.rst `` and replaced outdated reference to ``manim.typing.Image `` with :class: `manim.typing.PixelArray `
280
283
281
284
282
- * :pr: `3958 `: Fix: ``.to_edge ``'s example demonstration in docs
285
+ * :pr: `3924 `: Fix ``SyntaxWarning `` when building docs + use Python 3.13 for readthedocs build.
283
286
284
287
285
- * :pr: `3972 `: Refining documentations for :mod: ` .moving_camera_scene ` module
288
+ * :pr: `3930 `: Completely rework the installation instructions
286
289
287
290
288
- * :pr: `3930 `: Completely rework the installation instructions
291
+ * :pr: `3958 `: Fix: ``.to_edge ``'s example demonstration in docs
292
+
293
+
294
+ * :pr: `3972 `: Refining documentations for :mod: `.moving_camera_scene ` module
289
295
290
296
291
297
* :pr: `4032 `: Create 0.19.0-changelog
@@ -330,6 +336,9 @@ Type Hints
330
336
* :pr: `4007 `: Added typings to :mod: `manim.__main__ `
331
337
332
338
339
+ * :pr: `4038 `: Fixed type hint of :meth: `.Scene.play ` to allow :attr: `.Mobject.animate `
340
+
341
+
333
342
Internal Improvements and Automation
334
343
------------------------------------
335
344
0 commit comments