The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Exposed data attribute on View objects. (#40)
- Implemented keepachangelog format for CHANGELOG.rst (#37)
- Removed incorrect requirements.txt flag. (#43)
- Added declarative plotting objects: ViewSimCDF, ChartData, and View. (#11)
- Added tox for cross-version testing. (#14)
- Updated README and added jupytext + {black, flake8} to pre-commit. (#16)
- Added classifier tags for supported python versions to pyproject.toml (#18)
- Added README badge for Github-Actions Tests workflow. (#21)
- Fixed incorrect package requirements in pyproject.toml. (#11)
- Removed private method that is no longer needed. (#12)
- Moved project build instructions from setup.cfg to pyproject.toml. Moved project publishing from pyscaffold to flit. (#6)
- Uploaded the initial package version to PyPI.
- Set up package development requirements files. (#1)