@@ -104,9 +104,14 @@ Highlights
104
104
* :pr: `3966 `: :class: `.VGroup ` can now be initialized with :class: `.VMobject ` iterables.
105
105
106
106
107
- * :pr: `3518 `: Created a :class: `.HSV ` color class.
107
+ * :pr: `3518 `: Created a :class: `.HSV ` color class, and added support for custom color spaces .
108
108
109
109
110
+ * :pr: `3967 `: Added support for Python 3.13
111
+
112
+
113
+ * :pr: `3930 `: Completely reworked the installation instructions
114
+
110
115
111
116
Breaking changes
112
117
----------------
@@ -180,9 +185,6 @@ Enhancements
180
185
* :pr: `3965 `: Added the ``scale_stroke `` boolean parameter to :meth: `.VMobject.scale `
181
186
182
187
183
- * :pr: `3967 `: Add support for Python 3.13
184
-
185
-
186
188
* :pr: `3974 `: Made videos embedded in Google Colab by default
187
189
188
190
@@ -254,6 +256,9 @@ Fixed bugs
254
256
* :pr: `4013 `: Fixed scene skipping for :attr: `ManimConfig.upto_animation_number ` set to 0
255
257
256
258
259
+ * :pr: `4091 `: Fixed :meth: `.VMobject.add_points_as_corners ` to safely handle empty ``points `` parameter.
260
+
261
+
257
262
Documentation-related changes
258
263
-----------------------------
259
264
@@ -284,9 +289,6 @@ Documentation-related changes
284
289
* :pr: `3924 `: Fix ``SyntaxWarning `` when building docs + use Python 3.13 for readthedocs build.
285
290
286
291
287
- * :pr: `3930 `: Completely rework the installation instructions
288
-
289
-
290
292
* :pr: `3958 `: Fix: ``.to_edge ``'s example demonstration in docs
291
293
292
294
@@ -329,12 +331,18 @@ Type Hints
329
331
* :pr: `3988 `: Added type hints to :mod: `manim.cli ` module
330
332
331
333
334
+ * :pr: `3999 `: Add type annotations to :mod: `manim.utils `
335
+
336
+
332
337
* :pr: `4006 `: Stopped ignoring :mod: `manim.plugins ` errors in ``mypy.ini ``
333
338
334
339
335
340
* :pr: `4007 `: Added typings to :mod: `manim.__main__ `
336
341
337
342
343
+ * :pr: `4027 `: Rename ``InternalPoint3D `` to :class: `~.typing.Point3D `, ``Point3D `` to :class: `~.Point3DLike ` and other point-related type aliases
344
+
345
+
338
346
* :pr: `4038 `: Fixed type hint of :meth: `.Scene.play ` to allow :attr: `.Mobject.animate `
339
347
340
348
0 commit comments