Dtools-circular-array

Latest version: v3.9.0

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

Scan your dependencies

Page 2 of 4

3.6.1

* infrastructure and minor docstring changes
* should be compatible with version 3.6.0

3.6.0

* no future changes planned for the foreseeable future
* feature complete
* no external dependencies
* well tested with other grscheller namespace packages
* final API tweaks made
* several more pytest tests added
* made the `compact` method private
* now called `_compact_storage_capacity`

3.5.0

* made the `double` method private
* now called `_double_storage_capacity`
* major docstring improvements
* improved indentation and code alignment
* now much more Pythonic

3.4.1

* updated README.md to reflect name changes of CA methods
* docstring improvements

3.4.0

* updated `__eq__` comparisons
* first compare elements by identity before equality
* noticed that is what Python builtins do
* makes dealing with grscheller.fp.nada module easier
* standardizing docstrings across grscheller PyPI projects

3.3.0.1

* made a paradigm "regression", preparing for a 3.4.0 release
* felt CA was becoming way too complicated
* grscheller.datastructures needed it to fully embrace type annotations
* but I was shifting too many features back into grscheller.circular-array
* want ca to be useful for non-functional applications
* changes made
* removed grscheller.fp dependency
* remove _sentinel & _storable slots from CA class
* remove copy method, just use ca2 = CA(*ca1) to make a shallow copy
* adjust __repr__ and __str__ methods
* experimenting with Spinx syntax in docstrings (still using pdoc3)
* changed nomenclature from "left/right" to "front/rear"
* unsafe and safe versions of pop & fold functionality
* left and right folds improvements
* consolidated `foldL, foldL1, foldR, foldR1` into `foldL` & `foldR`
* TODO: rename `foldL` to `fold_forward` & `foldR` to `fold_backward`
* tests working
* basically I changed pops to unsafe pops and added `try except` blocks
* safe versions tests needed
* safe pops return multiple values in tuples
* will take a `default` value to return
* if only asked to return 1 value and CA is empty
* seems to work properly from iPython

Page 2 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.