Deploying to gh-pages from @ 8ef42fae24d8a0854db63ce655d3843cce2c8306 🚀

This commit is contained in:
TonyCrane
2022-02-16 03:23:09 +00:00
parent ca523ec13e
commit 89e8b62b19
23 changed files with 312 additions and 308 deletions

View File

@ -6,38 +6,40 @@ Unreleased
Fixed bugs Fixed bugs
^^^^^^^^^^ ^^^^^^^^^^
- `#1740 <https://github.com/3b1b/manim/pull/1740>`__: Bug fix for the case of calling ``Write`` on a null object - Bug fix for the case of calling ``Write`` on a null object (`#1740 <https://github.com/3b1b/manim/pull/1740>`__)
New Features New Features
^^^^^^^^^^^^ ^^^^^^^^^^^^
- `#1725 <https://github.com/3b1b/manim/pull/1725>`__: Added ``TransformMatchingMTex`` - Added ``TransformMatchingMTex`` (`#1725 <https://github.com/3b1b/manim/pull/1725>`__)
- `#1727 <https://github.com/3b1b/manim/pull/1727>`__: Added ``ImplicitFunction`` - Added ``ImplicitFunction`` (`#1727 <https://github.com/3b1b/manim/pull/1727>`__)
- `#1731 <https://github.com/3b1b/manim/pull/1731>`__: Added ``Polyline`` - Added ``Polyline`` (`#1731 <https://github.com/3b1b/manim/pull/1731>`__)
- `#1739 <https://github.com/3b1b/manim/pull/1739/commits/a64259158538eae6043566aaf3d3329ff4ac394b>`__: Allowed ``Mobject.set_points`` to take in an empty list, and added ``Mobject.add_point`` - Allowed ``Mobject.set_points`` to take in an empty list, and added ``Mobject.add_point`` (`#1739 <https://github.com/3b1b/manim/pull/1739/commits/a64259158538eae6043566aaf3d3329ff4ac394b>`__)
- `#1739 <https://github.com/3b1b/manim/pull/1739/commits/33d2894c167c577a15fdadbaf26488ff1f5bff87>`__: Added ``Scene.refresh_locked_data`` - Added ``Scene.refresh_locked_data`` (`#1739 <https://github.com/3b1b/manim/pull/1739/commits/33d2894c167c577a15fdadbaf26488ff1f5bff87>`__)
- `#1739 <https://github.com/3b1b/manim/pull/1739/commits/9a9cc8bdacb7541b7cd4a52ad705abc21f3e27fe>`__: Added presenter mode to scenes with ``-p`` option - Added presenter mode to scenes with ``-p`` option (`#1739 <https://github.com/3b1b/manim/pull/1739/commits/9a9cc8bdacb7541b7cd4a52ad705abc21f3e27fe>`__ and `#1742 <https://github.com/3b1b/manim/pull/1742>`__)
- `#1739 <https://github.com/3b1b/manim/pull/1739/commits/9df12fcb7d8360e51cd7021d6877ca1a5c31835e>`__: Allowed for an embed by hitting ``e`` during interaction - Allowed for an embed by hitting ``ctrl+shift+e`` during interaction (`#1739 <https://github.com/3b1b/manim/pull/1739/commits/9df12fcb7d8360e51cd7021d6877ca1a5c31835e>`__ and `#1746 <https://github.com/3b1b/manim/pull/1746>`__)
- `#1739 <https://github.com/3b1b/manim/pull/1739/commits/2798d15591a0375ae6bb9135473e6f5328267323>`__: Added ``Mobject.set_min_width/height/depth`` - Added ``Mobject.set_min_width/height/depth`` (`#1739 <https://github.com/3b1b/manim/pull/1739/commits/2798d15591a0375ae6bb9135473e6f5328267323>`__)
- `#1739 <https://github.com/3b1b/manim/pull/1739/commits/29a4d3e82ba94c007c996b2d1d0f923941452698>`__: Allowed ``Mobject.match_coord/x/y/z`` to take in a point - Allowed ``Mobject.match_coord/x/y/z`` to take in a point (`#1739 <https://github.com/3b1b/manim/pull/1739/commits/29a4d3e82ba94c007c996b2d1d0f923941452698>`__)
- Added ``text_config`` to ``DecimalNumber`` (`#1744 <https://github.com/3b1b/manim/pull/1744>`__)
Refactor Refactor
^^^^^^^^ ^^^^^^^^
- `#1725 <https://github.com/3b1b/manim/pull/1725>`__: Refactored ``MTex`` - Refactored ``MTex`` (`#1725 <https://github.com/3b1b/manim/pull/1725>`__)
- `#1731 <https://github.com/3b1b/manim/pull/1731>`__: Refactored ``SVGMobject`` with svgelements - Refactored ``SVGMobject`` with svgelements (`#1731 <https://github.com/3b1b/manim/pull/1731>`__)
- `#1739 <https://github.com/3b1b/manim/pull/1739/commits/2488b9e866fb1ecb842a27dd9f4956ec167e3dee>`__: Made sure ``ParametricCurve`` has at least one point - Made sure ``ParametricCurve`` has at least one point (`#1739 <https://github.com/3b1b/manim/pull/1739/commits/2488b9e866fb1ecb842a27dd9f4956ec167e3dee>`__)
- `#1739 <https://github.com/3b1b/manim/pull/1739/commits/6c6d387a210756c38feca7d34838aa9ac99bb58a>`__: Set default to no tips on ``Axes`` - Set default to no tips on ``Axes`` (`#1739 <https://github.com/3b1b/manim/pull/1739/commits/6c6d387a210756c38feca7d34838aa9ac99bb58a>`__)
- `#1739 <https://github.com/3b1b/manim/pull/1739/commits/58e06e8f6b7c5059ff315d51fd0018fec5cfbb05>`__: Stopped displaying when writing tex string is happening - Stopped displaying when writing tex string is happening (`#1739 <https://github.com/3b1b/manim/pull/1739/commits/58e06e8f6b7c5059ff315d51fd0018fec5cfbb05>`__)
- Reorganize inheriting order and refactor SVGMobject (`#1745 <https://github.com/3b1b/manim/pull/1745>`__)
Dependencies Dependencies
^^^^^^^^^^^^ ^^^^^^^^^^^^
- `#1727 <https://github.com/3b1b/manim/pull/1727>`__: Added dependency on ``isosurfaces`` - Added dependency on ``isosurfaces`` (`#1727 <https://github.com/3b1b/manim/pull/1727>`__)
- `#1728 <https://github.com/3b1b/manim/pull/1728>`__: Removed dependency on ``argparse`` since it's a built-in module - Removed dependency on ``argparse`` since it's a built-in module (`#1728 <https://github.com/3b1b/manim/pull/1728>`__)
- `#1728 <https://github.com/3b1b/manim/pull/1728>`__: Removed dependency on ``pyreadline`` - Removed dependency on ``pyreadline`` (`#1728 <https://github.com/3b1b/manim/pull/1728>`__)
- `#1731 <https://github.com/3b1b/manim/pull/1731>`__: Removed dependency on ``cssselect2`` - Removed dependency on ``cssselect2`` (`#1731 <https://github.com/3b1b/manim/pull/1731>`__)
- `#1731 <https://github.com/3b1b/manim/pull/1731>`__: Added dependency on ``svgelements`` - Added dependency on ``svgelements`` (`#1731 <https://github.com/3b1b/manim/pull/1731>`__)
v1.4.1 v1.4.1
@ -45,41 +47,41 @@ v1.4.1
Fixed bugs Fixed bugs
^^^^^^^^^^ ^^^^^^^^^^
- `#1724 <https://github.com/3b1b/manim/pull/1724>`__: Temporarily fixed boolean operations' bug - Temporarily fixed boolean operations' bug (`#1724 <https://github.com/3b1b/manim/pull/1724>`__)
- `d2e0811 <https://github.com/3b1b/manim/commit/d2e0811285f7908e71a65e664fec88b1af1c6144>`__: Import ``Iterable`` from ``collections.abc`` instead of ``collections`` which is deprecated since python 3.9 - Import ``Iterable`` from ``collections.abc`` instead of ``collections`` which is deprecated since python 3.9 (`d2e0811 <https://github.com/3b1b/manim/commit/d2e0811285f7908e71a65e664fec88b1af1c6144>`__)
v1.4.0 v1.4.0
------ ------
Fixed bugs Fixed bugs
^^^^^^^^^^ ^^^^^^^^^^
- `f1996f8 <https://github.com/3b1b/manim/pull/1697/commits/f1996f8479f9e33d626b3b66e9eb6995ce231d86>`__: Temporarily fixed ``Lightbulb`` - Temporarily fixed ``Lightbulb`` (`f1996f8 <https://github.com/3b1b/manim/pull/1697/commits/f1996f8479f9e33d626b3b66e9eb6995ce231d86>`__)
- `#1712 <https://github.com/3b1b/manim/pull/1712>`__: Fixed some bugs of ``SVGMobject`` - Fixed some bugs of ``SVGMobject`` (`#1712 <https://github.com/3b1b/manim/pull/1712>`__)
- `#1717 <https://github.com/3b1b/manim/pull/1717>`__: Fixed some bugs of SVG path string parser - Fixed some bugs of SVG path string parser (`#1717 <https://github.com/3b1b/manim/pull/1717>`__)
- `#1720 <https://github.com/3b1b/manim/pull/1720>`__: Fixed some bugs of ``MTex`` - Fixed some bugs of ``MTex`` (`#1720 <https://github.com/3b1b/manim/pull/1720>`__)
New Features New Features
^^^^^^^^^^^^ ^^^^^^^^^^^^
- `#1694 <https://github.com/3b1b/manim/pull/1694>`__: Added option to add ticks on x-axis in ``BarChart`` - Added option to add ticks on x-axis in ``BarChart`` (`#1694 <https://github.com/3b1b/manim/pull/1694>`__)
- `#1704 <https://github.com/3b1b/manim/pull/1704>`__: Added ``lable_buff`` config parameter for ``Brace`` - Added ``lable_buff`` config parameter for ``Brace`` (`#1704 <https://github.com/3b1b/manim/pull/1704>`__)
- `#1712 <https://github.com/3b1b/manim/pull/1712>`__: Added support for ``rotate skewX skewY`` transform in SVG - Added support for ``rotate skewX skewY`` transform in SVG (`#1712 <https://github.com/3b1b/manim/pull/1712>`__)
- `#1717 <https://github.com/3b1b/manim/pull/1717>`__: Added style support to ``SVGMobject`` - Added style support to ``SVGMobject`` (`#1717 <https://github.com/3b1b/manim/pull/1717>`__)
- `#1719 <https://github.com/3b1b/manim/pull/1719>`__: Added parser to <style> element of SVG - Added parser to <style> element of SVG (`#1719 <https://github.com/3b1b/manim/pull/1719>`__)
- `#1719 <https://github.com/3b1b/manim/pull/1719>`__: Added support for <line> element in ``SVGMobject`` - Added support for <line> element in ``SVGMobject`` (`#1719 <https://github.com/3b1b/manim/pull/1719>`__)
Refactor Refactor
^^^^^^^^ ^^^^^^^^
- `5aa8d15 <https://github.com/3b1b/manim/pull/1697/commits/5aa8d15d85797f68a8f169ca69fd90d441a3abbe>`__: Used ``FFMPEG_BIN`` instead of ``"ffmpeg"`` for sound incorporation - Used ``FFMPEG_BIN`` instead of ``"ffmpeg"`` for sound incorporation (`5aa8d15 <https://github.com/3b1b/manim/pull/1697/commits/5aa8d15d85797f68a8f169ca69fd90d441a3abbe>`__)
- `#1709 <https://github.com/3b1b/manim/pull/1709>`__: Decorated ``CoordinateSystem.get_axes`` and ``.get_all_ranges`` as abstract method - Decorated ``CoordinateSystem.get_axes`` and ``.get_all_ranges`` as abstract method (`#1709 <https://github.com/3b1b/manim/pull/1709>`__)
- `#1712 <https://github.com/3b1b/manim/pull/1712>`__: Refactored SVG path string parser - Refactored SVG path string parser (`#1712 <https://github.com/3b1b/manim/pull/1712>`__)
- `#1712 <https://github.com/3b1b/manim/pull/1712>`__: Allowed ``Mobject.scale`` to receive iterable ``scale_factor`` - Allowed ``Mobject.scale`` to receive iterable ``scale_factor`` (`#1712 <https://github.com/3b1b/manim/pull/1712>`__)
- `#1716 <https://github.com/3b1b/manim/pull/1716>`__: Refactored ``MTex`` - Refactored ``MTex`` (`#1716 <https://github.com/3b1b/manim/pull/1716>`__)
- `#1721 <https://github.com/3b1b/manim/pull/1721>`__: Improved config helper (``manimgl --config``) - Improved config helper (``manimgl --config``) (`#1721 <https://github.com/3b1b/manim/pull/1721>`__)
- `#1723 <https://github.com/3b1b/manim/pull/1723>`__: Refactored ``MTex`` - Refactored ``MTex`` (`#1723 <https://github.com/3b1b/manim/pull/1723>`__)
Dependencies Dependencies
^^^^^^^^^^^^ ^^^^^^^^^^^^
- `#1719 <https://github.com/3b1b/manim/pull/1719>`__: Added dependency on python package `cssselect2 <https://github.com/Kozea/cssselect2>`__ - Added dependency on python package `cssselect2 <https://github.com/Kozea/cssselect2>`__ (`#1719 <https://github.com/3b1b/manim/pull/1719>`__)
v1.3.0 v1.3.0
@ -88,63 +90,63 @@ v1.3.0
Fixed bugs Fixed bugs
^^^^^^^^^^ ^^^^^^^^^^
- `#1653 <https://github.com/3b1b/manim/pull/1653>`__: Fixed ``Mobject.stretch_to_fit_depth`` - Fixed ``Mobject.stretch_to_fit_depth`` (`#1653 <https://github.com/3b1b/manim/pull/1653>`__)
- `#1655 <https://github.com/3b1b/manim/pull/1655>`__: Fixed the bug of rotating camera - Fixed the bug of rotating camera (`#1655 <https://github.com/3b1b/manim/pull/1655>`__)
- `c73d507 <https://github.com/3b1b/manim/pull/1688/commits/c73d507c76af5c8602d4118bc7538ba04c03ebae>`__: Fixed ``SurfaceMesh`` to be evenly spaced - Fixed ``SurfaceMesh`` to be evenly spaced (`c73d507 <https://github.com/3b1b/manim/pull/1688/commits/c73d507c76af5c8602d4118bc7538ba04c03ebae>`__)
- `82bd02d <https://github.com/3b1b/manim/pull/1688/commits/82bd02d21fbd89b71baa21e077e143f440df9014>`__: Fixed ``angle_between_vectors`` add ``rotation_between_vectors`` - Fixed ``angle_between_vectors`` add ``rotation_between_vectors`` (`82bd02d <https://github.com/3b1b/manim/pull/1688/commits/82bd02d21fbd89b71baa21e077e143f440df9014>`__)
- `a717314 <https://github.com/3b1b/manim/pull/1688/commits/a7173142bf93fd309def0cc10f3c56f5e6972332>`__: Fixed ``VMobject.fade`` - Fixed ``VMobject.fade`` (`a717314 <https://github.com/3b1b/manim/pull/1688/commits/a7173142bf93fd309def0cc10f3c56f5e6972332>`__)
- `fbc329d <https://github.com/3b1b/manim/pull/1688/commits/fbc329d7ce3b11821d47adf6052d932f7eff724a>`__: Fixed ``angle_between_vectors`` - Fixed ``angle_between_vectors`` (`fbc329d <https://github.com/3b1b/manim/pull/1688/commits/fbc329d7ce3b11821d47adf6052d932f7eff724a>`__)
- `bcd0990 <https://github.com/3b1b/manim/pull/1688/commits/bcd09906bea5eaaa5352e7bee8f3153f434cf606>`__: Fixed bug in ``ShowSubmobjectsOneByOne`` - Fixed bug in ``ShowSubmobjectsOneByOne`` (`bcd0990 <https://github.com/3b1b/manim/pull/1688/commits/bcd09906bea5eaaa5352e7bee8f3153f434cf606>`__)
- `7023548 <https://github.com/3b1b/manim/pull/1691/commits/7023548ec62c4adb2f371aab6a8c7f62deb7c33c>`__: Fixed bug in ``TransformMatchingParts`` - Fixed bug in ``TransformMatchingParts`` (`7023548 <https://github.com/3b1b/manim/pull/1691/commits/7023548ec62c4adb2f371aab6a8c7f62deb7c33c>`__)
New Features New Features
^^^^^^^^^^^^ ^^^^^^^^^^^^
- `e10f850 <https://github.com/3b1b/manim/commit/e10f850d0d9f971931cc85d44befe67dc842af6d>`__: Added CLI flag ``--log-level`` to specify log level - Added CLI flag ``--log-level`` to specify log level (`e10f850 <https://github.com/3b1b/manim/commit/e10f850d0d9f971931cc85d44befe67dc842af6d>`__)
- `#1667 <https://github.com/3b1b/manim/pull/1667>`__: Added operations (``+`` and ``*``) for ``Mobject`` - Added operations (``+`` and ``*``) for ``Mobject`` (`#1667 <https://github.com/3b1b/manim/pull/1667>`__)
- `#1675 <https://github.com/3b1b/manim/pull/1675>`__: Added 4 boolean operations for ``VMobject`` in ``manimlib/mobject/boolean_ops.py`` - Added 4 boolean operations for ``VMobject`` in ``manimlib/mobject/boolean_ops.py`` (`#1675 <https://github.com/3b1b/manim/pull/1675>`__)
- ``Union(*vmobjects, **kwargs)`` - ``Union(*vmobjects, **kwargs)``
- ``Difference(subject, clip, **kwargs)`` - ``Difference(subject, clip, **kwargs)``
- ``Intersection(*vmobjects, **kwargs)`` - ``Intersection(*vmobjects, **kwargs)``
- ``Exclusion(*vmobjects, **kwargs)`` - ``Exclusion(*vmobjects, **kwargs)``
- `81c3ae3 <https://github.com/3b1b/manim/pull/1688/commits/81c3ae30372e288dc772633dbd17def6e603753e>`__: Added reflectiveness - Added reflectiveness (`81c3ae3 <https://github.com/3b1b/manim/pull/1688/commits/81c3ae30372e288dc772633dbd17def6e603753e>`__)
- `2c7689e <https://github.com/3b1b/manim/pull/1688/commits/2c7689ed9e81229ce87c648f97f26267956c0bc9>`__: Enabled ``glow_factor`` on ``DotCloud`` - Enabled ``glow_factor`` on ``DotCloud`` (`2c7689e <https://github.com/3b1b/manim/pull/1688/commits/2c7689ed9e81229ce87c648f97f26267956c0bc9>`__)
- `d065e19 <https://github.com/3b1b/manim/pull/1688/commits/d065e1973d1d6ebd2bece81ce4bdf0c2fff7c772>`__: Added option ``-e`` to insert embed line from the command line - Added option ``-e`` to insert embed line from the command line (`d065e19 <https://github.com/3b1b/manim/pull/1688/commits/d065e1973d1d6ebd2bece81ce4bdf0c2fff7c772>`__)
- `0e78027 <https://github.com/3b1b/manim/pull/1688/commits/0e78027186a976f7e5fa8d586f586bf6e6baab8d>`__: Improved ``point_from_proportion`` to account for arc length - Improved ``point_from_proportion`` to account for arc length (`0e78027 <https://github.com/3b1b/manim/pull/1688/commits/0e78027186a976f7e5fa8d586f586bf6e6baab8d>`__)
- `781a993 <https://github.com/3b1b/manim/pull/1688/commits/781a9934fda6ba11f22ba32e8ccddcb3ba78592e>`__: Added shortcut ``set_backstroke`` for setting black background stroke - Added shortcut ``set_backstroke`` for setting black background stroke (`781a993 <https://github.com/3b1b/manim/pull/1688/commits/781a9934fda6ba11f22ba32e8ccddcb3ba78592e>`__)
- `0b898a5 <https://github.com/3b1b/manim/pull/1688/commits/0b898a5594203668ed9cad38b490ab49ba233bd4>`__: Added ``Suface.always_sort_to_camera`` - Added ``Suface.always_sort_to_camera`` (`0b898a5 <https://github.com/3b1b/manim/pull/1688/commits/0b898a5594203668ed9cad38b490ab49ba233bd4>`__)
- `e899604 <https://github.com/3b1b/manim/pull/1688/commits/e899604a2d05f78202fcb3b9824ec34647237eae>`__: Added getter methods for specific euler angles - Added getter methods for specific euler angles (`e899604 <https://github.com/3b1b/manim/pull/1688/commits/e899604a2d05f78202fcb3b9824ec34647237eae>`__)
- `407c53f <https://github.com/3b1b/manim/pull/1688/commits/407c53f97c061bfd8a53beacd88af4c786f9e9ee>`__: Hade ``rotation_between_vectors`` handle identical/similar vectors - Hade ``rotation_between_vectors`` handle identical/similar vectors (`407c53f <https://github.com/3b1b/manim/pull/1688/commits/407c53f97c061bfd8a53beacd88af4c786f9e9ee>`__)
- `49743da <https://github.com/3b1b/manim/pull/1688/commits/49743daf3244bfa11a427040bdde8e2bb79589e8>`__: Added ``Mobject.insert_submobject`` method - Added ``Mobject.insert_submobject`` method (`49743da <https://github.com/3b1b/manim/pull/1688/commits/49743daf3244bfa11a427040bdde8e2bb79589e8>`__)
- `9dd1f47 <https://github.com/3b1b/manim/pull/1688/commits/9dd1f47dabca1580d6102e34e44574b0cba556e7>`__: Created single progress display for full scene render - Created single progress display for full scene render (`9dd1f47 <https://github.com/3b1b/manim/pull/1688/commits/9dd1f47dabca1580d6102e34e44574b0cba556e7>`__)
- `264f7b1 <https://github.com/3b1b/manim/pull/1691/commits/264f7b11726e9e736f0fe472f66e38539f74e848>`__: Added ``Circle.get_radius`` - Added ``Circle.get_radius`` (`264f7b1 <https://github.com/3b1b/manim/pull/1691/commits/264f7b11726e9e736f0fe472f66e38539f74e848>`__)
- `83841ae <https://github.com/3b1b/manim/pull/1691/commits/83841ae41568a9c9dff44cd163106c19a74ac281>`__: Added ``Dodecahedron`` - Added ``Dodecahedron`` (`83841ae <https://github.com/3b1b/manim/pull/1691/commits/83841ae41568a9c9dff44cd163106c19a74ac281>`__)
- `a1d5147 <https://github.com/3b1b/manim/pull/1691/commits/a1d51474ea1ce3b7aa3efbe4c5e221be70ee2f5b>`__: Added ``GlowDot`` - Added ``GlowDot`` (`a1d5147 <https://github.com/3b1b/manim/pull/1691/commits/a1d51474ea1ce3b7aa3efbe4c5e221be70ee2f5b>`__)
- `#1678 <https://github.com/3b1b/manim/pull/1678>`__: Added ``MTex`` , see `#1678 <https://github.com/3b1b/manim/pull/1678>`__ for details - Added ``MTex`` , see `#1678 <https://github.com/3b1b/manim/pull/1678>`__ for details (`#1678 <https://github.com/3b1b/manim/pull/1678>`__)
Refactor Refactor
^^^^^^^^ ^^^^^^^^
- `#1662 <https://github.com/3b1b/manim/pull/1662>`__: Refactored support for command ``A`` in path of SVG - Refactored support for command ``A`` in path of SVG (`#1662 <https://github.com/3b1b/manim/pull/1662>`__)
- `#1662 <https://github.com/3b1b/manim/pull/1662>`__: Refactored ``SingleStringTex.balance_braces`` - Refactored ``SingleStringTex.balance_braces`` (`#1662 <https://github.com/3b1b/manim/pull/1662>`__)
- `8b454fb <https://github.com/3b1b/manim/pull/1688/commits/8b454fbe9335a7011e947093230b07a74ba9c653>`__: Slight tweaks to how saturation_factor works on newton-fractal - Slight tweaks to how saturation_factor works on newton-fractal (`8b454fb <https://github.com/3b1b/manim/pull/1688/commits/8b454fbe9335a7011e947093230b07a74ba9c653>`__)
- `317a5d6 <https://github.com/3b1b/manim/pull/1688/commits/317a5d6226475b6b54a78db7116c373ef84ea923>`__: Made it possible to set full screen preview as a default - Made it possible to set full screen preview as a default (`317a5d6 <https://github.com/3b1b/manim/pull/1688/commits/317a5d6226475b6b54a78db7116c373ef84ea923>`__)
- `e764da3 <https://github.com/3b1b/manim/pull/1688/commits/e764da3c3adc5ae2a4ce877b340d2b6abcddc2fc>`__: Used ``quick_point_from_proportion`` for graph points - Used ``quick_point_from_proportion`` for graph points (`e764da3 <https://github.com/3b1b/manim/pull/1688/commits/e764da3c3adc5ae2a4ce877b340d2b6abcddc2fc>`__)
- `d2182b9 <https://github.com/3b1b/manim/pull/1688/commits/d2182b9112300558b6c074cefd685f97c10b3898>`__: Made sure ``Line.set_length`` returns self - Made sure ``Line.set_length`` returns self (`d2182b9 <https://github.com/3b1b/manim/pull/1688/commits/d2182b9112300558b6c074cefd685f97c10b3898>`__)
- `eea3c6b <https://github.com/3b1b/manim/pull/1688/commits/eea3c6b29438f9e9325329c4355e76b9f635e97a>`__: Better align ``SurfaceMesh`` to the corresponding surface polygons - Better align ``SurfaceMesh`` to the corresponding surface polygons (`eea3c6b <https://github.com/3b1b/manim/pull/1688/commits/eea3c6b29438f9e9325329c4355e76b9f635e97a>`__)
- `ee1594a <https://github.com/3b1b/manim/pull/1688/commits/ee1594a3cb7a79b8fc361e4c4397a88c7d20c7e3>`__: Match ``fix_in_frame`` status for ``FlashAround`` mobject - Match ``fix_in_frame`` status for ``FlashAround`` mobject (`ee1594a <https://github.com/3b1b/manim/pull/1688/commits/ee1594a3cb7a79b8fc361e4c4397a88c7d20c7e3>`__)
- `ba23fbe <https://github.com/3b1b/manim/pull/1688/commits/ba23fbe71e4a038201cd7df1d200514ed1c13bc2>`__: Made sure ``Mobject.is_fixed_in_frame`` stays updated with uniforms - Made sure ``Mobject.is_fixed_in_frame`` stays updated with uniforms (`ba23fbe <https://github.com/3b1b/manim/pull/1688/commits/ba23fbe71e4a038201cd7df1d200514ed1c13bc2>`__)
- `98b0d26 <https://github.com/3b1b/manim/pull/1691/commits/98b0d266d2475926a606331923cca3dc1dea97ad>`__: Made sure ``skip_animations`` and ``start_at_animation_number`` play well together - Made sure ``skip_animations`` and ``start_at_animation_number`` play well together (`98b0d26 <https://github.com/3b1b/manim/pull/1691/commits/98b0d266d2475926a606331923cca3dc1dea97ad>`__)
- `f8e6e7d <https://github.com/3b1b/manim/pull/1691/commits/f8e6e7df3ceb6f3d845ced4b690a85b35e0b8d00>`__: Updated progress display for full scene render - Updated progress display for full scene render (`f8e6e7d <https://github.com/3b1b/manim/pull/1691/commits/f8e6e7df3ceb6f3d845ced4b690a85b35e0b8d00>`__)
- `8f1dfab <https://github.com/3b1b/manim/pull/1691/commits/8f1dfabff04a8456f5c4df75b0f97d50b2755003>`__: ``VectorizedPoint`` should call ``__init__`` for both super classes - ``VectorizedPoint`` should call ``__init__`` for both super classes (`8f1dfab <https://github.com/3b1b/manim/pull/1691/commits/8f1dfabff04a8456f5c4df75b0f97d50b2755003>`__)
- `758f329 <https://github.com/3b1b/manim/pull/1691/commits/758f329a06a0c198b27a48c577575d94554305bf>`__: Used array copy when checking need for refreshing triangulation - Used array copy when checking need for refreshing triangulation (`758f329 <https://github.com/3b1b/manim/pull/1691/commits/758f329a06a0c198b27a48c577575d94554305bf>`__)
Dependencies Dependencies
^^^^^^^^^^^^ ^^^^^^^^^^^^
- `#1675 <https://github.com/3b1b/manim/pull/1675>`__: Added dependency on python package `skia-pathops <https://github.com/fonttools/skia-pathops>`__ - Added dependency on python package `skia-pathops <https://github.com/fonttools/skia-pathops>`__ (`#1675 <https://github.com/3b1b/manim/pull/1675>`__)
v1.2.0 v1.2.0
------ ------
@ -152,57 +154,57 @@ v1.2.0
Fixed bugs Fixed bugs
^^^^^^^^^^ ^^^^^^^^^^
- `#1592 <https://github.com/3b1b/manim/pull/1592>`__: Fixed ``put_start_and_end_on`` in 3D - Fixed ``put_start_and_end_on`` in 3D (`#1592 <https://github.com/3b1b/manim/pull/1592>`__)
- `#1601 <https://github.com/3b1b/manim/pull/1601>`__: Fixed ``DecimalNumber``'s scaling issue - Fixed ``DecimalNumber``'s scaling issue (`#1601 <https://github.com/3b1b/manim/pull/1601>`__)
- `56df154 <https://github.com/3b1b/manim/commit/56df15453f3e3837ed731581e52a1d76d5692077>`__: Fixed bug with common range array used for all coordinate systems - Fixed bug with common range array used for all coordinate systems (`56df154 <https://github.com/3b1b/manim/commit/56df15453f3e3837ed731581e52a1d76d5692077>`__)
- `8645894 <https://github.com/3b1b/manim/commit/86458942550c639a241267d04d57d0e909fcf252>`__: Fixed ``CoordinateSystem`` init bug - Fixed ``CoordinateSystem`` init bug (`8645894 <https://github.com/3b1b/manim/commit/86458942550c639a241267d04d57d0e909fcf252>`__)
- `0dc096b <https://github.com/3b1b/manim/commit/0dc096bf576ea900b351e6f4a80c13a77676f89b>`__: Fixed bug for single-valued ``ValueTracker`` - Fixed bug for single-valued ``ValueTracker`` (`0dc096b <https://github.com/3b1b/manim/commit/0dc096bf576ea900b351e6f4a80c13a77676f89b>`__)
- `54ad355 <https://github.com/3b1b/manim/commit/54ad3550ef0c0e2fda46b26700a43fa8cde0973f>`__: Fixed bug with SVG rectangles - Fixed bug with SVG rectangles (`54ad355 <https://github.com/3b1b/manim/commit/54ad3550ef0c0e2fda46b26700a43fa8cde0973f>`__)
- `d45ea28 <https://github.com/3b1b/manim/commit/d45ea28dc1d92ab9c639a047c00c151382eb0131>`__: Fixed ``DotCloud.set_radii`` - Fixed ``DotCloud.set_radii`` (`d45ea28 <https://github.com/3b1b/manim/commit/d45ea28dc1d92ab9c639a047c00c151382eb0131>`__)
- `b543cc0 <https://github.com/3b1b/manim/commit/b543cc0e32d45399ee81638b6d4fb631437664cd>`__: Temporarily fixed bug for ``PMobject`` array resizing - Temporarily fixed bug for ``PMobject`` array resizing (`b543cc0 <https://github.com/3b1b/manim/commit/b543cc0e32d45399ee81638b6d4fb631437664cd>`__)
- `5f878a2 <https://github.com/3b1b/manim/commit/5f878a2c1aa531b7682bd048468c72d2835c7fe5>`__: Fixed ``match_style`` - Fixed ``match_style`` (`5f878a2 <https://github.com/3b1b/manim/commit/5f878a2c1aa531b7682bd048468c72d2835c7fe5>`__)
- `719c81d <https://github.com/3b1b/manim/commit/719c81d72b00dcf49f148d7c146774b22e0fe348>`__: Fixed negative ``path_arc`` case - Fixed negative ``path_arc`` case (`719c81d <https://github.com/3b1b/manim/commit/719c81d72b00dcf49f148d7c146774b22e0fe348>`__)
- `c726eb7 <https://github.com/3b1b/manim/commit/c726eb7a180b669ee81a18555112de26a8aff6d6>`__: Fixed bug with ``CoordinateSystem.get_lines_parallel_to_axis`` - Fixed bug with ``CoordinateSystem.get_lines_parallel_to_axis`` (`c726eb7 <https://github.com/3b1b/manim/commit/c726eb7a180b669ee81a18555112de26a8aff6d6>`__)
- `7732d2f <https://github.com/3b1b/manim/commit/7732d2f0ee10449c5731499396d4911c03e89648>`__: Fixed ``ComplexPlane`` -i display bug - Fixed ``ComplexPlane`` -i display bug (`7732d2f <https://github.com/3b1b/manim/commit/7732d2f0ee10449c5731499396d4911c03e89648>`__)
New Features New Features
^^^^^^^^^^^^ ^^^^^^^^^^^^
- `#1598 <https://github.com/3b1b/manim/pull/1598>`__: Supported the elliptical arc command ``A`` for ``SVGMobject`` - Supported the elliptical arc command ``A`` for ``SVGMobject`` (`#1598 <https://github.com/3b1b/manim/pull/1598>`__)
- `#1607 <https://github.com/3b1b/manim/pull/1607>`__: Added ``FlashyFadeIn`` - Added ``FlashyFadeIn`` (`#1607 <https://github.com/3b1b/manim/pull/1607>`__)
- `#1607 <https://github.com/3b1b/manim/pull/1607>`__: Save triangulation - Save triangulation (`#1607 <https://github.com/3b1b/manim/pull/1607>`__)
- `#1625 <https://github.com/3b1b/manim/pull/1625>`__: Added new ``Code`` mobject - Added new ``Code`` mobject (`#1625 <https://github.com/3b1b/manim/pull/1625>`__)
- `#1637 <https://github.com/3b1b/manim/pull/1637>`__: Add warnings and use rich to display log - Add warnings and use rich to display log (`#1637 <https://github.com/3b1b/manim/pull/1637>`__)
- `bd356da <https://github.com/3b1b/manim/commit/bd356daa99bfe3134fcb192a5f72e0d76d853801>`__: Added ``VCube`` - Added ``VCube`` (`bd356da <https://github.com/3b1b/manim/commit/bd356daa99bfe3134fcb192a5f72e0d76d853801>`__)
- `6d72893 <https://github.com/3b1b/manim/commit/6d7289338234acc6658b9377c0f0084aa1fa7119>`__: Supported ``ValueTracker`` to track vectors - Supported ``ValueTracker`` to track vectors (`6d72893 <https://github.com/3b1b/manim/commit/6d7289338234acc6658b9377c0f0084aa1fa7119>`__)
- `3bb8f3f <https://github.com/3b1b/manim/commit/3bb8f3f0422a5dfba0da6ef122dc0c01f31aff03>`__: Added ``set_max_width``, ``set_max_height``, ``set_max_depth`` to ``Mobject`` - Added ``set_max_width``, ``set_max_height``, ``set_max_depth`` to ``Mobject`` (`3bb8f3f <https://github.com/3b1b/manim/commit/3bb8f3f0422a5dfba0da6ef122dc0c01f31aff03>`__)
- `a35dd5a <https://github.com/3b1b/manim/commit/a35dd5a3cbdeffa3891d5aa5f80287c18dba2f7f>`__: Added ``TracgTail`` - Added ``TracgTail`` (`a35dd5a <https://github.com/3b1b/manim/commit/a35dd5a3cbdeffa3891d5aa5f80287c18dba2f7f>`__)
- `acba13f <https://github.com/3b1b/manim/commit/acba13f4991b78d54c0bf93cce7ca3b351c25476>`__: Added ``Scene.point_to_mobject`` - Added ``Scene.point_to_mobject`` (`acba13f <https://github.com/3b1b/manim/commit/acba13f4991b78d54c0bf93cce7ca3b351c25476>`__)
- `f84b8a6 <https://github.com/3b1b/manim/commit/f84b8a66fe9e8b3872e5c716c5c240c14bb555ee>`__: Added poly_fractal shader - Added poly_fractal shader (`f84b8a6 <https://github.com/3b1b/manim/commit/f84b8a66fe9e8b3872e5c716c5c240c14bb555ee>`__)
- `b24ba19 <https://github.com/3b1b/manim/commit/b24ba19dec48ba4e38acbde8eec6d3a308b6ab83>`__: Added kwargs to ``TipableVMobject.set_length`` - Added kwargs to ``TipableVMobject.set_length`` (`b24ba19 <https://github.com/3b1b/manim/commit/b24ba19dec48ba4e38acbde8eec6d3a308b6ab83>`__)
- `17c2772 <https://github.com/3b1b/manim/commit/17c2772b84abf6392a4170030e36e981de4737d0>`__: Added ``Mobject.replicate`` - Added ``Mobject.replicate`` (`17c2772 <https://github.com/3b1b/manim/commit/17c2772b84abf6392a4170030e36e981de4737d0>`__)
- `33fa76d <https://github.com/3b1b/manim/commit/33fa76dfac36e70bb5fad69dc6a336800c6dacce>`__: Added mandelbrot_fractal shader - Added mandelbrot_fractal shader (`33fa76d <https://github.com/3b1b/manim/commit/33fa76dfac36e70bb5fad69dc6a336800c6dacce>`__)
- `f22a341 <https://github.com/3b1b/manim/commit/f22a341e8411eae9331d4dd976b5e15bc6db08d9>`__: Saved state before each embed - Saved state before each embed (`f22a341 <https://github.com/3b1b/manim/commit/f22a341e8411eae9331d4dd976b5e15bc6db08d9>`__)
- `e10a752 <https://github.com/3b1b/manim/commit/e10a752c0001e8981038faa03be4de2603d3565f>`__: Allowed releasing of Textures - Allowed releasing of Textures (`e10a752 <https://github.com/3b1b/manim/commit/e10a752c0001e8981038faa03be4de2603d3565f>`__)
- `14fbed7 <https://github.com/3b1b/manim/commit/14fbed76da4b493191136caebb8a955e2d41265b>`__: Consolidated and renamed newton_fractal shader - Consolidated and renamed newton_fractal shader (`14fbed7 <https://github.com/3b1b/manim/commit/14fbed76da4b493191136caebb8a955e2d41265b>`__)
- `6cdbe0d <https://github.com/3b1b/manim/commit/6cdbe0d67a11ab14a6d84840a114ae6d3af10168>`__: Hade ``ImageMoject`` remember the filepath to the Image - Hade ``ImageMoject`` remember the filepath to the Image (`6cdbe0d <https://github.com/3b1b/manim/commit/6cdbe0d67a11ab14a6d84840a114ae6d3af10168>`__)
Refactor Refactor
^^^^^^^^ ^^^^^^^^
- `#1601 <https://github.com/3b1b/manim/pull/1601>`__: Changed back to simpler ``Mobject.scale`` implementation - Changed back to simpler ``Mobject.scale`` implementation (`#1601 <https://github.com/3b1b/manim/pull/1601>`__)
- `b667db2 <https://github.com/3b1b/manim/commit/b667db2d311a11cbbca2a6ff511d2c3cf1675486>`__: Simplified ``Square`` - Simplified ``Square`` (`b667db2 <https://github.com/3b1b/manim/commit/b667db2d311a11cbbca2a6ff511d2c3cf1675486>`__)
- `40290ad <https://github.com/3b1b/manim/commit/40290ada8343f10901fa9151cbdf84689667786d>`__: Removed unused parameter ``triangulation_locked`` - Removed unused parameter ``triangulation_locked`` (`40290ad <https://github.com/3b1b/manim/commit/40290ada8343f10901fa9151cbdf84689667786d>`__)
- `8647a64 <https://github.com/3b1b/manim/commit/8647a6429dd0c52cba14e971b8c09194a93cfd87>`__: Reimplemented ``Arrow`` - Reimplemented ``Arrow`` (`8647a64 <https://github.com/3b1b/manim/commit/8647a6429dd0c52cba14e971b8c09194a93cfd87>`__)
- `d8378d8 <https://github.com/3b1b/manim/commit/d8378d8157040cd797cc47ef9576beffd8607863>`__: Used ``make_approximately_smooth`` for ``set_points_smoothly`` by default - Used ``make_approximately_smooth`` for ``set_points_smoothly`` by default (`d8378d8 <https://github.com/3b1b/manim/commit/d8378d8157040cd797cc47ef9576beffd8607863>`__)
- `7b4199c <https://github.com/3b1b/manim/commit/7b4199c674e291f1b84678828b63b6bd4fcc6b17>`__: Refactored to call ``_handle_scale_side_effects`` after scaling takes place - Refactored to call ``_handle_scale_side_effects`` after scaling takes place (`7b4199c <https://github.com/3b1b/manim/commit/7b4199c674e291f1b84678828b63b6bd4fcc6b17>`__)
- `7356a36 <https://github.com/3b1b/manim/commit/7356a36fa70a8279b43ae74e247cbd43b2bfd411>`__: Refactored to only call ``throw_error_if_no_points`` once for ``get_start_and_end`` - Refactored to only call ``throw_error_if_no_points`` once for ``get_start_and_end`` (`7356a36 <https://github.com/3b1b/manim/commit/7356a36fa70a8279b43ae74e247cbd43b2bfd411>`__)
- `0787c4f <https://github.com/3b1b/manim/commit/0787c4f36270a6560b50ce3e07b30b0ec5f2ba3e>`__: Made sure framerate is 30 for previewed scenes - Made sure framerate is 30 for previewed scenes (`0787c4f <https://github.com/3b1b/manim/commit/0787c4f36270a6560b50ce3e07b30b0ec5f2ba3e>`__)
- `c635f19 <https://github.com/3b1b/manim/commit/c635f19f2a33e916509e53ded46f55e2afa8f5f2>`__: Pushed ``pixel_coords_to_space_coords`` to ``Window`` - Pushed ``pixel_coords_to_space_coords`` to ``Window`` (`c635f19 <https://github.com/3b1b/manim/commit/c635f19f2a33e916509e53ded46f55e2afa8f5f2>`__)
- `d5a88d0 <https://github.com/3b1b/manim/commit/d5a88d0fa457cfcf4cb9db417a098c37c95c7051>`__: Refactored to pass tuples and not arrays to uniforms - Refactored to pass tuples and not arrays to uniforms (`d5a88d0 <https://github.com/3b1b/manim/commit/d5a88d0fa457cfcf4cb9db417a098c37c95c7051>`__)
- `9483f26 <https://github.com/3b1b/manim/commit/9483f26a3b056de0e34f27acabd1a946f1adbdf9>`__: Refactored to copy uniform arrays in ``Mobject.copy`` - Refactored to copy uniform arrays in ``Mobject.copy`` (`9483f26 <https://github.com/3b1b/manim/commit/9483f26a3b056de0e34f27acabd1a946f1adbdf9>`__)
- `ed1fc4d <https://github.com/3b1b/manim/commit/ed1fc4d5f94467d602a568466281ca2d0368b506>`__: Added ``bounding_box`` as exceptional key to point_cloud mobject - Added ``bounding_box`` as exceptional key to point_cloud mobject (`ed1fc4d <https://github.com/3b1b/manim/commit/ed1fc4d5f94467d602a568466281ca2d0368b506>`__)
- `329d2c6 <https://github.com/3b1b/manim/commit/329d2c6eaec3d88bfb754b555575a3ea7c97a7e0>`__: Made sure stroke width is always a float - Made sure stroke width is always a float (`329d2c6 <https://github.com/3b1b/manim/commit/329d2c6eaec3d88bfb754b555575a3ea7c97a7e0>`__)
v1.1.0 v1.1.0

View File

@ -9,8 +9,8 @@
<link rel="stylesheet" href="../_static/copybutton.css" /> <link rel="stylesheet" href="../_static/copybutton.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" />
<link rel="stylesheet" href="../_static/styles/default.css?f0a945aceee8f3ae92e46515"> <link rel="stylesheet" href="../_static/styles/default.css?cddaed6d4ad47f7404b689fd">
<link rel="stylesheet" href="../_static/pygments.css?f0a945aceee8f3ae92e46515"> <link rel="stylesheet" href="../_static/pygments.css?cddaed6d4ad47f7404b689fd">
<style> <style>
:root { :root {
@ -27,7 +27,7 @@
<script src="../_static/language_data.js" defer></script> <script src="../_static/language_data.js" defer></script>
<script src="../_static/clipboard.min.js"></script> <script src="../_static/clipboard.min.js"></script>
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?f0a945aceee8f3ae92e46515"></script></head> <script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?cddaed6d4ad47f7404b689fd"></script></head>
<body dir=""> <body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"> <svg xmlns="http://www.w3.org/2000/svg" style="display: none;">

View File

@ -9,8 +9,8 @@
<link rel="stylesheet" href="../_static/copybutton.css" /> <link rel="stylesheet" href="../_static/copybutton.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" />
<link rel="stylesheet" href="../_static/styles/default.css?bfb82ad1c46eaf3585b16891"> <link rel="stylesheet" href="../_static/styles/default.css?7bd355a3be556718a34c1db6">
<link rel="stylesheet" href="../_static/pygments.css?bfb82ad1c46eaf3585b16891"> <link rel="stylesheet" href="../_static/pygments.css?7bd355a3be556718a34c1db6">
<style> <style>
:root { :root {
@ -27,7 +27,7 @@
<script src="../_static/language_data.js" defer></script> <script src="../_static/language_data.js" defer></script>
<script src="../_static/clipboard.min.js"></script> <script src="../_static/clipboard.min.js"></script>
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?bfb82ad1c46eaf3585b16891"></script></head> <script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?7bd355a3be556718a34c1db6"></script></head>
<body dir=""> <body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"> <svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
@ -128,41 +128,43 @@
<section id="fixed-bugs"> <section id="fixed-bugs">
<h3>Fixed bugs<a class="headerlink" href="#fixed-bugs" title="Permalink to this headline"></a></h3> <h3>Fixed bugs<a class="headerlink" href="#fixed-bugs" title="Permalink to this headline"></a></h3>
<ul class="simple"> <ul class="simple">
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1740">#1740</a>: Bug fix for the case of calling <code class="docutils literal notranslate"><span class="pre">Write</span></code> on a null object</p></li> <li><p>Bug fix for the case of calling <code class="docutils literal notranslate"><span class="pre">Write</span></code> on a null object (<a class="reference external" href="https://github.com/3b1b/manim/pull/1740">#1740</a>)</p></li>
</ul> </ul>
</section> </section>
<section id="new-features"> <section id="new-features">
<h3>New Features<a class="headerlink" href="#new-features" title="Permalink to this headline"></a></h3> <h3>New Features<a class="headerlink" href="#new-features" title="Permalink to this headline"></a></h3>
<ul class="simple"> <ul class="simple">
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1725">#1725</a>: Added <code class="docutils literal notranslate"><span class="pre">TransformMatchingMTex</span></code></p></li> <li><p>Added <code class="docutils literal notranslate"><span class="pre">TransformMatchingMTex</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1725">#1725</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1727">#1727</a>: Added <code class="docutils literal notranslate"><span class="pre">ImplicitFunction</span></code></p></li> <li><p>Added <code class="docutils literal notranslate"><span class="pre">ImplicitFunction</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1727">#1727</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1731">#1731</a>: Added <code class="docutils literal notranslate"><span class="pre">Polyline</span></code></p></li> <li><p>Added <code class="docutils literal notranslate"><span class="pre">Polyline</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1731">#1731</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1739/commits/a64259158538eae6043566aaf3d3329ff4ac394b">#1739</a>: Allowed <code class="docutils literal notranslate"><span class="pre">Mobject.set_points</span></code> to take in an empty list, and added <code class="docutils literal notranslate"><span class="pre">Mobject.add_point</span></code></p></li> <li><p>Allowed <code class="docutils literal notranslate"><span class="pre">Mobject.set_points</span></code> to take in an empty list, and added <code class="docutils literal notranslate"><span class="pre">Mobject.add_point</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1739/commits/a64259158538eae6043566aaf3d3329ff4ac394b">#1739</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1739/commits/33d2894c167c577a15fdadbaf26488ff1f5bff87">#1739</a>: Added <code class="docutils literal notranslate"><span class="pre">Scene.refresh_locked_data</span></code></p></li> <li><p>Added <code class="docutils literal notranslate"><span class="pre">Scene.refresh_locked_data</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1739/commits/33d2894c167c577a15fdadbaf26488ff1f5bff87">#1739</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1739/commits/9a9cc8bdacb7541b7cd4a52ad705abc21f3e27fe">#1739</a>: Added presenter mode to scenes with <code class="docutils literal notranslate"><span class="pre">-p</span></code> option</p></li> <li><p>Added presenter mode to scenes with <code class="docutils literal notranslate"><span class="pre">-p</span></code> option (<a class="reference external" href="https://github.com/3b1b/manim/pull/1739/commits/9a9cc8bdacb7541b7cd4a52ad705abc21f3e27fe">#1739</a> and <a class="reference external" href="https://github.com/3b1b/manim/pull/1742">#1742</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1739/commits/9df12fcb7d8360e51cd7021d6877ca1a5c31835e">#1739</a>: Allowed for an embed by hitting <code class="docutils literal notranslate"><span class="pre">e</span></code> during interaction</p></li> <li><p>Allowed for an embed by hitting <code class="docutils literal notranslate"><span class="pre">ctrl+shift+e</span></code> during interaction (<a class="reference external" href="https://github.com/3b1b/manim/pull/1739/commits/9df12fcb7d8360e51cd7021d6877ca1a5c31835e">#1739</a> and <a class="reference external" href="https://github.com/3b1b/manim/pull/1746">#1746</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1739/commits/2798d15591a0375ae6bb9135473e6f5328267323">#1739</a>: Added <code class="docutils literal notranslate"><span class="pre">Mobject.set_min_width/height/depth</span></code></p></li> <li><p>Added <code class="docutils literal notranslate"><span class="pre">Mobject.set_min_width/height/depth</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1739/commits/2798d15591a0375ae6bb9135473e6f5328267323">#1739</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1739/commits/29a4d3e82ba94c007c996b2d1d0f923941452698">#1739</a>: Allowed <code class="docutils literal notranslate"><span class="pre">Mobject.match_coord/x/y/z</span></code> to take in a point</p></li> <li><p>Allowed <code class="docutils literal notranslate"><span class="pre">Mobject.match_coord/x/y/z</span></code> to take in a point (<a class="reference external" href="https://github.com/3b1b/manim/pull/1739/commits/29a4d3e82ba94c007c996b2d1d0f923941452698">#1739</a>)</p></li>
<li><p>Added <code class="docutils literal notranslate"><span class="pre">text_config</span></code> to <code class="docutils literal notranslate"><span class="pre">DecimalNumber</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1744">#1744</a>)</p></li>
</ul> </ul>
</section> </section>
<section id="refactor"> <section id="refactor">
<h3>Refactor<a class="headerlink" href="#refactor" title="Permalink to this headline"></a></h3> <h3>Refactor<a class="headerlink" href="#refactor" title="Permalink to this headline"></a></h3>
<ul class="simple"> <ul class="simple">
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1725">#1725</a>: Refactored <code class="docutils literal notranslate"><span class="pre">MTex</span></code></p></li> <li><p>Refactored <code class="docutils literal notranslate"><span class="pre">MTex</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1725">#1725</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1731">#1731</a>: Refactored <code class="docutils literal notranslate"><span class="pre">SVGMobject</span></code> with svgelements</p></li> <li><p>Refactored <code class="docutils literal notranslate"><span class="pre">SVGMobject</span></code> with svgelements (<a class="reference external" href="https://github.com/3b1b/manim/pull/1731">#1731</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1739/commits/2488b9e866fb1ecb842a27dd9f4956ec167e3dee">#1739</a>: Made sure <code class="docutils literal notranslate"><span class="pre">ParametricCurve</span></code> has at least one point</p></li> <li><p>Made sure <code class="docutils literal notranslate"><span class="pre">ParametricCurve</span></code> has at least one point (<a class="reference external" href="https://github.com/3b1b/manim/pull/1739/commits/2488b9e866fb1ecb842a27dd9f4956ec167e3dee">#1739</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1739/commits/6c6d387a210756c38feca7d34838aa9ac99bb58a">#1739</a>: Set default to no tips on <code class="docutils literal notranslate"><span class="pre">Axes</span></code></p></li> <li><p>Set default to no tips on <code class="docutils literal notranslate"><span class="pre">Axes</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1739/commits/6c6d387a210756c38feca7d34838aa9ac99bb58a">#1739</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1739/commits/58e06e8f6b7c5059ff315d51fd0018fec5cfbb05">#1739</a>: Stopped displaying when writing tex string is happening</p></li> <li><p>Stopped displaying when writing tex string is happening (<a class="reference external" href="https://github.com/3b1b/manim/pull/1739/commits/58e06e8f6b7c5059ff315d51fd0018fec5cfbb05">#1739</a>)</p></li>
<li><p>Reorganize inheriting order and refactor SVGMobject (<a class="reference external" href="https://github.com/3b1b/manim/pull/1745">#1745</a>)</p></li>
</ul> </ul>
</section> </section>
<section id="dependencies"> <section id="dependencies">
<h3>Dependencies<a class="headerlink" href="#dependencies" title="Permalink to this headline"></a></h3> <h3>Dependencies<a class="headerlink" href="#dependencies" title="Permalink to this headline"></a></h3>
<ul class="simple"> <ul class="simple">
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1727">#1727</a>: Added dependency on <code class="docutils literal notranslate"><span class="pre">isosurfaces</span></code></p></li> <li><p>Added dependency on <code class="docutils literal notranslate"><span class="pre">isosurfaces</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1727">#1727</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1728">#1728</a>: Removed dependency on <code class="docutils literal notranslate"><span class="pre">argparse</span></code> since its a built-in module</p></li> <li><p>Removed dependency on <code class="docutils literal notranslate"><span class="pre">argparse</span></code> since its a built-in module (<a class="reference external" href="https://github.com/3b1b/manim/pull/1728">#1728</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1728">#1728</a>: Removed dependency on <code class="docutils literal notranslate"><span class="pre">pyreadline</span></code></p></li> <li><p>Removed dependency on <code class="docutils literal notranslate"><span class="pre">pyreadline</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1728">#1728</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1731">#1731</a>: Removed dependency on <code class="docutils literal notranslate"><span class="pre">cssselect2</span></code></p></li> <li><p>Removed dependency on <code class="docutils literal notranslate"><span class="pre">cssselect2</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1731">#1731</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1731">#1731</a>: Added dependency on <code class="docutils literal notranslate"><span class="pre">svgelements</span></code></p></li> <li><p>Added dependency on <code class="docutils literal notranslate"><span class="pre">svgelements</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1731">#1731</a>)</p></li>
</ul> </ul>
</section> </section>
</section> </section>
@ -171,8 +173,8 @@
<section id="fixed-bugs-1"> <section id="fixed-bugs-1">
<h3>Fixed bugs<a class="headerlink" href="#fixed-bugs-1" title="Permalink to this headline"></a></h3> <h3>Fixed bugs<a class="headerlink" href="#fixed-bugs-1" title="Permalink to this headline"></a></h3>
<ul class="simple"> <ul class="simple">
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1724">#1724</a>: Temporarily fixed boolean operations bug</p></li> <li><p>Temporarily fixed boolean operations bug (<a class="reference external" href="https://github.com/3b1b/manim/pull/1724">#1724</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/d2e0811285f7908e71a65e664fec88b1af1c6144">d2e0811</a>: Import <code class="docutils literal notranslate"><span class="pre">Iterable</span></code> from <code class="docutils literal notranslate"><span class="pre">collections.abc</span></code> instead of <code class="docutils literal notranslate"><span class="pre">collections</span></code> which is deprecated since python 3.9</p></li> <li><p>Import <code class="docutils literal notranslate"><span class="pre">Iterable</span></code> from <code class="docutils literal notranslate"><span class="pre">collections.abc</span></code> instead of <code class="docutils literal notranslate"><span class="pre">collections</span></code> which is deprecated since python 3.9 (<a class="reference external" href="https://github.com/3b1b/manim/commit/d2e0811285f7908e71a65e664fec88b1af1c6144">d2e0811</a>)</p></li>
</ul> </ul>
</section> </section>
</section> </section>
@ -181,39 +183,39 @@
<section id="fixed-bugs-2"> <section id="fixed-bugs-2">
<h3>Fixed bugs<a class="headerlink" href="#fixed-bugs-2" title="Permalink to this headline"></a></h3> <h3>Fixed bugs<a class="headerlink" href="#fixed-bugs-2" title="Permalink to this headline"></a></h3>
<ul class="simple"> <ul class="simple">
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1697/commits/f1996f8479f9e33d626b3b66e9eb6995ce231d86">f1996f8</a>: Temporarily fixed <code class="docutils literal notranslate"><span class="pre">Lightbulb</span></code></p></li> <li><p>Temporarily fixed <code class="docutils literal notranslate"><span class="pre">Lightbulb</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1697/commits/f1996f8479f9e33d626b3b66e9eb6995ce231d86">f1996f8</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1712">#1712</a>: Fixed some bugs of <code class="docutils literal notranslate"><span class="pre">SVGMobject</span></code></p></li> <li><p>Fixed some bugs of <code class="docutils literal notranslate"><span class="pre">SVGMobject</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1712">#1712</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1717">#1717</a>: Fixed some bugs of SVG path string parser</p></li> <li><p>Fixed some bugs of SVG path string parser (<a class="reference external" href="https://github.com/3b1b/manim/pull/1717">#1717</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1720">#1720</a>: Fixed some bugs of <code class="docutils literal notranslate"><span class="pre">MTex</span></code></p></li> <li><p>Fixed some bugs of <code class="docutils literal notranslate"><span class="pre">MTex</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1720">#1720</a>)</p></li>
</ul> </ul>
</section> </section>
<section id="new-features-1"> <section id="new-features-1">
<h3>New Features<a class="headerlink" href="#new-features-1" title="Permalink to this headline"></a></h3> <h3>New Features<a class="headerlink" href="#new-features-1" title="Permalink to this headline"></a></h3>
<ul class="simple"> <ul class="simple">
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1694">#1694</a>: Added option to add ticks on x-axis in <code class="docutils literal notranslate"><span class="pre">BarChart</span></code></p></li> <li><p>Added option to add ticks on x-axis in <code class="docutils literal notranslate"><span class="pre">BarChart</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1694">#1694</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1704">#1704</a>: Added <code class="docutils literal notranslate"><span class="pre">lable_buff</span></code> config parameter for <code class="docutils literal notranslate"><span class="pre">Brace</span></code></p></li> <li><p>Added <code class="docutils literal notranslate"><span class="pre">lable_buff</span></code> config parameter for <code class="docutils literal notranslate"><span class="pre">Brace</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1704">#1704</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1712">#1712</a>: Added support for <code class="docutils literal notranslate"><span class="pre">rotate</span> <span class="pre">skewX</span> <span class="pre">skewY</span></code> transform in SVG</p></li> <li><p>Added support for <code class="docutils literal notranslate"><span class="pre">rotate</span> <span class="pre">skewX</span> <span class="pre">skewY</span></code> transform in SVG (<a class="reference external" href="https://github.com/3b1b/manim/pull/1712">#1712</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1717">#1717</a>: Added style support to <code class="docutils literal notranslate"><span class="pre">SVGMobject</span></code></p></li> <li><p>Added style support to <code class="docutils literal notranslate"><span class="pre">SVGMobject</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1717">#1717</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1719">#1719</a>: Added parser to &lt;style&gt; element of SVG</p></li> <li><p>Added parser to &lt;style&gt; element of SVG (<a class="reference external" href="https://github.com/3b1b/manim/pull/1719">#1719</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1719">#1719</a>: Added support for &lt;line&gt; element in <code class="docutils literal notranslate"><span class="pre">SVGMobject</span></code></p></li> <li><p>Added support for &lt;line&gt; element in <code class="docutils literal notranslate"><span class="pre">SVGMobject</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1719">#1719</a>)</p></li>
</ul> </ul>
</section> </section>
<section id="refactor-1"> <section id="refactor-1">
<h3>Refactor<a class="headerlink" href="#refactor-1" title="Permalink to this headline"></a></h3> <h3>Refactor<a class="headerlink" href="#refactor-1" title="Permalink to this headline"></a></h3>
<ul class="simple"> <ul class="simple">
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1697/commits/5aa8d15d85797f68a8f169ca69fd90d441a3abbe">5aa8d15</a>: Used <code class="docutils literal notranslate"><span class="pre">FFMPEG_BIN</span></code> instead of <code class="docutils literal notranslate"><span class="pre">"ffmpeg"</span></code> for sound incorporation</p></li> <li><p>Used <code class="docutils literal notranslate"><span class="pre">FFMPEG_BIN</span></code> instead of <code class="docutils literal notranslate"><span class="pre">"ffmpeg"</span></code> for sound incorporation (<a class="reference external" href="https://github.com/3b1b/manim/pull/1697/commits/5aa8d15d85797f68a8f169ca69fd90d441a3abbe">5aa8d15</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1709">#1709</a>: Decorated <code class="docutils literal notranslate"><span class="pre">CoordinateSystem.get_axes</span></code> and <code class="docutils literal notranslate"><span class="pre">.get_all_ranges</span></code> as abstract method</p></li> <li><p>Decorated <code class="docutils literal notranslate"><span class="pre">CoordinateSystem.get_axes</span></code> and <code class="docutils literal notranslate"><span class="pre">.get_all_ranges</span></code> as abstract method (<a class="reference external" href="https://github.com/3b1b/manim/pull/1709">#1709</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1712">#1712</a>: Refactored SVG path string parser</p></li> <li><p>Refactored SVG path string parser (<a class="reference external" href="https://github.com/3b1b/manim/pull/1712">#1712</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1712">#1712</a>: Allowed <code class="docutils literal notranslate"><span class="pre">Mobject.scale</span></code> to receive iterable <code class="docutils literal notranslate"><span class="pre">scale_factor</span></code></p></li> <li><p>Allowed <code class="docutils literal notranslate"><span class="pre">Mobject.scale</span></code> to receive iterable <code class="docutils literal notranslate"><span class="pre">scale_factor</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1712">#1712</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1716">#1716</a>: Refactored <code class="docutils literal notranslate"><span class="pre">MTex</span></code></p></li> <li><p>Refactored <code class="docutils literal notranslate"><span class="pre">MTex</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1716">#1716</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1721">#1721</a>: Improved config helper (<code class="docutils literal notranslate"><span class="pre">manimgl</span> <span class="pre">--config</span></code>)</p></li> <li><p>Improved config helper (<code class="docutils literal notranslate"><span class="pre">manimgl</span> <span class="pre">--config</span></code>) (<a class="reference external" href="https://github.com/3b1b/manim/pull/1721">#1721</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1723">#1723</a>: Refactored <code class="docutils literal notranslate"><span class="pre">MTex</span></code></p></li> <li><p>Refactored <code class="docutils literal notranslate"><span class="pre">MTex</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1723">#1723</a>)</p></li>
</ul> </ul>
</section> </section>
<section id="dependencies-1"> <section id="dependencies-1">
<h3>Dependencies<a class="headerlink" href="#dependencies-1" title="Permalink to this headline"></a></h3> <h3>Dependencies<a class="headerlink" href="#dependencies-1" title="Permalink to this headline"></a></h3>
<ul class="simple"> <ul class="simple">
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1719">#1719</a>: Added dependency on python package <a class="reference external" href="https://github.com/Kozea/cssselect2">cssselect2</a></p></li> <li><p>Added dependency on python package <a class="reference external" href="https://github.com/Kozea/cssselect2">cssselect2</a> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1719">#1719</a>)</p></li>
</ul> </ul>
</section> </section>
</section> </section>
@ -222,22 +224,22 @@
<section id="fixed-bugs-3"> <section id="fixed-bugs-3">
<h3>Fixed bugs<a class="headerlink" href="#fixed-bugs-3" title="Permalink to this headline"></a></h3> <h3>Fixed bugs<a class="headerlink" href="#fixed-bugs-3" title="Permalink to this headline"></a></h3>
<ul class="simple"> <ul class="simple">
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1653">#1653</a>: Fixed <code class="docutils literal notranslate"><span class="pre">Mobject.stretch_to_fit_depth</span></code></p></li> <li><p>Fixed <code class="docutils literal notranslate"><span class="pre">Mobject.stretch_to_fit_depth</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1653">#1653</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1655">#1655</a>: Fixed the bug of rotating camera</p></li> <li><p>Fixed the bug of rotating camera (<a class="reference external" href="https://github.com/3b1b/manim/pull/1655">#1655</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1688/commits/c73d507c76af5c8602d4118bc7538ba04c03ebae">c73d507</a>: Fixed <code class="docutils literal notranslate"><span class="pre">SurfaceMesh</span></code> to be evenly spaced</p></li> <li><p>Fixed <code class="docutils literal notranslate"><span class="pre">SurfaceMesh</span></code> to be evenly spaced (<a class="reference external" href="https://github.com/3b1b/manim/pull/1688/commits/c73d507c76af5c8602d4118bc7538ba04c03ebae">c73d507</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1688/commits/82bd02d21fbd89b71baa21e077e143f440df9014">82bd02d</a>: Fixed <code class="docutils literal notranslate"><span class="pre">angle_between_vectors</span></code> add <code class="docutils literal notranslate"><span class="pre">rotation_between_vectors</span></code></p></li> <li><p>Fixed <code class="docutils literal notranslate"><span class="pre">angle_between_vectors</span></code> add <code class="docutils literal notranslate"><span class="pre">rotation_between_vectors</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1688/commits/82bd02d21fbd89b71baa21e077e143f440df9014">82bd02d</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1688/commits/a7173142bf93fd309def0cc10f3c56f5e6972332">a717314</a>: Fixed <code class="docutils literal notranslate"><span class="pre">VMobject.fade</span></code></p></li> <li><p>Fixed <code class="docutils literal notranslate"><span class="pre">VMobject.fade</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1688/commits/a7173142bf93fd309def0cc10f3c56f5e6972332">a717314</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1688/commits/fbc329d7ce3b11821d47adf6052d932f7eff724a">fbc329d</a>: Fixed <code class="docutils literal notranslate"><span class="pre">angle_between_vectors</span></code></p></li> <li><p>Fixed <code class="docutils literal notranslate"><span class="pre">angle_between_vectors</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1688/commits/fbc329d7ce3b11821d47adf6052d932f7eff724a">fbc329d</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1688/commits/bcd09906bea5eaaa5352e7bee8f3153f434cf606">bcd0990</a>: Fixed bug in <code class="docutils literal notranslate"><span class="pre">ShowSubmobjectsOneByOne</span></code></p></li> <li><p>Fixed bug in <code class="docutils literal notranslate"><span class="pre">ShowSubmobjectsOneByOne</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1688/commits/bcd09906bea5eaaa5352e7bee8f3153f434cf606">bcd0990</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1691/commits/7023548ec62c4adb2f371aab6a8c7f62deb7c33c">7023548</a>: Fixed bug in <code class="docutils literal notranslate"><span class="pre">TransformMatchingParts</span></code></p></li> <li><p>Fixed bug in <code class="docutils literal notranslate"><span class="pre">TransformMatchingParts</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1691/commits/7023548ec62c4adb2f371aab6a8c7f62deb7c33c">7023548</a>)</p></li>
</ul> </ul>
</section> </section>
<section id="new-features-2"> <section id="new-features-2">
<h3>New Features<a class="headerlink" href="#new-features-2" title="Permalink to this headline"></a></h3> <h3>New Features<a class="headerlink" href="#new-features-2" title="Permalink to this headline"></a></h3>
<ul class="simple"> <ul class="simple">
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/e10f850d0d9f971931cc85d44befe67dc842af6d">e10f850</a>: Added CLI flag <code class="docutils literal notranslate"><span class="pre">--log-level</span></code> to specify log level</p></li> <li><p>Added CLI flag <code class="docutils literal notranslate"><span class="pre">--log-level</span></code> to specify log level (<a class="reference external" href="https://github.com/3b1b/manim/commit/e10f850d0d9f971931cc85d44befe67dc842af6d">e10f850</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1667">#1667</a>: Added operations (<code class="docutils literal notranslate"><span class="pre">+</span></code> and <code class="docutils literal notranslate"><span class="pre">*</span></code>) for <code class="docutils literal notranslate"><span class="pre">Mobject</span></code></p></li> <li><p>Added operations (<code class="docutils literal notranslate"><span class="pre">+</span></code> and <code class="docutils literal notranslate"><span class="pre">*</span></code>) for <code class="docutils literal notranslate"><span class="pre">Mobject</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1667">#1667</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1675">#1675</a>: Added 4 boolean operations for <code class="docutils literal notranslate"><span class="pre">VMobject</span></code> in <code class="docutils literal notranslate"><span class="pre">manimlib/mobject/boolean_ops.py</span></code></p> <li><p>Added 4 boolean operations for <code class="docutils literal notranslate"><span class="pre">VMobject</span></code> in <code class="docutils literal notranslate"><span class="pre">manimlib/mobject/boolean_ops.py</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1675">#1675</a>)</p>
<ul> <ul>
<li><p><code class="docutils literal notranslate"><span class="pre">Union(*vmobjects,</span> <span class="pre">**kwargs)</span></code></p></li> <li><p><code class="docutils literal notranslate"><span class="pre">Union(*vmobjects,</span> <span class="pre">**kwargs)</span></code></p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">Difference(subject,</span> <span class="pre">clip,</span> <span class="pre">**kwargs)</span></code></p></li> <li><p><code class="docutils literal notranslate"><span class="pre">Difference(subject,</span> <span class="pre">clip,</span> <span class="pre">**kwargs)</span></code></p></li>
@ -245,44 +247,44 @@
<li><p><code class="docutils literal notranslate"><span class="pre">Exclusion(*vmobjects,</span> <span class="pre">**kwargs)</span></code></p></li> <li><p><code class="docutils literal notranslate"><span class="pre">Exclusion(*vmobjects,</span> <span class="pre">**kwargs)</span></code></p></li>
</ul> </ul>
</li> </li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1688/commits/81c3ae30372e288dc772633dbd17def6e603753e">81c3ae3</a>: Added reflectiveness</p></li> <li><p>Added reflectiveness (<a class="reference external" href="https://github.com/3b1b/manim/pull/1688/commits/81c3ae30372e288dc772633dbd17def6e603753e">81c3ae3</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1688/commits/2c7689ed9e81229ce87c648f97f26267956c0bc9">2c7689e</a>: Enabled <code class="docutils literal notranslate"><span class="pre">glow_factor</span></code> on <code class="docutils literal notranslate"><span class="pre">DotCloud</span></code></p></li> <li><p>Enabled <code class="docutils literal notranslate"><span class="pre">glow_factor</span></code> on <code class="docutils literal notranslate"><span class="pre">DotCloud</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1688/commits/2c7689ed9e81229ce87c648f97f26267956c0bc9">2c7689e</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1688/commits/d065e1973d1d6ebd2bece81ce4bdf0c2fff7c772">d065e19</a>: Added option <code class="docutils literal notranslate"><span class="pre">-e</span></code> to insert embed line from the command line</p></li> <li><p>Added option <code class="docutils literal notranslate"><span class="pre">-e</span></code> to insert embed line from the command line (<a class="reference external" href="https://github.com/3b1b/manim/pull/1688/commits/d065e1973d1d6ebd2bece81ce4bdf0c2fff7c772">d065e19</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1688/commits/0e78027186a976f7e5fa8d586f586bf6e6baab8d">0e78027</a>: Improved <code class="docutils literal notranslate"><span class="pre">point_from_proportion</span></code> to account for arc length</p></li> <li><p>Improved <code class="docutils literal notranslate"><span class="pre">point_from_proportion</span></code> to account for arc length (<a class="reference external" href="https://github.com/3b1b/manim/pull/1688/commits/0e78027186a976f7e5fa8d586f586bf6e6baab8d">0e78027</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1688/commits/781a9934fda6ba11f22ba32e8ccddcb3ba78592e">781a993</a>: Added shortcut <code class="docutils literal notranslate"><span class="pre">set_backstroke</span></code> for setting black background stroke</p></li> <li><p>Added shortcut <code class="docutils literal notranslate"><span class="pre">set_backstroke</span></code> for setting black background stroke (<a class="reference external" href="https://github.com/3b1b/manim/pull/1688/commits/781a9934fda6ba11f22ba32e8ccddcb3ba78592e">781a993</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1688/commits/0b898a5594203668ed9cad38b490ab49ba233bd4">0b898a5</a>: Added <code class="docutils literal notranslate"><span class="pre">Suface.always_sort_to_camera</span></code></p></li> <li><p>Added <code class="docutils literal notranslate"><span class="pre">Suface.always_sort_to_camera</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1688/commits/0b898a5594203668ed9cad38b490ab49ba233bd4">0b898a5</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1688/commits/e899604a2d05f78202fcb3b9824ec34647237eae">e899604</a>: Added getter methods for specific euler angles</p></li> <li><p>Added getter methods for specific euler angles (<a class="reference external" href="https://github.com/3b1b/manim/pull/1688/commits/e899604a2d05f78202fcb3b9824ec34647237eae">e899604</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1688/commits/407c53f97c061bfd8a53beacd88af4c786f9e9ee">407c53f</a>: Hade <code class="docutils literal notranslate"><span class="pre">rotation_between_vectors</span></code> handle identical/similar vectors</p></li> <li><p>Hade <code class="docutils literal notranslate"><span class="pre">rotation_between_vectors</span></code> handle identical/similar vectors (<a class="reference external" href="https://github.com/3b1b/manim/pull/1688/commits/407c53f97c061bfd8a53beacd88af4c786f9e9ee">407c53f</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1688/commits/49743daf3244bfa11a427040bdde8e2bb79589e8">49743da</a>: Added <code class="docutils literal notranslate"><span class="pre">Mobject.insert_submobject</span></code> method</p></li> <li><p>Added <code class="docutils literal notranslate"><span class="pre">Mobject.insert_submobject</span></code> method (<a class="reference external" href="https://github.com/3b1b/manim/pull/1688/commits/49743daf3244bfa11a427040bdde8e2bb79589e8">49743da</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1688/commits/9dd1f47dabca1580d6102e34e44574b0cba556e7">9dd1f47</a>: Created single progress display for full scene render</p></li> <li><p>Created single progress display for full scene render (<a class="reference external" href="https://github.com/3b1b/manim/pull/1688/commits/9dd1f47dabca1580d6102e34e44574b0cba556e7">9dd1f47</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1691/commits/264f7b11726e9e736f0fe472f66e38539f74e848">264f7b1</a>: Added <code class="docutils literal notranslate"><span class="pre">Circle.get_radius</span></code></p></li> <li><p>Added <code class="docutils literal notranslate"><span class="pre">Circle.get_radius</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1691/commits/264f7b11726e9e736f0fe472f66e38539f74e848">264f7b1</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1691/commits/83841ae41568a9c9dff44cd163106c19a74ac281">83841ae</a>: Added <code class="docutils literal notranslate"><span class="pre">Dodecahedron</span></code></p></li> <li><p>Added <code class="docutils literal notranslate"><span class="pre">Dodecahedron</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1691/commits/83841ae41568a9c9dff44cd163106c19a74ac281">83841ae</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1691/commits/a1d51474ea1ce3b7aa3efbe4c5e221be70ee2f5b">a1d5147</a>: Added <code class="docutils literal notranslate"><span class="pre">GlowDot</span></code></p></li> <li><p>Added <code class="docutils literal notranslate"><span class="pre">GlowDot</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1691/commits/a1d51474ea1ce3b7aa3efbe4c5e221be70ee2f5b">a1d5147</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1678">#1678</a>: Added <code class="docutils literal notranslate"><span class="pre">MTex</span></code> , see <a class="reference external" href="https://github.com/3b1b/manim/pull/1678">#1678</a> for details</p></li> <li><p>Added <code class="docutils literal notranslate"><span class="pre">MTex</span></code> , see <a class="reference external" href="https://github.com/3b1b/manim/pull/1678">#1678</a> for details (<a class="reference external" href="https://github.com/3b1b/manim/pull/1678">#1678</a>)</p></li>
</ul> </ul>
</section> </section>
<section id="refactor-2"> <section id="refactor-2">
<h3>Refactor<a class="headerlink" href="#refactor-2" title="Permalink to this headline"></a></h3> <h3>Refactor<a class="headerlink" href="#refactor-2" title="Permalink to this headline"></a></h3>
<ul class="simple"> <ul class="simple">
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1662">#1662</a>: Refactored support for command <code class="docutils literal notranslate"><span class="pre">A</span></code> in path of SVG</p></li> <li><p>Refactored support for command <code class="docutils literal notranslate"><span class="pre">A</span></code> in path of SVG (<a class="reference external" href="https://github.com/3b1b/manim/pull/1662">#1662</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1662">#1662</a>: Refactored <code class="docutils literal notranslate"><span class="pre">SingleStringTex.balance_braces</span></code></p></li> <li><p>Refactored <code class="docutils literal notranslate"><span class="pre">SingleStringTex.balance_braces</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1662">#1662</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1688/commits/8b454fbe9335a7011e947093230b07a74ba9c653">8b454fb</a>: Slight tweaks to how saturation_factor works on newton-fractal</p></li> <li><p>Slight tweaks to how saturation_factor works on newton-fractal (<a class="reference external" href="https://github.com/3b1b/manim/pull/1688/commits/8b454fbe9335a7011e947093230b07a74ba9c653">8b454fb</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1688/commits/317a5d6226475b6b54a78db7116c373ef84ea923">317a5d6</a>: Made it possible to set full screen preview as a default</p></li> <li><p>Made it possible to set full screen preview as a default (<a class="reference external" href="https://github.com/3b1b/manim/pull/1688/commits/317a5d6226475b6b54a78db7116c373ef84ea923">317a5d6</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1688/commits/e764da3c3adc5ae2a4ce877b340d2b6abcddc2fc">e764da3</a>: Used <code class="docutils literal notranslate"><span class="pre">quick_point_from_proportion</span></code> for graph points</p></li> <li><p>Used <code class="docutils literal notranslate"><span class="pre">quick_point_from_proportion</span></code> for graph points (<a class="reference external" href="https://github.com/3b1b/manim/pull/1688/commits/e764da3c3adc5ae2a4ce877b340d2b6abcddc2fc">e764da3</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1688/commits/d2182b9112300558b6c074cefd685f97c10b3898">d2182b9</a>: Made sure <code class="docutils literal notranslate"><span class="pre">Line.set_length</span></code> returns self</p></li> <li><p>Made sure <code class="docutils literal notranslate"><span class="pre">Line.set_length</span></code> returns self (<a class="reference external" href="https://github.com/3b1b/manim/pull/1688/commits/d2182b9112300558b6c074cefd685f97c10b3898">d2182b9</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1688/commits/eea3c6b29438f9e9325329c4355e76b9f635e97a">eea3c6b</a>: Better align <code class="docutils literal notranslate"><span class="pre">SurfaceMesh</span></code> to the corresponding surface polygons</p></li> <li><p>Better align <code class="docutils literal notranslate"><span class="pre">SurfaceMesh</span></code> to the corresponding surface polygons (<a class="reference external" href="https://github.com/3b1b/manim/pull/1688/commits/eea3c6b29438f9e9325329c4355e76b9f635e97a">eea3c6b</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1688/commits/ee1594a3cb7a79b8fc361e4c4397a88c7d20c7e3">ee1594a</a>: Match <code class="docutils literal notranslate"><span class="pre">fix_in_frame</span></code> status for <code class="docutils literal notranslate"><span class="pre">FlashAround</span></code> mobject</p></li> <li><p>Match <code class="docutils literal notranslate"><span class="pre">fix_in_frame</span></code> status for <code class="docutils literal notranslate"><span class="pre">FlashAround</span></code> mobject (<a class="reference external" href="https://github.com/3b1b/manim/pull/1688/commits/ee1594a3cb7a79b8fc361e4c4397a88c7d20c7e3">ee1594a</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1688/commits/ba23fbe71e4a038201cd7df1d200514ed1c13bc2">ba23fbe</a>: Made sure <code class="docutils literal notranslate"><span class="pre">Mobject.is_fixed_in_frame</span></code> stays updated with uniforms</p></li> <li><p>Made sure <code class="docutils literal notranslate"><span class="pre">Mobject.is_fixed_in_frame</span></code> stays updated with uniforms (<a class="reference external" href="https://github.com/3b1b/manim/pull/1688/commits/ba23fbe71e4a038201cd7df1d200514ed1c13bc2">ba23fbe</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1691/commits/98b0d266d2475926a606331923cca3dc1dea97ad">98b0d26</a>: Made sure <code class="docutils literal notranslate"><span class="pre">skip_animations</span></code> and <code class="docutils literal notranslate"><span class="pre">start_at_animation_number</span></code> play well together</p></li> <li><p>Made sure <code class="docutils literal notranslate"><span class="pre">skip_animations</span></code> and <code class="docutils literal notranslate"><span class="pre">start_at_animation_number</span></code> play well together (<a class="reference external" href="https://github.com/3b1b/manim/pull/1691/commits/98b0d266d2475926a606331923cca3dc1dea97ad">98b0d26</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1691/commits/f8e6e7df3ceb6f3d845ced4b690a85b35e0b8d00">f8e6e7d</a>: Updated progress display for full scene render</p></li> <li><p>Updated progress display for full scene render (<a class="reference external" href="https://github.com/3b1b/manim/pull/1691/commits/f8e6e7df3ceb6f3d845ced4b690a85b35e0b8d00">f8e6e7d</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1691/commits/8f1dfabff04a8456f5c4df75b0f97d50b2755003">8f1dfab</a>: <code class="docutils literal notranslate"><span class="pre">VectorizedPoint</span></code> should call <code class="docutils literal notranslate"><span class="pre">__init__</span></code> for both super classes</p></li> <li><p><code class="docutils literal notranslate"><span class="pre">VectorizedPoint</span></code> should call <code class="docutils literal notranslate"><span class="pre">__init__</span></code> for both super classes (<a class="reference external" href="https://github.com/3b1b/manim/pull/1691/commits/8f1dfabff04a8456f5c4df75b0f97d50b2755003">8f1dfab</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1691/commits/758f329a06a0c198b27a48c577575d94554305bf">758f329</a>: Used array copy when checking need for refreshing triangulation</p></li> <li><p>Used array copy when checking need for refreshing triangulation (<a class="reference external" href="https://github.com/3b1b/manim/pull/1691/commits/758f329a06a0c198b27a48c577575d94554305bf">758f329</a>)</p></li>
</ul> </ul>
</section> </section>
<section id="dependencies-2"> <section id="dependencies-2">
<h3>Dependencies<a class="headerlink" href="#dependencies-2" title="Permalink to this headline"></a></h3> <h3>Dependencies<a class="headerlink" href="#dependencies-2" title="Permalink to this headline"></a></h3>
<ul class="simple"> <ul class="simple">
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1675">#1675</a>: Added dependency on python package <a class="reference external" href="https://github.com/fonttools/skia-pathops">skia-pathops</a></p></li> <li><p>Added dependency on python package <a class="reference external" href="https://github.com/fonttools/skia-pathops">skia-pathops</a> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1675">#1675</a>)</p></li>
</ul> </ul>
</section> </section>
</section> </section>
@ -291,59 +293,59 @@
<section id="fixed-bugs-4"> <section id="fixed-bugs-4">
<h3>Fixed bugs<a class="headerlink" href="#fixed-bugs-4" title="Permalink to this headline"></a></h3> <h3>Fixed bugs<a class="headerlink" href="#fixed-bugs-4" title="Permalink to this headline"></a></h3>
<ul class="simple"> <ul class="simple">
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1592">#1592</a>: Fixed <code class="docutils literal notranslate"><span class="pre">put_start_and_end_on</span></code> in 3D</p></li> <li><p>Fixed <code class="docutils literal notranslate"><span class="pre">put_start_and_end_on</span></code> in 3D (<a class="reference external" href="https://github.com/3b1b/manim/pull/1592">#1592</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1601">#1601</a>: Fixed <code class="docutils literal notranslate"><span class="pre">DecimalNumber</span></code>s scaling issue</p></li> <li><p>Fixed <code class="docutils literal notranslate"><span class="pre">DecimalNumber</span></code>s scaling issue (<a class="reference external" href="https://github.com/3b1b/manim/pull/1601">#1601</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/56df15453f3e3837ed731581e52a1d76d5692077">56df154</a>: Fixed bug with common range array used for all coordinate systems</p></li> <li><p>Fixed bug with common range array used for all coordinate systems (<a class="reference external" href="https://github.com/3b1b/manim/commit/56df15453f3e3837ed731581e52a1d76d5692077">56df154</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/86458942550c639a241267d04d57d0e909fcf252">8645894</a>: Fixed <code class="docutils literal notranslate"><span class="pre">CoordinateSystem</span></code> init bug</p></li> <li><p>Fixed <code class="docutils literal notranslate"><span class="pre">CoordinateSystem</span></code> init bug (<a class="reference external" href="https://github.com/3b1b/manim/commit/86458942550c639a241267d04d57d0e909fcf252">8645894</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/0dc096bf576ea900b351e6f4a80c13a77676f89b">0dc096b</a>: Fixed bug for single-valued <code class="docutils literal notranslate"><span class="pre">ValueTracker</span></code></p></li> <li><p>Fixed bug for single-valued <code class="docutils literal notranslate"><span class="pre">ValueTracker</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/commit/0dc096bf576ea900b351e6f4a80c13a77676f89b">0dc096b</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/54ad3550ef0c0e2fda46b26700a43fa8cde0973f">54ad355</a>: Fixed bug with SVG rectangles</p></li> <li><p>Fixed bug with SVG rectangles (<a class="reference external" href="https://github.com/3b1b/manim/commit/54ad3550ef0c0e2fda46b26700a43fa8cde0973f">54ad355</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/d45ea28dc1d92ab9c639a047c00c151382eb0131">d45ea28</a>: Fixed <code class="docutils literal notranslate"><span class="pre">DotCloud.set_radii</span></code></p></li> <li><p>Fixed <code class="docutils literal notranslate"><span class="pre">DotCloud.set_radii</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/commit/d45ea28dc1d92ab9c639a047c00c151382eb0131">d45ea28</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/b543cc0e32d45399ee81638b6d4fb631437664cd">b543cc0</a>: Temporarily fixed bug for <code class="docutils literal notranslate"><span class="pre">PMobject</span></code> array resizing</p></li> <li><p>Temporarily fixed bug for <code class="docutils literal notranslate"><span class="pre">PMobject</span></code> array resizing (<a class="reference external" href="https://github.com/3b1b/manim/commit/b543cc0e32d45399ee81638b6d4fb631437664cd">b543cc0</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/5f878a2c1aa531b7682bd048468c72d2835c7fe5">5f878a2</a>: Fixed <code class="docutils literal notranslate"><span class="pre">match_style</span></code></p></li> <li><p>Fixed <code class="docutils literal notranslate"><span class="pre">match_style</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/commit/5f878a2c1aa531b7682bd048468c72d2835c7fe5">5f878a2</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/719c81d72b00dcf49f148d7c146774b22e0fe348">719c81d</a>: Fixed negative <code class="docutils literal notranslate"><span class="pre">path_arc</span></code> case</p></li> <li><p>Fixed negative <code class="docutils literal notranslate"><span class="pre">path_arc</span></code> case (<a class="reference external" href="https://github.com/3b1b/manim/commit/719c81d72b00dcf49f148d7c146774b22e0fe348">719c81d</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/c726eb7a180b669ee81a18555112de26a8aff6d6">c726eb7</a>: Fixed bug with <code class="docutils literal notranslate"><span class="pre">CoordinateSystem.get_lines_parallel_to_axis</span></code></p></li> <li><p>Fixed bug with <code class="docutils literal notranslate"><span class="pre">CoordinateSystem.get_lines_parallel_to_axis</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/commit/c726eb7a180b669ee81a18555112de26a8aff6d6">c726eb7</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/7732d2f0ee10449c5731499396d4911c03e89648">7732d2f</a>: Fixed <code class="docutils literal notranslate"><span class="pre">ComplexPlane</span></code> -i display bug</p></li> <li><p>Fixed <code class="docutils literal notranslate"><span class="pre">ComplexPlane</span></code> -i display bug (<a class="reference external" href="https://github.com/3b1b/manim/commit/7732d2f0ee10449c5731499396d4911c03e89648">7732d2f</a>)</p></li>
</ul> </ul>
</section> </section>
<section id="new-features-3"> <section id="new-features-3">
<h3>New Features<a class="headerlink" href="#new-features-3" title="Permalink to this headline"></a></h3> <h3>New Features<a class="headerlink" href="#new-features-3" title="Permalink to this headline"></a></h3>
<ul class="simple"> <ul class="simple">
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1598">#1598</a>: Supported the elliptical arc command <code class="docutils literal notranslate"><span class="pre">A</span></code> for <code class="docutils literal notranslate"><span class="pre">SVGMobject</span></code></p></li> <li><p>Supported the elliptical arc command <code class="docutils literal notranslate"><span class="pre">A</span></code> for <code class="docutils literal notranslate"><span class="pre">SVGMobject</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1598">#1598</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1607">#1607</a>: Added <code class="docutils literal notranslate"><span class="pre">FlashyFadeIn</span></code></p></li> <li><p>Added <code class="docutils literal notranslate"><span class="pre">FlashyFadeIn</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/pull/1607">#1607</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1607">#1607</a>: Save triangulation</p></li> <li><p>Save triangulation (<a class="reference external" href="https://github.com/3b1b/manim/pull/1607">#1607</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1625">#1625</a>: Added new <code class="docutils literal notranslate"><span class="pre">Code</span></code> mobject</p></li> <li><p>Added new <code class="docutils literal notranslate"><span class="pre">Code</span></code> mobject (<a class="reference external" href="https://github.com/3b1b/manim/pull/1625">#1625</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1637">#1637</a>: Add warnings and use rich to display log</p></li> <li><p>Add warnings and use rich to display log (<a class="reference external" href="https://github.com/3b1b/manim/pull/1637">#1637</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/bd356daa99bfe3134fcb192a5f72e0d76d853801">bd356da</a>: Added <code class="docutils literal notranslate"><span class="pre">VCube</span></code></p></li> <li><p>Added <code class="docutils literal notranslate"><span class="pre">VCube</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/commit/bd356daa99bfe3134fcb192a5f72e0d76d853801">bd356da</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/6d7289338234acc6658b9377c0f0084aa1fa7119">6d72893</a>: Supported <code class="docutils literal notranslate"><span class="pre">ValueTracker</span></code> to track vectors</p></li> <li><p>Supported <code class="docutils literal notranslate"><span class="pre">ValueTracker</span></code> to track vectors (<a class="reference external" href="https://github.com/3b1b/manim/commit/6d7289338234acc6658b9377c0f0084aa1fa7119">6d72893</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/3bb8f3f0422a5dfba0da6ef122dc0c01f31aff03">3bb8f3f</a>: Added <code class="docutils literal notranslate"><span class="pre">set_max_width</span></code>, <code class="docutils literal notranslate"><span class="pre">set_max_height</span></code>, <code class="docutils literal notranslate"><span class="pre">set_max_depth</span></code> to <code class="docutils literal notranslate"><span class="pre">Mobject</span></code></p></li> <li><p>Added <code class="docutils literal notranslate"><span class="pre">set_max_width</span></code>, <code class="docutils literal notranslate"><span class="pre">set_max_height</span></code>, <code class="docutils literal notranslate"><span class="pre">set_max_depth</span></code> to <code class="docutils literal notranslate"><span class="pre">Mobject</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/commit/3bb8f3f0422a5dfba0da6ef122dc0c01f31aff03">3bb8f3f</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/a35dd5a3cbdeffa3891d5aa5f80287c18dba2f7f">a35dd5a</a>: Added <code class="docutils literal notranslate"><span class="pre">TracgTail</span></code></p></li> <li><p>Added <code class="docutils literal notranslate"><span class="pre">TracgTail</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/commit/a35dd5a3cbdeffa3891d5aa5f80287c18dba2f7f">a35dd5a</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/acba13f4991b78d54c0bf93cce7ca3b351c25476">acba13f</a>: Added <code class="docutils literal notranslate"><span class="pre">Scene.point_to_mobject</span></code></p></li> <li><p>Added <code class="docutils literal notranslate"><span class="pre">Scene.point_to_mobject</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/commit/acba13f4991b78d54c0bf93cce7ca3b351c25476">acba13f</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/f84b8a66fe9e8b3872e5c716c5c240c14bb555ee">f84b8a6</a>: Added poly_fractal shader</p></li> <li><p>Added poly_fractal shader (<a class="reference external" href="https://github.com/3b1b/manim/commit/f84b8a66fe9e8b3872e5c716c5c240c14bb555ee">f84b8a6</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/b24ba19dec48ba4e38acbde8eec6d3a308b6ab83">b24ba19</a>: Added kwargs to <code class="docutils literal notranslate"><span class="pre">TipableVMobject.set_length</span></code></p></li> <li><p>Added kwargs to <code class="docutils literal notranslate"><span class="pre">TipableVMobject.set_length</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/commit/b24ba19dec48ba4e38acbde8eec6d3a308b6ab83">b24ba19</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/17c2772b84abf6392a4170030e36e981de4737d0">17c2772</a>: Added <code class="docutils literal notranslate"><span class="pre">Mobject.replicate</span></code></p></li> <li><p>Added <code class="docutils literal notranslate"><span class="pre">Mobject.replicate</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/commit/17c2772b84abf6392a4170030e36e981de4737d0">17c2772</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/33fa76dfac36e70bb5fad69dc6a336800c6dacce">33fa76d</a>: Added mandelbrot_fractal shader</p></li> <li><p>Added mandelbrot_fractal shader (<a class="reference external" href="https://github.com/3b1b/manim/commit/33fa76dfac36e70bb5fad69dc6a336800c6dacce">33fa76d</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/f22a341e8411eae9331d4dd976b5e15bc6db08d9">f22a341</a>: Saved state before each embed</p></li> <li><p>Saved state before each embed (<a class="reference external" href="https://github.com/3b1b/manim/commit/f22a341e8411eae9331d4dd976b5e15bc6db08d9">f22a341</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/e10a752c0001e8981038faa03be4de2603d3565f">e10a752</a>: Allowed releasing of Textures</p></li> <li><p>Allowed releasing of Textures (<a class="reference external" href="https://github.com/3b1b/manim/commit/e10a752c0001e8981038faa03be4de2603d3565f">e10a752</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/14fbed76da4b493191136caebb8a955e2d41265b">14fbed7</a>: Consolidated and renamed newton_fractal shader</p></li> <li><p>Consolidated and renamed newton_fractal shader (<a class="reference external" href="https://github.com/3b1b/manim/commit/14fbed76da4b493191136caebb8a955e2d41265b">14fbed7</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/6cdbe0d67a11ab14a6d84840a114ae6d3af10168">6cdbe0d</a>: Hade <code class="docutils literal notranslate"><span class="pre">ImageMoject</span></code> remember the filepath to the Image</p></li> <li><p>Hade <code class="docutils literal notranslate"><span class="pre">ImageMoject</span></code> remember the filepath to the Image (<a class="reference external" href="https://github.com/3b1b/manim/commit/6cdbe0d67a11ab14a6d84840a114ae6d3af10168">6cdbe0d</a>)</p></li>
</ul> </ul>
</section> </section>
<section id="refactor-3"> <section id="refactor-3">
<h3>Refactor<a class="headerlink" href="#refactor-3" title="Permalink to this headline"></a></h3> <h3>Refactor<a class="headerlink" href="#refactor-3" title="Permalink to this headline"></a></h3>
<ul class="simple"> <ul class="simple">
<li><p><a class="reference external" href="https://github.com/3b1b/manim/pull/1601">#1601</a>: Changed back to simpler <code class="docutils literal notranslate"><span class="pre">Mobject.scale</span></code> implementation</p></li> <li><p>Changed back to simpler <code class="docutils literal notranslate"><span class="pre">Mobject.scale</span></code> implementation (<a class="reference external" href="https://github.com/3b1b/manim/pull/1601">#1601</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/b667db2d311a11cbbca2a6ff511d2c3cf1675486">b667db2</a>: Simplified <code class="docutils literal notranslate"><span class="pre">Square</span></code></p></li> <li><p>Simplified <code class="docutils literal notranslate"><span class="pre">Square</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/commit/b667db2d311a11cbbca2a6ff511d2c3cf1675486">b667db2</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/40290ada8343f10901fa9151cbdf84689667786d">40290ad</a>: Removed unused parameter <code class="docutils literal notranslate"><span class="pre">triangulation_locked</span></code></p></li> <li><p>Removed unused parameter <code class="docutils literal notranslate"><span class="pre">triangulation_locked</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/commit/40290ada8343f10901fa9151cbdf84689667786d">40290ad</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/8647a6429dd0c52cba14e971b8c09194a93cfd87">8647a64</a>: Reimplemented <code class="docutils literal notranslate"><span class="pre">Arrow</span></code></p></li> <li><p>Reimplemented <code class="docutils literal notranslate"><span class="pre">Arrow</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/commit/8647a6429dd0c52cba14e971b8c09194a93cfd87">8647a64</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/d8378d8157040cd797cc47ef9576beffd8607863">d8378d8</a>: Used <code class="docutils literal notranslate"><span class="pre">make_approximately_smooth</span></code> for <code class="docutils literal notranslate"><span class="pre">set_points_smoothly</span></code> by default</p></li> <li><p>Used <code class="docutils literal notranslate"><span class="pre">make_approximately_smooth</span></code> for <code class="docutils literal notranslate"><span class="pre">set_points_smoothly</span></code> by default (<a class="reference external" href="https://github.com/3b1b/manim/commit/d8378d8157040cd797cc47ef9576beffd8607863">d8378d8</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/7b4199c674e291f1b84678828b63b6bd4fcc6b17">7b4199c</a>: Refactored to call <code class="docutils literal notranslate"><span class="pre">_handle_scale_side_effects</span></code> after scaling takes place</p></li> <li><p>Refactored to call <code class="docutils literal notranslate"><span class="pre">_handle_scale_side_effects</span></code> after scaling takes place (<a class="reference external" href="https://github.com/3b1b/manim/commit/7b4199c674e291f1b84678828b63b6bd4fcc6b17">7b4199c</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/7356a36fa70a8279b43ae74e247cbd43b2bfd411">7356a36</a>: Refactored to only call <code class="docutils literal notranslate"><span class="pre">throw_error_if_no_points</span></code> once for <code class="docutils literal notranslate"><span class="pre">get_start_and_end</span></code></p></li> <li><p>Refactored to only call <code class="docutils literal notranslate"><span class="pre">throw_error_if_no_points</span></code> once for <code class="docutils literal notranslate"><span class="pre">get_start_and_end</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/commit/7356a36fa70a8279b43ae74e247cbd43b2bfd411">7356a36</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/0787c4f36270a6560b50ce3e07b30b0ec5f2ba3e">0787c4f</a>: Made sure framerate is 30 for previewed scenes</p></li> <li><p>Made sure framerate is 30 for previewed scenes (<a class="reference external" href="https://github.com/3b1b/manim/commit/0787c4f36270a6560b50ce3e07b30b0ec5f2ba3e">0787c4f</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/c635f19f2a33e916509e53ded46f55e2afa8f5f2">c635f19</a>: Pushed <code class="docutils literal notranslate"><span class="pre">pixel_coords_to_space_coords</span></code> to <code class="docutils literal notranslate"><span class="pre">Window</span></code></p></li> <li><p>Pushed <code class="docutils literal notranslate"><span class="pre">pixel_coords_to_space_coords</span></code> to <code class="docutils literal notranslate"><span class="pre">Window</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/commit/c635f19f2a33e916509e53ded46f55e2afa8f5f2">c635f19</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/d5a88d0fa457cfcf4cb9db417a098c37c95c7051">d5a88d0</a>: Refactored to pass tuples and not arrays to uniforms</p></li> <li><p>Refactored to pass tuples and not arrays to uniforms (<a class="reference external" href="https://github.com/3b1b/manim/commit/d5a88d0fa457cfcf4cb9db417a098c37c95c7051">d5a88d0</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/9483f26a3b056de0e34f27acabd1a946f1adbdf9">9483f26</a>: Refactored to copy uniform arrays in <code class="docutils literal notranslate"><span class="pre">Mobject.copy</span></code></p></li> <li><p>Refactored to copy uniform arrays in <code class="docutils literal notranslate"><span class="pre">Mobject.copy</span></code> (<a class="reference external" href="https://github.com/3b1b/manim/commit/9483f26a3b056de0e34f27acabd1a946f1adbdf9">9483f26</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/ed1fc4d5f94467d602a568466281ca2d0368b506">ed1fc4d</a>: Added <code class="docutils literal notranslate"><span class="pre">bounding_box</span></code> as exceptional key to point_cloud mobject</p></li> <li><p>Added <code class="docutils literal notranslate"><span class="pre">bounding_box</span></code> as exceptional key to point_cloud mobject (<a class="reference external" href="https://github.com/3b1b/manim/commit/ed1fc4d5f94467d602a568466281ca2d0368b506">ed1fc4d</a>)</p></li>
<li><p><a class="reference external" href="https://github.com/3b1b/manim/commit/329d2c6eaec3d88bfb754b555575a3ea7c97a7e0">329d2c6</a>: Made sure stroke width is always a float</p></li> <li><p>Made sure stroke width is always a float (<a class="reference external" href="https://github.com/3b1b/manim/commit/329d2c6eaec3d88bfb754b555575a3ea7c97a7e0">329d2c6</a>)</p></li>
</ul> </ul>
</section> </section>
</section> </section>

View File

@ -9,8 +9,8 @@
<link rel="stylesheet" href="../_static/copybutton.css" /> <link rel="stylesheet" href="../_static/copybutton.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" />
<link rel="stylesheet" href="../_static/styles/default.css?00df978f11d796a7f599f209"> <link rel="stylesheet" href="../_static/styles/default.css?c08fa4df10d7d2296ac603cc">
<link rel="stylesheet" href="../_static/pygments.css?00df978f11d796a7f599f209"> <link rel="stylesheet" href="../_static/pygments.css?c08fa4df10d7d2296ac603cc">
<style> <style>
:root { :root {
@ -27,7 +27,7 @@
<script src="../_static/language_data.js" defer></script> <script src="../_static/language_data.js" defer></script>
<script src="../_static/clipboard.min.js"></script> <script src="../_static/clipboard.min.js"></script>
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?00df978f11d796a7f599f209"></script></head> <script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?c08fa4df10d7d2296ac603cc"></script></head>
<body dir=""> <body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"> <svg xmlns="http://www.w3.org/2000/svg" style="display: none;">

View File

@ -9,8 +9,8 @@
<link rel="stylesheet" href="../../_static/copybutton.css" /> <link rel="stylesheet" href="../../_static/copybutton.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" />
<link rel="stylesheet" href="../../_static/styles/default.css?2dea0e7b77ff77e178c0c198"> <link rel="stylesheet" href="../../_static/styles/default.css?b416a3c0c3b35ebad91647f7">
<link rel="stylesheet" href="../../_static/pygments.css?2dea0e7b77ff77e178c0c198"> <link rel="stylesheet" href="../../_static/pygments.css?b416a3c0c3b35ebad91647f7">
<style> <style>
:root { :root {
@ -27,7 +27,7 @@
<script src="../../_static/language_data.js" defer></script> <script src="../../_static/language_data.js" defer></script>
<script src="../../_static/clipboard.min.js"></script> <script src="../../_static/clipboard.min.js"></script>
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?2dea0e7b77ff77e178c0c198"></script></head> <script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?b416a3c0c3b35ebad91647f7"></script></head>
<body dir=""> <body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"> <svg xmlns="http://www.w3.org/2000/svg" style="display: none;">

View File

@ -9,8 +9,8 @@
<link rel="stylesheet" href="../../_static/copybutton.css" /> <link rel="stylesheet" href="../../_static/copybutton.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" />
<link rel="stylesheet" href="../../_static/styles/default.css?65ac737944f1125d22a5db52"> <link rel="stylesheet" href="../../_static/styles/default.css?17d501459536ec2b76c1c0b5">
<link rel="stylesheet" href="../../_static/pygments.css?65ac737944f1125d22a5db52"> <link rel="stylesheet" href="../../_static/pygments.css?17d501459536ec2b76c1c0b5">
<style> <style>
:root { :root {
@ -27,7 +27,7 @@
<script src="../../_static/language_data.js" defer></script> <script src="../../_static/language_data.js" defer></script>
<script src="../../_static/clipboard.min.js"></script> <script src="../../_static/clipboard.min.js"></script>
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?65ac737944f1125d22a5db52"></script></head> <script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?17d501459536ec2b76c1c0b5"></script></head>
<body dir=""> <body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"> <svg xmlns="http://www.w3.org/2000/svg" style="display: none;">

View File

@ -9,8 +9,8 @@
<link rel="stylesheet" href="../_static/copybutton.css" /> <link rel="stylesheet" href="../_static/copybutton.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" />
<link rel="stylesheet" href="../_static/styles/default.css?b78eb9add48f760cb93b16c6"> <link rel="stylesheet" href="../_static/styles/default.css?cfef0c24c5a315598817b574">
<link rel="stylesheet" href="../_static/pygments.css?b78eb9add48f760cb93b16c6"> <link rel="stylesheet" href="../_static/pygments.css?cfef0c24c5a315598817b574">
<style> <style>
:root { :root {
@ -27,7 +27,7 @@
<script src="../_static/language_data.js" defer></script> <script src="../_static/language_data.js" defer></script>
<script src="../_static/clipboard.min.js"></script> <script src="../_static/clipboard.min.js"></script>
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?b78eb9add48f760cb93b16c6"></script></head> <script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?cfef0c24c5a315598817b574"></script></head>
<body dir=""> <body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"> <svg xmlns="http://www.w3.org/2000/svg" style="display: none;">

View File

@ -9,8 +9,8 @@
<link rel="stylesheet" href="../_static/copybutton.css" /> <link rel="stylesheet" href="../_static/copybutton.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" />
<link rel="stylesheet" href="../_static/styles/default.css?f6cf28d472f8b90d4e833d3e"> <link rel="stylesheet" href="../_static/styles/default.css?cad540fcb0c741be5973c353">
<link rel="stylesheet" href="../_static/pygments.css?f6cf28d472f8b90d4e833d3e"> <link rel="stylesheet" href="../_static/pygments.css?cad540fcb0c741be5973c353">
<style> <style>
:root { :root {
@ -27,7 +27,7 @@
<script src="../_static/language_data.js" defer></script> <script src="../_static/language_data.js" defer></script>
<script src="../_static/clipboard.min.js"></script> <script src="../_static/clipboard.min.js"></script>
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?f6cf28d472f8b90d4e833d3e"></script></head> <script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?cad540fcb0c741be5973c353"></script></head>
<body dir=""> <body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"> <svg xmlns="http://www.w3.org/2000/svg" style="display: none;">

View File

@ -9,8 +9,8 @@
<link rel="stylesheet" href="../../_static/copybutton.css" /> <link rel="stylesheet" href="../../_static/copybutton.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" />
<link rel="stylesheet" href="../../_static/styles/default.css?0cd5ed460004d39d49dc70a9"> <link rel="stylesheet" href="../../_static/styles/default.css?2f9a2e25dd300a919f9a30a5">
<link rel="stylesheet" href="../../_static/pygments.css?0cd5ed460004d39d49dc70a9"> <link rel="stylesheet" href="../../_static/pygments.css?2f9a2e25dd300a919f9a30a5">
<style> <style>
:root { :root {
@ -27,7 +27,7 @@
<script src="../../_static/language_data.js" defer></script> <script src="../../_static/language_data.js" defer></script>
<script src="../../_static/clipboard.min.js"></script> <script src="../../_static/clipboard.min.js"></script>
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?0cd5ed460004d39d49dc70a9"></script></head> <script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?2f9a2e25dd300a919f9a30a5"></script></head>
<body dir=""> <body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"> <svg xmlns="http://www.w3.org/2000/svg" style="display: none;">

View File

@ -9,8 +9,8 @@
<link rel="stylesheet" href="../../_static/copybutton.css" /> <link rel="stylesheet" href="../../_static/copybutton.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" />
<link rel="stylesheet" href="../../_static/styles/default.css?e1823a90df3a343066d47e29"> <link rel="stylesheet" href="../../_static/styles/default.css?5e72772df234752680398a0b">
<link rel="stylesheet" href="../../_static/pygments.css?e1823a90df3a343066d47e29"> <link rel="stylesheet" href="../../_static/pygments.css?5e72772df234752680398a0b">
<style> <style>
:root { :root {
@ -27,7 +27,7 @@
<script src="../../_static/language_data.js" defer></script> <script src="../../_static/language_data.js" defer></script>
<script src="../../_static/clipboard.min.js"></script> <script src="../../_static/clipboard.min.js"></script>
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?e1823a90df3a343066d47e29"></script></head> <script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?5e72772df234752680398a0b"></script></head>
<body dir=""> <body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"> <svg xmlns="http://www.w3.org/2000/svg" style="display: none;">

View File

@ -9,8 +9,8 @@
<link rel="stylesheet" href="../../_static/copybutton.css" /> <link rel="stylesheet" href="../../_static/copybutton.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" />
<link rel="stylesheet" href="../../_static/styles/default.css?5e044d912ad6cd9ea8a222b7"> <link rel="stylesheet" href="../../_static/styles/default.css?b3c69d4a1e7ed7c863dd912d">
<link rel="stylesheet" href="../../_static/pygments.css?5e044d912ad6cd9ea8a222b7"> <link rel="stylesheet" href="../../_static/pygments.css?b3c69d4a1e7ed7c863dd912d">
<style> <style>
:root { :root {
@ -27,7 +27,7 @@
<script src="../../_static/language_data.js" defer></script> <script src="../../_static/language_data.js" defer></script>
<script src="../../_static/clipboard.min.js"></script> <script src="../../_static/clipboard.min.js"></script>
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?5e044d912ad6cd9ea8a222b7"></script></head> <script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?b3c69d4a1e7ed7c863dd912d"></script></head>
<body dir=""> <body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"> <svg xmlns="http://www.w3.org/2000/svg" style="display: none;">

View File

@ -9,8 +9,8 @@
<link rel="stylesheet" href="../../_static/copybutton.css" /> <link rel="stylesheet" href="../../_static/copybutton.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" />
<link rel="stylesheet" href="../../_static/styles/default.css?bffab028eccf541b1b6979c2"> <link rel="stylesheet" href="../../_static/styles/default.css?4efd5ca1fb262ec065c5e346">
<link rel="stylesheet" href="../../_static/pygments.css?bffab028eccf541b1b6979c2"> <link rel="stylesheet" href="../../_static/pygments.css?4efd5ca1fb262ec065c5e346">
<style> <style>
:root { :root {
@ -27,7 +27,7 @@
<script src="../../_static/language_data.js" defer></script> <script src="../../_static/language_data.js" defer></script>
<script src="../../_static/clipboard.min.js"></script> <script src="../../_static/clipboard.min.js"></script>
<script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?bffab028eccf541b1b6979c2"></script></head> <script src="../../_static/copybutton.js"></script><script src="../../_static/scripts/main.js?4efd5ca1fb262ec065c5e346"></script></head>
<body dir=""> <body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"> <svg xmlns="http://www.w3.org/2000/svg" style="display: none;">

View File

@ -8,8 +8,8 @@
<link rel="stylesheet" href="_static/copybutton.css" /> <link rel="stylesheet" href="_static/copybutton.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" />
<link rel="stylesheet" href="_static/styles/default.css?b008be80a6919cf50da30b2c"> <link rel="stylesheet" href="_static/styles/default.css?fdbd8ed271ee0e7ccfd50b24">
<link rel="stylesheet" href="_static/pygments.css?b008be80a6919cf50da30b2c"> <link rel="stylesheet" href="_static/pygments.css?fdbd8ed271ee0e7ccfd50b24">
<style> <style>
:root { :root {
@ -26,7 +26,7 @@
<script src="_static/language_data.js" defer></script> <script src="_static/language_data.js" defer></script>
<script src="_static/clipboard.min.js"></script> <script src="_static/clipboard.min.js"></script>
<script src="_static/copybutton.js"></script><script src="_static/scripts/main.js?b008be80a6919cf50da30b2c"></script></head> <script src="_static/copybutton.js"></script><script src="_static/scripts/main.js?fdbd8ed271ee0e7ccfd50b24"></script></head>
<body dir=""> <body dir="">
</body> </body>

View File

@ -9,8 +9,8 @@
<link rel="stylesheet" href="../_static/copybutton.css" /> <link rel="stylesheet" href="../_static/copybutton.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" />
<link rel="stylesheet" href="../_static/styles/default.css?d5206e39bbacaccab6867b51"> <link rel="stylesheet" href="../_static/styles/default.css?500b9263a7e2e72480f3dcfe">
<link rel="stylesheet" href="../_static/pygments.css?d5206e39bbacaccab6867b51"> <link rel="stylesheet" href="../_static/pygments.css?500b9263a7e2e72480f3dcfe">
<style> <style>
:root { :root {
@ -27,7 +27,7 @@
<script src="../_static/language_data.js" defer></script> <script src="../_static/language_data.js" defer></script>
<script src="../_static/clipboard.min.js"></script> <script src="../_static/clipboard.min.js"></script>
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?d5206e39bbacaccab6867b51"></script></head> <script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?500b9263a7e2e72480f3dcfe"></script></head>
<body dir=""> <body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"> <svg xmlns="http://www.w3.org/2000/svg" style="display: none;">

View File

@ -9,8 +9,8 @@
<link rel="stylesheet" href="../_static/copybutton.css" /> <link rel="stylesheet" href="../_static/copybutton.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" />
<link rel="stylesheet" href="../_static/styles/default.css?59d589f626044bd8b8ba7b70"> <link rel="stylesheet" href="../_static/styles/default.css?ae48031cfec50011ffc31c47">
<link rel="stylesheet" href="../_static/pygments.css?59d589f626044bd8b8ba7b70"> <link rel="stylesheet" href="../_static/pygments.css?ae48031cfec50011ffc31c47">
<style> <style>
:root { :root {
@ -27,7 +27,7 @@
<script src="../_static/language_data.js" defer></script> <script src="../_static/language_data.js" defer></script>
<script src="../_static/clipboard.min.js"></script> <script src="../_static/clipboard.min.js"></script>
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?59d589f626044bd8b8ba7b70"></script></head> <script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?ae48031cfec50011ffc31c47"></script></head>
<body dir=""> <body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"> <svg xmlns="http://www.w3.org/2000/svg" style="display: none;">

View File

@ -9,8 +9,8 @@
<link rel="stylesheet" href="../_static/copybutton.css" /> <link rel="stylesheet" href="../_static/copybutton.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" />
<link rel="stylesheet" href="../_static/styles/default.css?093d2fdf8b51b7cd1a81e913"> <link rel="stylesheet" href="../_static/styles/default.css?bde979b337b7106c21d0a83c">
<link rel="stylesheet" href="../_static/pygments.css?093d2fdf8b51b7cd1a81e913"> <link rel="stylesheet" href="../_static/pygments.css?bde979b337b7106c21d0a83c">
<style> <style>
:root { :root {
@ -27,7 +27,7 @@
<script src="../_static/language_data.js" defer></script> <script src="../_static/language_data.js" defer></script>
<script src="../_static/clipboard.min.js"></script> <script src="../_static/clipboard.min.js"></script>
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?093d2fdf8b51b7cd1a81e913"></script></head> <script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?bde979b337b7106c21d0a83c"></script></head>
<body dir=""> <body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"> <svg xmlns="http://www.w3.org/2000/svg" style="display: none;">

View File

@ -9,8 +9,8 @@
<link rel="stylesheet" href="../_static/copybutton.css" /> <link rel="stylesheet" href="../_static/copybutton.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" />
<link rel="stylesheet" href="../_static/styles/default.css?0fc18bd3b459581b83767e65"> <link rel="stylesheet" href="../_static/styles/default.css?72aa7087f3bda9487f064aee">
<link rel="stylesheet" href="../_static/pygments.css?0fc18bd3b459581b83767e65"> <link rel="stylesheet" href="../_static/pygments.css?72aa7087f3bda9487f064aee">
<style> <style>
:root { :root {
@ -27,7 +27,7 @@
<script src="../_static/language_data.js" defer></script> <script src="../_static/language_data.js" defer></script>
<script src="../_static/clipboard.min.js"></script> <script src="../_static/clipboard.min.js"></script>
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?0fc18bd3b459581b83767e65"></script></head> <script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?72aa7087f3bda9487f064aee"></script></head>
<body dir=""> <body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"> <svg xmlns="http://www.w3.org/2000/svg" style="display: none;">

View File

@ -9,8 +9,8 @@
<link rel="stylesheet" href="../_static/copybutton.css" /> <link rel="stylesheet" href="../_static/copybutton.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" />
<link rel="stylesheet" href="../_static/styles/default.css?01ae232eaae4a4e2f0319937"> <link rel="stylesheet" href="../_static/styles/default.css?7c05179db90a940e63771abd">
<link rel="stylesheet" href="../_static/pygments.css?01ae232eaae4a4e2f0319937"> <link rel="stylesheet" href="../_static/pygments.css?7c05179db90a940e63771abd">
<style> <style>
:root { :root {
@ -27,7 +27,7 @@
<script src="../_static/language_data.js" defer></script> <script src="../_static/language_data.js" defer></script>
<script src="../_static/clipboard.min.js"></script> <script src="../_static/clipboard.min.js"></script>
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?01ae232eaae4a4e2f0319937"></script></head> <script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?7c05179db90a940e63771abd"></script></head>
<body dir=""> <body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"> <svg xmlns="http://www.w3.org/2000/svg" style="display: none;">

View File

@ -9,8 +9,8 @@
<link rel="stylesheet" href="../_static/copybutton.css" /> <link rel="stylesheet" href="../_static/copybutton.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" />
<link rel="stylesheet" href="../_static/styles/default.css?cf70cf1e53086930e706c1e6"> <link rel="stylesheet" href="../_static/styles/default.css?8f67cd6d5efa7228de148b7f">
<link rel="stylesheet" href="../_static/pygments.css?cf70cf1e53086930e706c1e6"> <link rel="stylesheet" href="../_static/pygments.css?8f67cd6d5efa7228de148b7f">
<style> <style>
:root { :root {
@ -27,7 +27,7 @@
<script src="../_static/language_data.js" defer></script> <script src="../_static/language_data.js" defer></script>
<script src="../_static/clipboard.min.js"></script> <script src="../_static/clipboard.min.js"></script>
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?cf70cf1e53086930e706c1e6"></script></head> <script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?8f67cd6d5efa7228de148b7f"></script></head>
<body dir=""> <body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"> <svg xmlns="http://www.w3.org/2000/svg" style="display: none;">

View File

@ -9,8 +9,8 @@
<link rel="stylesheet" href="../_static/copybutton.css" /> <link rel="stylesheet" href="../_static/copybutton.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" />
<link rel="stylesheet" href="../_static/styles/default.css?1a84bf1d81d5aeba7b999f55"> <link rel="stylesheet" href="../_static/styles/default.css?dd34f64da00317f57edc0a31">
<link rel="stylesheet" href="../_static/pygments.css?1a84bf1d81d5aeba7b999f55"> <link rel="stylesheet" href="../_static/pygments.css?dd34f64da00317f57edc0a31">
<style> <style>
:root { :root {
@ -27,7 +27,7 @@
<script src="../_static/language_data.js" defer></script> <script src="../_static/language_data.js" defer></script>
<script src="../_static/clipboard.min.js"></script> <script src="../_static/clipboard.min.js"></script>
<script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?1a84bf1d81d5aeba7b999f55"></script></head> <script src="../_static/copybutton.js"></script><script src="../_static/scripts/main.js?dd34f64da00317f57edc0a31"></script></head>
<body dir=""> <body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"> <svg xmlns="http://www.w3.org/2000/svg" style="display: none;">

View File

@ -9,8 +9,8 @@
<link rel="stylesheet" href="_static/copybutton.css" /> <link rel="stylesheet" href="_static/copybutton.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" />
<link rel="stylesheet" href="_static/styles/default.css?ea4d3954a4d5ab86e264f8d2"> <link rel="stylesheet" href="_static/styles/default.css?ac7cd81054a13d71150097df">
<link rel="stylesheet" href="_static/pygments.css?ea4d3954a4d5ab86e264f8d2"> <link rel="stylesheet" href="_static/pygments.css?ac7cd81054a13d71150097df">
<style> <style>
:root { :root {
@ -27,7 +27,7 @@
<script src="_static/language_data.js" defer></script> <script src="_static/language_data.js" defer></script>
<script src="_static/clipboard.min.js"></script> <script src="_static/clipboard.min.js"></script>
<script src="_static/copybutton.js"></script><script src="_static/scripts/main.js?ea4d3954a4d5ab86e264f8d2"></script></head> <script src="_static/copybutton.js"></script><script src="_static/scripts/main.js?ac7cd81054a13d71150097df"></script></head>
<body dir=""> <body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"> <svg xmlns="http://www.w3.org/2000/svg" style="display: none;">

View File

@ -6,8 +6,8 @@
<link rel="shortcut icon" href="_static/icon.png"/><meta name="generator" content="sphinx-3.0.3, furo 2020.10.05.beta9"/><title>Search - manim documentation</title><link rel="stylesheet" href="_static/copybutton.css" /> <link rel="shortcut icon" href="_static/icon.png"/><meta name="generator" content="sphinx-3.0.3, furo 2020.10.05.beta9"/><title>Search - manim documentation</title><link rel="stylesheet" href="_static/copybutton.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/custom.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/manim-kindergarten/CDN@master/manimgl_assets/colors.css" />
<link rel="stylesheet" href="_static/styles/default.css?68210aa76d4c2d3f22fefc77"> <link rel="stylesheet" href="_static/styles/default.css?b34f4d2f898a3f9bfc6815a0">
<link rel="stylesheet" href="_static/pygments.css?68210aa76d4c2d3f22fefc77"> <link rel="stylesheet" href="_static/pygments.css?b34f4d2f898a3f9bfc6815a0">
<style> <style>
:root { :root {
@ -25,7 +25,7 @@
<script src="_static/clipboard.min.js"></script> <script src="_static/clipboard.min.js"></script>
<script src="_static/copybutton.js"></script> <script src="_static/copybutton.js"></script>
<script src="_static/searchtools.js" defer></script><script src="_static/scripts/main.js?68210aa76d4c2d3f22fefc77"></script></head> <script src="_static/searchtools.js" defer></script><script src="_static/scripts/main.js?b34f4d2f898a3f9bfc6815a0"></script></head>
<body dir=""> <body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"> <svg xmlns="http://www.w3.org/2000/svg" style="display: none;">

File diff suppressed because one or more lines are too long