Skip to content

Releases: spotify/chartify

Release 4.0.5

12 Oct 09:01
8f94f23
Compare
Choose a tag to compare
  • Relaxed version requirements for scipy and pandas to allow versions 2.x

Release 4.0.4

23 Aug 08:49
f5e23ed
Compare
Choose a tag to compare
  • Documentation build fix
  • Pin tornado requirement to reduce vulnerability

Release 4.0.3

21 Apr 09:55
a13317a
Compare
Choose a tag to compare
  • Require jupyter_bokeh to enable html output

Release 4.0.2

30 Mar 11:00
364361f
Compare
Choose a tag to compare
  • 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

24 Mar 12:29
ca828ab
Compare
Choose a tag to compare
  • Updated version requirement of pillow to avoid bug

4.0.0

23 Mar 19:37
b518f1b
Compare
Choose a tag to compare
  • Dropped support for python 3.6 and 3.7

Release 3.1.0

22 Mar 09:44
59df367
Compare
Choose a tag to compare
  • Added Boxplot Chart

Release 3.0.5

13 Dec 09:38
7af764a
Compare
Choose a tag to compare
  • Fixed a few errors in example and tutorial notebooks
  • Fixed a typo in requirements.txt

Release 3.0.4

18 Oct 10:35
b27473b
Compare
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
Compare
Choose a tag to compare
  • Fix loading of color, color palette and styles configuration with PyYaml >= 5.2