Releases: spotify/chartify
Releases · spotify/chartify
Release 3.0.4
This update is a maintanaince release with no new features and mainly behind the scenes updates:
- Update github actions
- Limit versions of bokeh, Jinja, and importlib-metadata to fix build error. This is only necessary for python 3.6 it seems.
- Updated required versions of pytest and coverage
- Update setup.py (#135)
- Update options.py (#133)
- Change ChromeDriver link to avoid deprecated site (#134)
- Added test case and fix from PR #127
- Eliminate a number of deprecation warnings
- Add publish to PyPi workflow
Co-authored-by: Anurag Kumar mailanu98@gmail.com
Co-authored-by: Moad Akhraz 77294440+mdakh404@users.noreply.github.com
Co-authored-by: Damian 54457902+dxbednarczyk@users.noreply.github.com
Co-authored-by: Damian 54457902+dbednar230@users.noreply.github.com
3.0.3
- Fix loading of color, color palette and styles configuration with PyYaml >= 5.2
3.0.2
- Support PyYaml >= 5.2
3.0.1
3.0.0
- Updated Python to 3.6+ and Pandas to 1.0+ (Thanks @tomasaschan!)
- Updated Bokeh to 2.0+
- Removed colour dependency to fix setup errors.
2.7.0
Improvements:
- Updated default yaml loader to move off of
deprecated method (Thanks @vh920!) - Updated legend handling to adjust for deprecated methods
in recent versions of Bokeh (Thanks for reporting @jpkoc) - Updated license in setup.py (Thanks for reporting @jsignell)
- Bump base Pillow dependency to avoid insecure version.
- Update MANIFEST to include missing files (Thanks @toddrme2178!)
2.6.1
2.6.0
2.5.0
2.4.0
Improvements:
- Added second Y axis plotting.
- Removed Bokeh loading notification on import (Thanks @canavandl!)
- Added support for custom Bokeh resource loading (Thanks @canavandl!)
- Added example for Chart.save() method (Thanks @david30907d!)
Bugfixes:
- Updated documentation for saving and showing svgs.
- Fixed bug that broke plots with no difference between min and max
points. (Thanks for finding @fabioconcina!)