* BREAKING API CHANGE - CircularArray class removed * CircularArray moved to its own PyPI & GitHub repos * https://pypi.org/project/grscheller.circular-array/ * https://github.com/grscheller/circular-array * Fix various out-of-date docstrings
0.12.3
* cutting next PyPI release from development (main) * if experiment works, will drop release branch * will not include `docs/` * will not include `.gitignore` and `.github/` * will include `tests/` * made pytest >= 7.4 an optional test dependency
0.12.2
* designing sensible reduce & accumulate overrides for Maybe & Either * default implementations were not that useful * taking their behavior as bugs and not API changes * more tests for accumulate & reduce * fixed Stack reverse() method * should have caught this when I fixed FStack on last PyPI release * more Stack tests * many more FP tests
0.12.1
* BUG FIX: FStack reverse() method * added more tests
0.12.0
* Considerable future-proofing for first real Beta release
0.11.3.4
* Package structure mature and not subject to change beyond additions * Will endeavor to keep top level & core module names the same * API changes will be deprecated before removed