Skip to content

Releases: andras-tim/tchart

2.0.0 - 2016-04-04

04 Apr 06:54
Compare
Choose a tag to compare

Added

  • added decorators: frame, thin frame, double frame, paper
  • added renderers: sharp, drawille

Changed

  • changed signature of tchart!
  • refactored ChartRenderer for separate chart renderer and chart decorator
    • name of current renderer is box, and current decorator is axis

1.1.0 - 2016-03-30

30 Mar 02:12
Compare
Choose a tag to compare

Changed

  • supported Python is 2.7, 3.4, 3.5 (removed 3.2, added 2.7)
  • changed license from GPLv2 to GPLv3
  • small deployment & testing related changes
  • Pylint ready code

1.0.1 - 2015-10-27

27 Oct 03:18
Compare
Choose a tag to compare

Added

  • added example screenshots
  • enhanced readme with usage, badges and screenshots
  • improved test environment
  • wrote unit tests for bad dimension error #3

Fixed

  • horizontal scaling works bad in some cases #1
  • fixed building on Python3.2 in Travis #2

1.0.0 - 2015-10-20

20 Oct 08:15
Compare
Choose a tag to compare

Added

  • tchart lib with unit tests
  • random chart generator example