ChangeLogs

  • 1.5.2

    • Fix Collection handling & Python > 3.0 (thanks to Yuri Astrakhan)

  • 1.5.1

    • Fix remove unecessary import to six

  • 1.5.0

    • Add possibility to change the titlebar character (thanks to Denis Khoshaba)

  • 1.4.3

    • Fix loading of license and long description (it was systematically fallbacking to default values with python2.7)

  • 1.4.2

    • Fix setup.py to handle encoding properly, and fallback to safe values in errors (license and long description)

  • 1.4.1

    • Fix length computation with string containing ANSI control characters

  • 1.4.0

    • Add –force-max-value (-x) option to command line tool to set max value. (Thanks to GerritRV)

    • Add handling for negative values

  • 1.3.0

    • Add force_max_value optional parameter (permits to force a given scale) (Thanks to Yuly Tenorio)

  • 1.2.0

    • Add float formatting (float_format parameter in constructor, -F switch in CLI) (thanks to interrogator)

  • 1.1.4

    • Fix DivisionByZero in case all values are 0

  • 1.1.3

    • Fix typo in long option name for human readable mode in cli tool

    • Improve –help to be more consistent in cli tool

  • 1.1.2

    • Fix bad format/empty dataset in asciigraph command line tool

  • 1.1.1

    • Fix auto-threshold calculation in asciigraph command line tool

  • 1.1.0

    • Add human readable flag (power of 1000 or 1024)

    • Fix multi values display alignment

  • 1.0.1

    • Add testing on python 3.4

    • Improve source code readability

    • Improve documentation

  • 1.0.0

    • Add coloring capabilities (mono and multi color) (big thanks to David Whiteside)

    • Add some functions and constants to help color data

    • Add possibility to change the symbol used for the graph bar

    • Improve unit tests

    • Improve documentation

    • Remove sort capabilities

  • 0.2.1

    • Improve documentation

  • 0.2.0

    • Add a sort capability

    • Add unit tests

    • Add a command line utility (asciigraph)

    • Fix number of encoding issues

  • 0.1.0

    • Initial packaging, initial documentation and overall cleaning (big thanks to James Pearson (xiongchiamiov))