Skip to content

Latest commit

 

History

History
74 lines (47 loc) · 3.29 KB

CHANGELOG.md

File metadata and controls

74 lines (47 loc) · 3.29 KB

Changelog

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.

[0.1.7] - 2023-01-09

PRS

  • #9

    • MArraySlidingWindow added.
  • #8

    • 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.

[0.1.6] - 2022-12-26

PRS

  • #5
    • MArrayElement & MArray & MVariableplay animations by themselves.
    • MArrayPointer added.

[0.1.5] - 2022-12-10

PRs

  • #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 to m_array.py.
    • Documentation updated.

[0.1.4] - 2022-11-27

Added

  • MArray class can now grow in any of the four directions; Up, Down, Right & Left.
  • MArray class has hidden indices now.

[0.1.3] - 2022-11-25

Changed

[0.1.2] - 2022-11-25

Added

[0.1.1] - 2022-11-24

Changed

  • Minimum python version requirement changed from 3.11 to 3.7.

[0.1.0] - 2022-11-24

Added