Releases: domarm-comat/pglive
Releases · domarm-comat/pglive
v0.9.0
v0.8.3
live_axis_range: correct range_limit calculations
v0.8.2
fix: handle VisibleDeprecationWarning location change in numpy >= 1.25
v0.8.1
Adds tow new features:
- min_range_width
This sets a minimum display range width to data points being plotted. - 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
feat: add heatmap live plot
v0.7.7
handling of multiple line ticks, better ticks handling in general - should fix most of the missing tick issues
0.7.6
0.7.5
fix: date conversion exceptions
0.7.4
Dropped support for Python 3.8
Added support for Python 3.12
Readme update