Skip to content

Manim Data Structures v0.1.6

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Dec 12:07
· 2 commits to main since this release
421b18c
Release 0.1.6 (#6)

* BREAKING CHANGE: MArrayElement & MArray & MVariable play animations by themselves + MArrayPointer added (#5)

* perf: MArrayElement automatically plays animations on update calls

* perf: MArray can now play animations + refactored functions to improve readability

* perf: MVaraible can now play animations

* fix: deepcopy implemented for MArrayElement & MArray + MArray label for even elements resolved

* docs: updated docs according to recent changes

* feat: MArrayPointer added

* fix: MArrayPointer spawn & shift error resolved

* docs: added docs for MArrayPointer & Example Gallery

* docs: updated changelog for release 0.1.6