v0.2.0
What's Changed
- Package as a proper PyPI-ready Python project by @ajschumacher in #1
- draw_pavement split by @ajschumacher in #2
- Extract pavement_stats by @ajschumacher in #3
- Fold multi() into plot() with shape dispatch by @ajschumacher in #4
- Add numpydoc-style docstrings by @ajschumacher in #5
- Add type hints to all public functions by @ajschumacher in #6
- Stack rows bottom-to-top to match boxplot by @ajschumacher in #7
- Add orientation parameter (default vertical) by @ajschumacher in #8
- Rename labels to tick_labels by @ajschumacher in #9
- Rename height to width(s), matching boxplot by @ajschumacher in #10
- Add line_props for styling by @ajschumacher in #11
New Contributors
- @ajschumacher made their first contribution in #1
Full Changelog: https://github.com/ajschumacher/pavement/commits/v0.2.0