Changelog#
v0.4.0#
Breaking Changes#
Supported Python versions include 3.9 to 3.12
Updated manim version
Updated dependency versions
v0.3.0#
Breaking Changes#
Huge library refactor.
MagneticFieldnow takes aWireparameter. This allows for a 3D field.Optimized field functions for both
ElectricFieldandMagneticField.
v0.2.5#
Bugfixes#
VGroups can be whole rigid bodies. Support forSVGMobjects
v0.2.4#
2021.12.25
New Features#
Hosted official documentation on readthedocs. The readme might be restructured due to redundancy.
New
lensingmodule: Mobjects includingLensandRaySpaceScenecan now specify the gravity vector.Fixed
ConvertToOpenGLimport error formanim v0.15.0.
Improvements#
Combined
BarMagneticFieldwithCurrentMagneticFieldintoMagneticField.Improved the updaters for
pendulummodule. Frame rate won’t show any lagging in the pendulum rods.
Bugfixes#
Updated deprecated parameters in the
wavemodule.
v0.2.3#
2021.07.14
Bugfixes#
Fix the small arrow bug in
ElectricField
v0.2.2#
2021.07.06
New objects#
Rigid Mechanics: Pendulum
Bugfixes#
Fix the
__all__bug, nowrigid_mechanics.pycan run normally.
Improvements#
Rewrite README.md to improve its readability
v0.2.1#
2021.07.03
New objects#
Electromagnetism: Charge, ElectricField, Current, CurrentMagneticField, BarMagnet, and BarMagnetField
Wave: LinearWave, RadialWave, StandingWave
Bugfixes#
Fix typo
Improvements#
Simplify rigid-mechanics
v0.2.0#
2021.07.01
Breaking Changes#
Objects in the manim-physics plugin are classified into several main branches including rigid mechanics simulation, electromagnetism and wave.