Skip to content

Commit 8ca2349

Browse files
committed
changelog generation, third pass
1 parent 6272383 commit 8ca2349

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

docs/source/changelog/0.16.0-changelog.rst

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ v0.16.0
77
Contributors
88
============
99

10-
A total of 41 people contributed to this
10+
A total of 43 people contributed to this
1111
release. People with a '+' by their names authored a patch for the first
1212
time.
1313

@@ -25,6 +25,7 @@ time.
2525
* Kevin Lubick +
2626
* Laith Bahodi
2727
* Lingren Kong +
28+
* Logen +
2829
* Naveen M K
2930
* Noam Zaks
3031
* Pedro Lamkowski +
@@ -50,6 +51,7 @@ the following contributors.
5051
* Darylgolden
5152
* Francesco Frassinelli
5253
* Francisco Manríquez Novoa
54+
* Gianluca Gippetto
5355
* Jan-Hendrik Müller
5456
* Jonathan Alpert
5557
* Kevin Lubick
@@ -68,11 +70,15 @@ the following contributors.
6870
Pull requests merged
6971
====================
7072

71-
A total of 51 pull requests were merged for this release.
73+
A total of 55 pull requests were merged for this release.
7274

7375
Highlights
7476
----------
7577

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+
7682
* :pr:`2732`: Improved overall structure of deployed documentation; added a dedicated :doc:`FAQ section </faq/index>`
7783

7884

@@ -130,13 +136,13 @@ Enhancements
130136
Fixed bugs
131137
----------
132138

139+
* :pr:`2567`: Use tempconfig for every scene render
140+
133141
* :pr:`2638`: Fixed :meth:`BarChart.change_bar_values` not updating when height is 0
134142

135143

136144
* :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.
138145

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.
140146

141147
* :pr:`2703`: Default to utf-8 when reading files in :class:`.Code`
142148

@@ -162,6 +168,9 @@ Fixed bugs
162168
* :pr:`2826`: Fixed leaked mobjects coming from :class:`.TransformMatchingAbstractBase`
163169

164170

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+
165174
Documentation-related changes
166175
-----------------------------
167176

@@ -228,11 +237,13 @@ Changes to our development infrastructure
228237
Code quality improvements and similar refactors
229238
-----------------------------------------------
230239

240+
* :pr:`2680`: Increased minimum required version of ``numpy`` to 1.19
241+
231242
* :pr:`2687`: Migrated from ``os.path`` to ``pathlib`` in :class:`.SVGMobject` and other locations
232243

233244

234245
* :pr:`2715`: Updated deprecated ``pillow`` constants
235-
Changed Image.<filter constant> to Resampling.<filter constant> as mentioned in the pillow deprecation message! (Introduces missing typehints from the pillow library 🤔)
246+
236247

237248
* :pr:`2735`: Bump pyjwt from 2.3.0 to 2.4.0
238249

0 commit comments

Comments
 (0)