Skip to content

Releases: spotify/chartify

Release 3.0.4

18 Oct 10:35
b27473b

Choose a tag to compare

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

02 Nov 22:13
615f34a

Choose a tag to compare

  • Fix loading of color, color palette and styles configuration with PyYaml >= 5.2

3.0.2

02 Nov 22:06
8fe14fb

Choose a tag to compare

  • Support PyYaml >= 5.2

3.0.1

02 Jun 21:51
36bdcb0

Choose a tag to compare

  • Reduce dependencies by replacing jupyter with ipython

3.0.0

29 May 20:01
02bc465

Choose a tag to compare

  • 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

27 Nov 20:28
f56743c

Choose a tag to compare

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

15 Aug 19:28
895470e

Choose a tag to compare

Bugfixes:

  • Moved package requirements and fixed bug that occured with latest version of Bokeh (Thanks @emschuch & @mollymzhu!)
  • Fixed bug in README while generating docs (Thanks @Bharat123rox!)

2.6.0

08 Mar 22:30
e188526

Choose a tag to compare

Improvements:

  • Allows users to plot colors on bar charts that aren't contained in the categorical axis.

Bugfixes:

  • Fixed bug that caused float types to break when plotted with categorical text plots (Thanks for finding @Danela!)
  • Fixed broken readme links.

2.5.0

17 Feb 20:28
55a0783

Choose a tag to compare

Improvements:

  • Added Radar Chart

2.4.0

16 Feb 23:05

Choose a tag to compare

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!)