diff --git a/HISTORY.rst b/HISTORY.rst new file mode 100644 index 0000000..2c579c8 --- /dev/null +++ b/HISTORY.rst @@ -0,0 +1,18 @@ +History +======= + +v1.0.2 +------ +* Add HISTORY.rst +* Bump patch number to align with Zenodo deposit pdate + +v1.0.1 +------ +* Add docstrings for all public functions +* Update readme with additional step-by-step instructions to serve as user manual +* Add `optimize_case` function +* Refactor various functions to facilitate abstraction + +v1.0.0 +------ +* Initial commit