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.
-
MArraySlidingWindowadded.
-
- Sphinx extensions added (intersphinx, napolean, viewcode, autodoc_typehints).
- Substitution reference file added
refsub.rstand utilized in Animating Arrays guide. - Docstrings of all classes updated.
- #5
MArrayElement&MArray&MVariableplay animations by themselves.MArrayPointeradded.
- #1:
MVariableadded.MArray.remove_elem()added.MArray.append_elem()changed.MArraylabel and fetch method added.- Generic
MArrayElementsub-mobjects fetch method added. MArrayElementCompenum added.- Changed
array.pytom_array.py. - Documentation updated.
MArrayclass can now grow in any of the four directions; Up, Down, Right & Left.MArrayclass has hidden indices now.
MArrayElementmethodfetch_mob_textchanged tofetch_mob_value.MArrayElementmethodanimate_mob_textchanged toanimate_mob_value.
- Added doc strings to
MArrayElementclass. - Added doc strings to
MArrayclass.
- Minimum python version requirement changed from
3.11to3.7.
MArrayElementclass to represent an array element.MArrayclass to represent an array.