Chartify Versions Save

Python library that makes it easy for data scientists to create charts.

4.0.5

7 months ago
  • Relaxed version requirements for scipy and pandas to allow versions 2.x

4.0.4

8 months ago
  • Documentation build fix
  • Pin tornado requirement to reduce vulnerability

4.0.3

1 year ago
  • Require jupyter_bokeh to enable html output

4.0.2

1 year ago
  • 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

4.0.1

1 year ago
  • Updated version requirement of pillow to avoid bug

4.0.0

1 year ago
  • Dropped support for python 3.6 and 3.7

3.1.0

1 year ago
  • Added Boxplot Chart

3.0.5

1 year ago
  • Fixed a few errors in example and tutorial notebooks
  • Fixed a typo in requirements.txt

3.0.4

1 year ago

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 [email protected] Co-authored-by: Moad Akhraz [email protected] Co-authored-by: Damian [email protected] Co-authored-by: Damian [email protected]

3.0.3

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