Changelog ========= v1.6.1 ------ Fixed bugs ^^^^^^^^^^ - Fixed the bug of ``MTex`` with multi-line tex string (`#1785 `__) - Fixed ``interpolate`` (`#1788 `__) - Fixed ``ImageMobject`` (`#1791 `__) Refactor ^^^^^^^^ - Added ``\overset`` as a special string in ``Tex`` (`#1783 `__) - Added ``outer_interpolate`` to perform interpolation using ``np.outer`` on arrays (`#1788 `__) v1.6.0 ------ Breaking changes ^^^^^^^^^^^^^^^^ - **Python 3.6 is no longer supported** (`#1736 `__) Fixed bugs ^^^^^^^^^^ - Fixed the width of riemann rectangles (`#1762 `__) - Bug fixed in cases where empty array is passed to shader (`#1764 `__) - Fixed ``AddTextWordByWord`` (`#1772 `__) - Fixed ``ControlsExample`` (`#1781 `__) New features ^^^^^^^^^^^^ - Added more functions to ``Text`` (details: `#1751 `__) - Allowed ``interpolate`` to work on an array of alpha values (`#1764 `__) - Allowed ``Numberline.number_to_point`` and ``CoordinateSystem.coords_to_point`` to work on an array of inputs (`#1764 `__) - Added a basic ``Prismify`` to turn a flat ``VMobject`` into something with depth (`#1764 `__) - Added ``GlowDots``, analogous to ``GlowDot`` (`#1764 `__) - Added ``TransformMatchingStrings`` which is compatible with ``Text`` and ``MTex`` (`#1772 `__) - Added support for ``substring`` and ``case_sensitive`` parameters for ``LabelledString.get_parts_by_string`` (`#1780 `__) Refactor ^^^^^^^^ - Added type hints (`#1736 `__) - Specifid UTF-8 encoding for tex files (`#1748 `__) - Refactored ``Text`` with the latest manimpango (`#1751 `__) - Reorganized getters for ``ParametricCurve`` (`#1757 `__) - Refactored ``CameraFrame`` to use ``scipy.spatial.transform.Rotation`` (`#1764 `__) - Refactored rotation methods to use ``scipy.spatial.transform.Rotation`` (`#1764 `__) - Used ``stroke_color`` to init ``Arrow`` (`#1764 `__) - Refactored ``Mobject.set_rgba_array_by_color`` (`#1764 `__) - Made panning more sensitive to mouse movements (`#1764 `__) - Added loading progress for large SVGs (`#1766 `__) - Added getter/setter of ``field_of_view`` for ``CameraFrame`` (`#1770 `__) - Renamed ``focal_distance`` to ``focal_dist_to_height`` and added getter/setter (`#1770 `__) - Added getter and setter for ``VMobject.joint_type`` (`#1770 `__) - Refactored ``VCube`` (`#1770 `__) - Refactored ``Prism`` to receive ``width height depth`` instead of ``dimensions`` (`#1770 `__) - Refactored ``Text``, ``MarkupText`` and ``MTex`` based on ``LabelledString`` (`#1772 `__) - Refactored ``LabelledString`` and relevant classes (`#1779 `__) v1.5.0 ------ Fixed bugs ^^^^^^^^^^ - Bug fix for the case of calling ``Write`` on a null object (`#1740 `__) New features ^^^^^^^^^^^^ - Added ``TransformMatchingMTex`` (`#1725 `__) - Added ``ImplicitFunction`` (`#1727 `__) - Added ``Polyline`` (`#1731 `__) - Allowed ``Mobject.set_points`` to take in an empty list, and added ``Mobject.add_point`` (`#1739 `__) - Added ``Scene.refresh_locked_data`` (`#1739 `__) - Added presenter mode to scenes with ``-p`` option (`#1739 `__ and `#1742 `__) - Allowed for an embed by hitting ``ctrl+shift+e`` during interaction (`#1739 `__ and `#1746 `__) - Added ``Mobject.set_min_width/height/depth`` (`#1739 `__) - Allowed ``Mobject.match_coord/x/y/z`` to take in a point (`#1739 `__) - Added ``text_config`` to ``DecimalNumber`` (`#1744 `__) Refactor ^^^^^^^^ - Refactored ``MTex`` (`#1725 `__) - Refactored ``SVGMobject`` with svgelements (`#1731 `__) - Made sure ``ParametricCurve`` has at least one point (`#1739 `__) - Set default to no tips on ``Axes`` (`#1739 `__) - Stopped displaying when writing tex string is happening (`#1739 `__) - Reorganize inheriting order and refactor SVGMobject (`#1745 `__) Dependencies ^^^^^^^^^^^^ - Added dependency on ``isosurfaces`` (`#1727 `__) - Removed dependency on ``argparse`` since it's a built-in module (`#1728 `__) - Removed dependency on ``pyreadline`` (`#1728 `__) - Removed dependency on ``cssselect2`` (`#1731 `__) - Added dependency on ``svgelements`` (`#1731 `__) v1.4.1 ------ Fixed bugs ^^^^^^^^^^ - Temporarily fixed boolean operations' bug (`#1724 `__) - Import ``Iterable`` from ``collections.abc`` instead of ``collections`` which is deprecated since python 3.9 (`d2e0811 `__) v1.4.0 ------ Fixed bugs ^^^^^^^^^^ - Temporarily fixed ``Lightbulb`` (`f1996f8 `__) - Fixed some bugs of ``SVGMobject`` (`#1712 `__) - Fixed some bugs of SVG path string parser (`#1717 `__) - Fixed some bugs of ``MTex`` (`#1720 `__) New features ^^^^^^^^^^^^ - Added option to add ticks on x-axis in ``BarChart`` (`#1694 `__) - Added ``lable_buff`` config parameter for ``Brace`` (`#1704 `__) - Added support for ``rotate skewX skewY`` transform in SVG (`#1712 `__) - Added style support to ``SVGMobject`` (`#1717 `__) - Added parser to