v0.13.0¶
- Date:
December 04, 2021
Contributors¶
A total of 27 people contributed to this release. People with a ‘+’ by their names authored a patch for the first time.
Alex Lembcke
Benjamin Hackl
Christopher Besch
Darylgolden
Filip +
John Ingles +
Laith Bahodi
Lucas Ricci +
Marcin Serwin +
Mysaa
Naveen M K
Ricky +
Viicos
ask09ok +
citrusmunch +
icedcoffeeee
mostlyaman +
vmiezys +
zhujisheng +
The patches included in this release have been reviewed by the following contributors.
Alex Lembcke
Benjamin Hackl
Christopher Besch
Darylgolden
Filip
Hugues Devimeux
Jan-Hendrik Müller
Laith Bahodi
Lucas Ricci
Naveen M K
Oliver
Ryan McCauley
Viicos
ask09ok
icedcoffeeee
mostlyaman
Pull requests merged¶
A total of 39 pull requests were merged for this release.
Highlights¶
PR #2313: Finalized translation process and documentation
Deprecated classes and functions¶
- PR #2331: Removed deprecations up to
v0.12.0 Removed
distanceparameters fromThreeDCamera(replacement:focal_distance)Removed
min_distance_to_new_pointparameter fromTracedPathRemoved
positive_space_ratioanddash_spacingparameters fromDashedVMobjectRemoved
<method>_in_placemethods frommobjectRemoved
ReconfigurableSceneRemoved
SampleSpaceScene
- PR #2331: Removed deprecations up to
PR #2312: Replaced all occurrences of
set_submobjects
New features¶
- PR #2314: Added basic support for adding subcaptions via
Scene.add_subcaption() New method
Scene.add_subcaption()New keyword arguments
subcaption,subcaption_duration,subcaption_offsetforScene.play()
- PR #2314: Added basic support for adding subcaptions via
PR #2267: Implemented
CoordinateSystem.plot_antiderivative_graph()
Enhancements¶
PR #2347: Moved
manim_directive.pytomanim.utils.docbuildPR #2340: Added documentation for
animation.growingand improvedSpinInFromNothingPR #2343: Replaced current tree layout algorithm with SageMath’s for improved layout of large trees
PR #2351: Added missing
**kwargsparameter toTable.add_highlighted_cell()PR #2344: Resized SVG logos, fit content to canvas
Fixed bugs¶
PR #2359: Resolved
ValueErrorwhen callingmanim cfg writePR #2276: Fixed bug with alignment of z-axis in
ThreeDAxesPR #2325: Several improvements to handling of
qualityargumentPR #2335: Fixed bug with zooming camera and
PointCloudPR #2328: Fixed bug causing incorrect RGBA values to be passed to cairo
PR #2262: Fixed wrong cell coordinates with
Table.get_cell()after scalingPR #2280: Fixed
DecimalNumbercolor when number of displayed digits changes
Changes concerning the testing system¶
PR #2346: Made
frames_comparsiondecorator for frame testing a proper module of the libraryPR #2318: Added tests for
removerkeyword argument ofAnimationGroupPR #2301: Added a test for
ThreeDScene.add_fixed_in_frame_mobjects()PR #2274: Optimized some tests to reduce duration
Code quality improvements and similar refactors¶
New releases¶
PR #2353: Prepare new release:
v0.13.0
Unclassified changes¶
PR #2348: Updated translation source files