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
Copy file name to clipboardExpand all lines: docs/source/changelog/0.16.0-changelog.rst
+16-5Lines changed: 16 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ v0.16.0
7
7
Contributors
8
8
============
9
9
10
-
A total of 41 people contributed to this
10
+
A total of 43 people contributed to this
11
11
release. People with a '+' by their names authored a patch for the first
12
12
time.
13
13
@@ -25,6 +25,7 @@ time.
25
25
* Kevin Lubick +
26
26
* Laith Bahodi
27
27
* Lingren Kong +
28
+
* Logen +
28
29
* Naveen M K
29
30
* Noam Zaks
30
31
* Pedro Lamkowski +
@@ -50,6 +51,7 @@ the following contributors.
50
51
* Darylgolden
51
52
* Francesco Frassinelli
52
53
* Francisco Manríquez Novoa
54
+
* Gianluca Gippetto
53
55
* Jan-Hendrik Müller
54
56
* Jonathan Alpert
55
57
* Kevin Lubick
@@ -68,11 +70,15 @@ the following contributors.
68
70
Pull requests merged
69
71
====================
70
72
71
-
A total of 51 pull requests were merged for this release.
73
+
A total of 55 pull requests were merged for this release.
72
74
73
75
Highlights
74
76
----------
75
77
78
+
* :pr:`2550`: New thematic guide: a deep dive into the internals of the library
79
+
This new :doc:`thematic guide </guides/deep_dive>` aims to be a comprehensive walkthrough
80
+
describing all the things that Manim does when you run it to produce a video.
81
+
76
82
* :pr:`2732`: Improved overall structure of deployed documentation; added a dedicated :doc:`FAQ section </faq/index>`
77
83
78
84
@@ -130,13 +136,13 @@ Enhancements
130
136
Fixed bugs
131
137
----------
132
138
139
+
* :pr:`2567`: Use tempconfig for every scene render
140
+
133
141
* :pr:`2638`: Fixed :meth:`BarChart.change_bar_values` not updating when height is 0
134
142
135
143
136
144
* :pr:`2661`: Fixed tip resize functionality for :class:`.Axes` to match documentation
137
-
This change enables users to specify the x- and y-axis tip_width and tip_height configs of arrow tips used in Axes and NumberLine creation. This functionality was previously unavailable but was documented in the Axes and NumberLine classes. This fix retains same the tip anchor location as before.
138
145
139
-
This change also includes two unit tests that test the new arrow tip resize functionality and the default width/height if none are specified.
140
146
141
147
* :pr:`2703`: Default to utf-8 when reading files in :class:`.Code`
142
148
@@ -162,6 +168,9 @@ Fixed bugs
162
168
* :pr:`2826`: Fixed leaked mobjects coming from :class:`.TransformMatchingAbstractBase`
163
169
164
170
171
+
* :pr:`2870`: Fixed issue with ``manim init scene SCENE_NAME filename.py`` and removed necessity of ``main.py`` to be present in working directory
172
+
173
+
165
174
Documentation-related changes
166
175
-----------------------------
167
176
@@ -228,11 +237,13 @@ Changes to our development infrastructure
228
237
Code quality improvements and similar refactors
229
238
-----------------------------------------------
230
239
240
+
* :pr:`2680`: Increased minimum required version of ``numpy`` to 1.19
241
+
231
242
* :pr:`2687`: Migrated from ``os.path`` to ``pathlib`` in :class:`.SVGMobject` and other locations
Changed Image.<filter constant> to Resampling.<filter constant> as mentioned in the pillow deprecation message! (Introduces missing typehints from the pillow library 🤔)
0 commit comments