Grscheller.circular-array

Latest version: v3.8.1

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

Scan your dependencies

Page 3 of 4

3.1.0

* generic typing now being used
* first PyPI release where mult values can be pushed on CircularArray

3.0.0

* CircularArray class now using Generic Type Parameter

* new epoch in development, start of 3.0 series
* now using TypeVars
* API changes
* foldL(self, f: Callable[[T, T], T]) -> T|None
* foldR(self, f: Callable[[T, T], T]) -> T|None
* foldL1(self, f: Callable[[S, T], S], initial: S) -> S
* foldR1(self, f: Callable[[T, S], S], initial: S) -> S

2.0.0

* BUGFIX: Fixed a subtle resizing bug
* bug probably present in all previous versions
* not previously identified due to inadequate test coverage
* test coverage improved vastly
* made some major code API changes
* upon initialization minimizing size of the CircularArray
* have some ideas on how to to improve API for resizing CircularArrays
* need to test my other 2 PyPI projects
* both use circular-array as a dependency

1.1.0.0

1.0.1

* docstring updates to match other grscheller PyPI repos

1.0.0

* first stable release
* dropped minimum Python requirement to 3.10

Page 3 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.