Skip to content

Releases: mkaz/termgraph

Termgraph v0.5.3

04 Sep 14:55
4aa3b67
Compare
Choose a tag to compare
  • Fix issue with import and using via API #86

Termgraph v0.5.2

26 Jul 15:27
f0657a8
Compare
Choose a tag to compare

Fixes bug with normalizing empty data #79
Props to @neil-greenwood

Termgraph v0.5.0

20 Jun 15:52
50b5490
Compare
Choose a tag to compare
  • Updates and code structuring for first use of termgraph as a module, see example.py #75 Thanks @AdityaTaggar05 for the major contribution
  • New --space-between parameter to add new line between values in chart #75
  • New convert to human readable format #75
  • Fix BrokenPipeError #80 props @danielhoherd

Termgraph v0.4.2

19 Jun 18:39
63491d8
Compare
Choose a tag to compare
  • Allow normalize to work on data smaller than width, for example values from 0-1

Note: I tried breaking up the file, into smaller pieces in v0.4.1 but resulted in a bad build.
I need to figure out how to package multiple files together.

Termgraph v0.4.0

19 Jun 14:44
f39c462
Compare
Choose a tag to compare
  • Adds histogram support (#51 props to @HiromuIshikawa)
  • Fixes vertical graphs
  • Updates vertical graphs to honor --no-values --no-label flags
  • Windows compatibility fix for color options (props to Yuki Okushi)

Termgraph v0.3.1

14 Jun 15:48
ccc7eda
Compare
Choose a tag to compare
  • Merge #46 do not show zero values on calendar heatmap ( props @dkasak )

Termgraph v0.3.0

11 Jun 13:04
b8eebb0
Compare
Choose a tag to compare

New Flag

  • Add no --no-values flag to suppress the display of ending values

Code Quality

Termgraph v0.2.3

19 May 13:54
ff6c2c3
Compare
Choose a tag to compare

Release Notes

  • Fix incompatibility bug with label_before args undefined (#57)
  • Fix min/max with multiple categories props to @MaximeVdB (#56)

Termgraph v0.2.2

13 May 13:53
d9ca5b5
Compare
Choose a tag to compare

Adds a new flag --label-before that displays the labels in front of the lines, not the end.
Props to @wgxo for the contribution.

Note: When using the --label-before flag, you may also want to use --format={:7.2f} or something similar so the labels right-align instead of the default left-align.

Termgraph v0.2.1

19 Nov 13:56
5722c0e
Compare
Choose a tag to compare
  • Fix issue two graphs not showing when using --different-scale flag #49
    Props to @HiromuIshikawa