- 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