From 89e8b62b19f450424eb18975a9b4f642da2b34d6 Mon Sep 17 00:00:00 2001 From: TonyCrane Date: Wed, 16 Feb 2022 03:23:09 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=208ef42?= =?UTF-8?q?fae24d8a0854db63ce655d3843cce2c8306=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _sources/development/changelog.rst.txt | 246 ++++++++++++------------ development/about.html | 6 +- development/changelog.html | 252 +++++++++++++------------ development/contributing.html | 6 +- documentation/animation/index.html | 6 +- documentation/camera/index.html | 6 +- documentation/constants.html | 6 +- documentation/custom_config.html | 6 +- documentation/mobject/index.html | 6 +- documentation/scene/index.html | 6 +- documentation/shaders/index.html | 6 +- documentation/utils/index.html | 6 +- genindex.html | 6 +- getting_started/config.html | 6 +- getting_started/configuration.html | 6 +- getting_started/example_scenes.html | 6 +- getting_started/installation.html | 6 +- getting_started/quickstart.html | 6 +- getting_started/structure.html | 6 +- getting_started/whatsnew.html | 6 +- index.html | 6 +- search.html | 6 +- searchindex.js | 2 +- 23 files changed, 312 insertions(+), 308 deletions(-) diff --git a/_sources/development/changelog.rst.txt b/_sources/development/changelog.rst.txt index 5026b501..6298f64b 100644 --- a/_sources/development/changelog.rst.txt +++ b/_sources/development/changelog.rst.txt @@ -6,38 +6,40 @@ Unreleased Fixed bugs ^^^^^^^^^^ -- `#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 `__) New Features ^^^^^^^^^^^^ -- `#1725 `__: Added ``TransformMatchingMTex`` -- `#1727 `__: Added ``ImplicitFunction`` -- `#1731 `__: Added ``Polyline`` -- `#1739 `__: 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 `__: Allowed for an embed by hitting ``e`` during interaction -- `#1739 `__: Added ``Mobject.set_min_width/height/depth`` -- `#1739 `__: Allowed ``Mobject.match_coord/x/y/z`` to take in a point +- 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 ^^^^^^^^ -- `#1725 `__: Refactored ``MTex`` -- `#1731 `__: Refactored ``SVGMobject`` with svgelements -- `#1739 `__: 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 +- 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 ^^^^^^^^^^^^ -- `#1727 `__: Added dependency on ``isosurfaces`` -- `#1728 `__: Removed dependency on ``argparse`` since it's a built-in module -- `#1728 `__: Removed dependency on ``pyreadline`` -- `#1731 `__: Removed dependency on ``cssselect2`` -- `#1731 `__: Added dependency on ``svgelements`` +- 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 @@ -45,41 +47,41 @@ v1.4.1 Fixed bugs ^^^^^^^^^^ -- `#1724 `__: Temporarily fixed boolean operations' bug -- `d2e0811 `__: Import ``Iterable`` from ``collections.abc`` instead of ``collections`` which is deprecated since python 3.9 +- 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 ^^^^^^^^^^ -- `f1996f8 `__: Temporarily fixed ``Lightbulb`` -- `#1712 `__: Fixed some bugs of ``SVGMobject`` -- `#1717 `__: Fixed some bugs of SVG path string parser -- `#1720 `__: Fixed some bugs of ``MTex`` +- 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 ^^^^^^^^^^^^ -- `#1694 `__: Added option to add ticks on x-axis in ``BarChart`` -- `#1704 `__: Added ``lable_buff`` config parameter for ``Brace`` -- `#1712 `__: Added support for ``rotate skewX skewY`` transform in SVG -- `#1717 `__: Added style support to ``SVGMobject`` -- `#1719 `__: Added parser to