You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* bump version number
* add formatted changelog
* Capitalization of changelog entries
Co-authored-by: KingWampy <[email protected]>
* bump version to 0.3.0
* include 988 in changelog
Co-authored-by: KingWampy <[email protected]>
- :pr:`756`: Allow setting frame_height and frame_width via config file
38
+
- :pr:`939`: Added custom font files support
39
+
- :pr:`892`: Added ManimCommunity colors
40
+
- :pr:`922`: Tree layout for Graph mobject
41
+
- :pr:`935`: Added code of conduct
42
+
- :pr:`916`: Multi-column layout for partite graphs
43
+
- :pr:`742`: Units: Pixels, Munits, Percent in :mod:`~.utils.unit`
44
+
- :pr:`893`: Convenience method :meth:`~.Graph.from_networkx` for creating a graph from a networkx graph
45
+
46
+
Bugfixes and Enhancements
47
+
=========================
48
+
49
+
- :pr:`988`: Fix Windows CI pipeline by adding missing LaTeX package
50
+
- :pr:`961`: Added typings and docs for vectorized mobjects and bezier related functions
51
+
- :pr:`977`: JupyterLab docker image and documentation for manim and IPython
52
+
- :pr:`985`: Fix variable name for webgl renderer
53
+
- :pr:`954`: Fix edges lagging behind vertices in animations of graphs
54
+
- :pr:`980`: Allow usage of custom Pygments styles in Code
55
+
- :pr:`952`: Allow passing tween information to the WebGL frontend
56
+
- :pr:`978`: Fix ``possible_paths`` not printing in ``code_mobject``
57
+
- :pr:`976`: Update ``ManimPango``
58
+
- :pr:`967`: Automatically import plugins
59
+
- :pr:`971`: Make ManimCommunity look consistent
60
+
- :pr:`957`: Raise ``NotImplementedError`` when trying to chain overridden method animations
61
+
- :pr:`947`: Several fixes and improvements for :class:`~.PointCloundDot`
62
+
- :pr:`923`: Documentation: move installation instructions for developers to page for developers
63
+
- :pr:`964`: Added unit test for :class:`~.NumberLine`'s unit vector
64
+
- :pr:`960`: Magnitude of :class:`~.NumberLine`'s unit vector should be ``unit_size``, not 1
65
+
- :pr:`958`: Fix code formatting in ``utils/debug.py``
66
+
- :pr:`953`: Update license year
67
+
- :pr:`944`: Interpolate stroke opacity in :class:`~.FadeIn` and update ``stroke_opacity`` and ``fill_opacity`` in :meth:`~.VMobject.set_stroke` and :meth:`~.VMobject.set_fill`
68
+
- :pr:`865`: Rename ``get_submobject_index_labels`` to ``index_labels``
0 commit comments