All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
-
MArraySlidingWindow
added.
-
- Sphinx extensions added (intersphinx, napolean, viewcode, autodoc_typehints).
- Substitution reference file added
refsub.rst
and utilized in Animating Arrays guide. - Docstrings of all classes updated.
- #5
MArrayElement
&MArray
&MVariable
play animations by themselves.MArrayPointer
added.
- #1:
MVariable
added.MArray.remove_elem()
added.MArray.append_elem()
changed.MArray
label and fetch method added.- Generic
MArrayElement
sub-mobjects fetch method added. MArrayElementComp
enum added.- Changed
array.py
tom_array.py
. - Documentation updated.
MArray
class can now grow in any of the four directions; Up, Down, Right & Left.MArray
class has hidden indices now.
MArrayElement
methodfetch_mob_text
changed tofetch_mob_value
.MArrayElement
methodanimate_mob_text
changed toanimate_mob_value
.
- Added doc strings to
MArrayElement
class. - Added doc strings to
MArray
class.
- Minimum python version requirement changed from
3.11
to3.7
.
MArrayElement
class to represent an array element.MArray
class to represent an array.