* changed circular-array from a package to just a module * actually breaking API change * version number should have been 0.2.0 * gave CircularArray class foldL & foldR methods
0.1.0
* initial PyPI grscheller.circular-array release * migrated Circulararray class from grscheller.datastructutes * update docstrings to reflect current nomenclature
0.0.3
* got gh-pages working for the repo
0.0.2
* pushed repo up to GitHub * created README.md file for project
0.0.1
* decided to split Circulararray class out of datastructures * will make it its own PyPI project * got working with datastructures locally