v0.8.0¶
- Date:
July 02, 2021
Contributors¶
A total of 37 people contributed to this release. People with a ‘+’ by their names authored a patch for the first time.
Benjamin Hackl
Bill Shillito +
Darigov Research +
Darylgolden
Devin Neal
Iced-Tea3
Jan-Hendrik Müller
Jason Villanueva
KingWampy
Laith Bahodi
MathInvariance +
Max Stoumen
Mehmet Ali Özer +
Michael Pilosov +
Mohammad Al-Fetyani
Naveen M K
Nikhil Garuda
Oliver
PaulCMurdoch
Philipp Imhof
PipedQuintes +
Raghav Goel
Ryan McCauley
Ujjayanta +
Vagrid +
andrehisatsuga +
friedkeenan
peaceheis +
yit6 +
The patches included in this release have been reviewed by the following contributors.
Abhijith Muthyala
Anton Ballmaier
Aron
Benjamin Hackl
Clar Fon
Darylgolden
Devin Neal
Jan-Hendrik Müller
Jason Villanueva
KingWampy
Laith Bahodi
Mark Miller
MathInvariance
Mohammad Al-Fetyani
Naveen M K
Nikhil Garuda
Oliver
Philipp Imhof
Raghav Goel
Ryan McCauley
Ujjayanta
Vagrid
friedkeenan
Pull requests merged¶
A total of 76 pull requests were merged for this release.
Deprecated classes and functions¶
PR #1616: Remove all functions and classes that were deprecated until
v0.6.0
New features¶
- PR #1716: Rewrite stroke and fill shaders
Rewrite vectorized mobject shaders to be compatible with transformation matrices.
- PR #1695: Add option to justify text with
MarkupText A new parameter
justifyis added toMarkupText. It can be used to justify a paragraph of text.
- PR #1695: Add option to justify text with
- PR #1660: Added support for
.webmand transparency of videos in Jupyter notebooks Added support for generating
webmvideos via the command line flag--format=webmAdded transparency support for Jupyter notebooks
- PR #1660: Added support for
PR #1553: Add dearpygui integration
Enhancements¶
PR #1728: Improved positioning and size of the OpenGL window; added some configuration options
PR #1733: Let OpenGLMobject.copy return a deep copy by default
PR #1735: Metaclass compatibility for coordinate_system.py, Code and ParametricSurface
PR #1585: OpenGL compatibility via metaclass for
Matrix,DecimalNumber,VariablePR #1713: Exit the command line interface gracefully if no scene was chosen
PR #1693: Made the default arrowhead size for
Arrow3Dsmaller- PR #1678: Allow some rate functions to assume values outside of [0, 1]; introduce clamping decorators
Fixed animations so that certain rate functions (
running_start,wiggle,ease_in_back,ease_out_back,ease_in_out_back,ease_in_elastic,ease_out_elastic, andease_out_elastic) can go outside the range from 0 to 1.Fixed lag ratios so that they’re spaced out evenly within the time interval and the rate functions are applied to each animation individually, rather than having the rate function determine when the animation starts.
Fixed faulty code for
ease_in_out_expo,ease_in_bounce,ease_out_bounce, andease_in_out_bounce.
PR #1649: Made video file names in Jupyter notebook more readable
- PR #1667: Determine the default number of decimal places for
NumberLinelabels automatically from the step size As an example: If the step size is set to 0.5, labels will now show at least one decimal place.
- PR #1667: Determine the default number of decimal places for
PR #1608: Color file paths in terminal; remove curly braces surrounding the file path in “Partial movie file written in…” messages
Fixed bugs¶
PR #1740: Fix pillow to <8.3.0
PR #1675: Fixed ignored fill and stroke colors for
SVGMobjectPR #1664: Fixed accidental displacement in
Axescaused byinclude_numbers/numbers_to_includePR #1670: Fixed missing
numpyimport in OpenGL shader examplePR #1636: Fixed bugs and added examples to methods and classes in
manim.mobject.matrixPR #1614: Fix tick issues and improve tick placement for
NumberLinePR #1593: Un-flip output of
get_frame()when using the OpenGL rendererPR #1619: Fix output of automatically detected LaTeX errors
- PR #1595: Fixed a few CLI and rendering bugs
Corrected issue where gifs were being logged with an incorrect extension
Fixed issue where videos were output when format was set to png
Added logging for png output
Added precedence handling when the
write_to_movieflag would conflict with--formatFixed issue that caused png image output to be ignored when caching was enabled
PR #1635: Added missing numpy import for
manim.mobject.probability- PR #1634: Fixed OpenGL examples for MacOS
Renamed deprecated
gl_FragColortofragColor.
Changes to our development infrastructure¶
Code quality improvements and similar refactors¶
New releases¶
PR #1738: Preparation for v0.8.0: added changelog and bumped version number