- preparing for a 3.7.0 PyPI release - renamed class ca -> CA - ca now takes 0 or 1 iterables - created factory function for original constructor use case - `CA[D](*ds: D) -> ca[D]` - generated docs in docs repo - 2024-10-23
3.6.2
- removed docs from repo - docs for all grscheller namespace projects located [here](https://grscheller.github.io/grscheller-pypi-namespace-docs/).
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