Releases: spotify/chartify
Releases · spotify/chartify
Release 5.0.1
Release 5.0.0
- Drop support for Python 3.8
- Add support for Python 3.11
- Fixes bad cropping in png introduced by changes to chrome webdriver
- Add support and recommendation to use make black for code formatting
What's Changed
- Fix png sizing by @jhyching in #172
- Release 5.0.0 by @tjofas in #174
- fix readme by @tjofas in #175
- fix readme by @tjofas in #176
- Updating manifest with markdown readme and history by @tjofas in #177
New Contributors
Full Changelog: 4.0.5...5.0.0
Release 4.0.5
- Relaxed version requirements for scipy and pandas to allow versions 2.x
Release 4.0.4
- Documentation build fix
- Pin tornado requirement to reduce vulnerability
Release 4.0.3
- Require jupyter_bokeh to enable html output
Release 4.0.2
- Fix categorical_order_by check for scatter plot
- Fix categorical_order_by check for _construct_source
- Refactor category sorting in _construct_source
- Add tests for categorical_order_by
- Fix scatter plot tests that used line plots
Release 4.0.1
- Updated version requirement of pillow to avoid bug
4.0.0
Release 3.1.0
- Added Boxplot Chart
Release 3.0.5
- Fixed a few errors in example and tutorial notebooks
- Fixed a typo in requirements.txt