Manim-data-structures

Latest version: v0.1.7

Safety actively analyzes 624845 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.1.7

PRS

- [9](https://github.com/drageelr/manim-data-structures/pull/9)
- `MArraySlidingWindow` added.

- [8](https://github.com/drageelr/manim-data-structures/pull/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

PRS

- [5](https://github.com/drageelr/manim-data-structures/pull/5)
- `MArrayElement` & `MArray` & `MVariable`play animations by themselves.
- `MArrayPointer` added.

0.1.5

PRs

- [1](https://github.com/drageelr/manim-data-structures/pull/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

Added

- [`MArray`](https://github.com/drageelr/manim-data-structures/blob/251d6ff130243e4408ef6a9453cc7ad27f62d372/src/manim_data_structures/array.py#L292) class can now grow in any of the four directions; Up, Down, Right & Left.
- [`MArray`](https://github.com/drageelr/manim-data-structures/blob/251d6ff130243e4408ef6a9453cc7ad27f62d372/src/manim_data_structures/array.py#L292) class has hidden indices now.

0.1.3

Changed

- [`MArrayElement`](https://github.com/drageelr/manim-data-structures/blob/1854335f2311c3157f19e6d328165013fc64cbf6/src/manim_data_structures/array.py#L6) method `fetch_mob_text` changed to [`fetch_mob_value`](https://github.com/drageelr/manim-data-structures/blob/1854335f2311c3157f19e6d328165013fc64cbf6/src/manim_data_structures/array.py#L147).
- [`MArrayElement`](https://github.com/drageelr/manim-data-structures/blob/1854335f2311c3157f19e6d328165013fc64cbf6/src/manim_data_structures/array.py#L6) method `animate_mob_text` changed to [`animate_mob_value`](https://github.com/drageelr/manim-data-structures/blob/1854335f2311c3157f19e6d328165013fc64cbf6/src/manim_data_structures/array.py#L220).

0.1.2

Added

- Added doc strings to [`MArrayElement`](https://github.com/drageelr/manim-data-structures/blob/1854335f2311c3157f19e6d328165013fc64cbf6/src/manim_data_structures/array.py#L6) class.
- Added doc strings to [`MArray`](https://github.com/drageelr/manim-data-structures/blob/1854335f2311c3157f19e6d328165013fc64cbf6/src/manim_data_structures/array.py#L243) class.

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.