Skip to content

Releases: tammoippen/plotille

Aggregated Histograms

01 Dec 09:52
2d91a7b
Compare
Choose a tag to compare
  • 2d91a7b - Drop python 2.7 support (#52). We no are without any dependencies!
  • 8bb6e0e - Add support for drawing histogram with aggregated (buckets + counts) data (#51) by @Kami . Many thanks! 🎉
  • 589fe49 - Some extensions to the readme

Hero image and logo

19 Feb 09:51
4f25b1d
Compare
Choose a tag to compare
v4.0.2

v4.0.2

Fix image urls in README

14 Dec 17:05
Compare
Choose a tag to compare

I knew, there was a reason for the full urls ... pypi.

Colors and Images

14 Dec 16:39
Compare
Choose a tag to compare
  • Fix color codes (#42)
    • Consistent naming for named foreground / background colors.
    • breaking change in Dots, Canvas and Figure: a color_kwargs argument is introduced to add kwargs to the color function.
      The color_mode argument is mode in most cases now.
  • Improve rendering performance (#43)
  • Images as binary braille dot in Canvas or heatmaps / images with background colors in Canvas / Figure
  • CI now in Github

Examples, text, markers, ellipse, ...

06 Jul 09:12
4d0071d
Compare
Choose a tag to compare
  • Add examples.
  • Allow marker characters for plot and scatter.
  • Allow to write text inside the canvas.
  • Add ellipse and circle data generation.
  • Add vertical and horizontal lines for figures.
  • Add vertical and horizontal rectangles for figures.
  • Allow to customize X and Y ticks via callbacks.
  • Improve docs.
  • Respect NO_COLOR and FORCE_COLOR.

Fix over/underflow with numpy int types

11 Sep 15:06
e7b43e4
Compare
Choose a tag to compare
  • e7b43e4 - Fix over/underflow with numpy.int16 (#36)

Bugfixes

31 Aug 20:06
2fc3d58
Compare
Choose a tag to compare
  • histogram and plot have issues with single values / points #33 #34
  • add 3.8 to CI
  • update CI images

Add option to (not) print the origin.

17 Jul 12:51
83f4319
Compare
Choose a tag to compare
v3.7

Add option to (not) print the origin. (#24)

More datetime support

29 Mar 10:51
aada773
Compare
Choose a tag to compare
  • remove dependency on pendulum
  • check for support of native datetimes, pendulum DateTimes, and numpy.datetime64

Version v3.5

17 Dec 08:37
Compare
Choose a tag to compare
  • pendulum 2 support
  • travisci -> circleci
  • lgtm integration