Dtools.circular-array

Latest version: v3.10.1

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

Scan your dependencies

Page 1 of 5

3.10.1

- Major API changes
- class name still `ca`
- initializer takes 1 or 0 iterables
- like Python builtin types `list` or `tuple`
- factory function `CA` provided to create a `ca` from mult args
- like `[]` or `{}`
- otherwise, method names are all snake_case compatible
- examples
- popL -> popl
- pushR -> pushr
- fractionFilled -> fraction_filled
- updated pyproject.toml
- to better match other dtools namespace projects

3.9.1

- Fixed pdoc issues with new typing notation
- updated docstrings
- had to add TypeVars

3.9.0

- Final release as dtools.circular-array
- was previously grscheller.circular-array

3.8.0

- now circular-array indexing methods fully support slicing
- `__getitem__`
- `__setitem__`
- `__delitem__`
- added rotL(n) and rotR(n) methods

3.7.1

- for internal changes
- mostly for consistency across PyPI namespace projects

3.7.0

- regenerated docs for PyPI release

Page 1 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.