Skip to content

Releases: domarm-comat/pglive

v0.9.0

08 Jun 08:42
Compare
Choose a tag to compare

Dropping python 3.9 and 3.10 support in favor of supporting python 3.13.

v0.8.3

13 Mar 09:31
Compare
Choose a tag to compare

live_axis_range: correct range_limit calculations

v0.8.2

17 Feb 10:53
Compare
Choose a tag to compare

fix: handle VisibleDeprecationWarning location change in numpy >= 1.25

v0.8.1

14 Feb 09:45
Compare
Choose a tag to compare

Adds tow new features:

  1. min_range_width
    This sets a minimum display range width to data points being plotted.
  2. range_limit
    This sets the upper and lower bound of display range to data points being plotted. This parameter can be used alongside with min_range_width. range_limit has a higher priority than min_range_width.

v0.8.0

18 Nov 19:33
9667104
Compare
Choose a tag to compare

feat: add heatmap live plot

v0.7.7

13 Nov 18:27
Compare
Choose a tag to compare

handling of multiple line ticks, better ticks handling in general - should fix most of the missing tick issues

0.7.6

29 Aug 13:49
Compare
Choose a tag to compare

fix: Exception on Removing Ignored Plot #40
feat: Adjusting text in vertical leading lines #41

0.7.5

16 Jul 07:51
Compare
Choose a tag to compare

fix: date conversion exceptions

0.7.4

05 Feb 20:20
Compare
Choose a tag to compare

Dropped support for Python 3.8
Added support for Python 3.12
Readme update

0.7.3

24 Nov 06:41
ae5f431
Compare
Choose a tag to compare

Fixing: Formatting x axis timestamp for Axis.TIME #34