New
ManimGL 1.6.0
What's Changed
- Python 3.6 is no longer supported
- Specify UTF-8 encoding for tex files by @YishiMichael in https://github.com/3b1b/manim/pull/1748
- Reorganize getters for ParametricCurve by @TurkeyBilly in https://github.com/3b1b/manim/pull/1757
- Fix the width of riemann rectangles by @widcardw in https://github.com/3b1b/manim/pull/1762
- Refactor Text with the latest manimpango by @YishiMichael in https://github.com/3b1b/manim/pull/1751
- Add type hints according to PEP 484 and PEP 604 by @TonyCrane in https://github.com/3b1b/manim/pull/1736
- Video work by @3b1b in https://github.com/3b1b/manim/pull/1764
- Adjust some typings by @YishiMichael in https://github.com/3b1b/manim/pull/1765
- Give the user feedback for SVGs that take a while by @sunkisser in https://github.com/3b1b/manim/pull/1766
- Small camera/3d updates by @3b1b in https://github.com/3b1b/manim/pull/1770
- Construct LabelledString base class for MarkupText and MTex by @YishiMichael in https://github.com/3b1b/manim/pull/1772
- Fix typo by @YishiMichael in https://github.com/3b1b/manim/pull/1777
- Remove unnecessary raise statement by @YishiMichael in https://github.com/3b1b/manim/pull/1778