All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased (latest master branch)
- something we've added, coming soon
- something else we've added
- something we've fixed (#issue_number)
- something else we've fixed (#issue_number)
- something we've changed (#issue_number)
2.0.0 - 2023-07-15
- GitHub Action workflow which performs unit testing on the four supported versions of Python (3.8, 3.9, 3.10, and 3.11)
- L-moments-related errors (#512)
- Various cleanups and formatting indentations
- Build and dependency management now using poetry instead of setuptools
- Documentation around installation with examples (#521)
- Palmer indices (these were always half-baked and nobody ever showed any interest in developing them further)
- Numba integration (see this discussion for context)
- requirements.txt (dependencies now specified solely in pyproject.toml)
- setup.py (now using poetry as the build tool)