Skip to content

Commit dcda6dd

Browse files
JasonGrace2282behackl
authored andcommitted
Feedback + missing PRs
1 parent bb5f1d7 commit dcda6dd

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

docs/source/changelog/0.19.0-changelog.rst

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,14 @@ Highlights
104104
* :pr:`3966`: :class:`.VGroup` can now be initialized with :class:`.VMobject` iterables.
105105

106106

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.
108108

109109

110+
* :pr:`3967`: Added support for Python 3.13
111+
112+
113+
* :pr:`3930`: Completely reworked the installation instructions
114+
110115

111116
Breaking changes
112117
----------------
@@ -180,9 +185,6 @@ Enhancements
180185
* :pr:`3965`: Added the ``scale_stroke`` boolean parameter to :meth:`.VMobject.scale`
181186

182187

183-
* :pr:`3967`: Add support for Python 3.13
184-
185-
186188
* :pr:`3974`: Made videos embedded in Google Colab by default
187189

188190

@@ -254,6 +256,9 @@ Fixed bugs
254256
* :pr:`4013`: Fixed scene skipping for :attr:`ManimConfig.upto_animation_number` set to 0
255257

256258

259+
* :pr:`4091`: Fixed :meth:`.VMobject.add_points_as_corners` to safely handle empty ``points`` parameter.
260+
261+
257262
Documentation-related changes
258263
-----------------------------
259264

@@ -284,9 +289,6 @@ Documentation-related changes
284289
* :pr:`3924`: Fix ``SyntaxWarning`` when building docs + use Python 3.13 for readthedocs build.
285290

286291

287-
* :pr:`3930`: Completely rework the installation instructions
288-
289-
290292
* :pr:`3958`: Fix: ``.to_edge``'s example demonstration in docs
291293

292294

@@ -329,12 +331,18 @@ Type Hints
329331
* :pr:`3988`: Added type hints to :mod:`manim.cli` module
330332

331333

334+
* :pr:`3999`: Add type annotations to :mod:`manim.utils`
335+
336+
332337
* :pr:`4006`: Stopped ignoring :mod:`manim.plugins` errors in ``mypy.ini``
333338

334339

335340
* :pr:`4007`: Added typings to :mod:`manim.__main__`
336341

337342

343+
* :pr:`4027`: Rename ``InternalPoint3D`` to :class:`~.typing.Point3D`, ``Point3D`` to :class:`~.Point3DLike` and other point-related type aliases
344+
345+
338346
* :pr:`4038`: Fixed type hint of :meth:`.Scene.play` to allow :attr:`.Mobject.animate`
339347

340348

0 commit comments

Comments
 (0)