Skip to content

Releases: domarm-comat/pglive

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

0.7.2

07 Oct 12:39
45e9de3
Compare
Choose a tag to compare

Fixing compatiblity issue with numpy library

0.7.1

06 Sep 10:33
Compare
Choose a tag to compare

fixing overlapping ticks over axis label

0.7.0

03 Sep 14:15
Compare
Choose a tag to compare

added option to change tick angle
fixed some occasions when tick strings were completely missing
added option to show all categories (SHOW_ALL_CATEGORIES keyword) if categories are used for axis

0.6.9

30 Aug 06:55
cbc033d
Compare
Choose a tag to compare

added data_tick method to each live plot returning size of 1 tick
resolving issue when wrong axis range is generated if cb_append_data_array is used

0.6.8

15 Aug 08:56
Compare
Choose a tag to compare

refactoring crosshair code

0.6.7

27 Jul 07:06
Compare
Choose a tag to compare

removed PySide2 examples
added clear method to DataConnector used to clear all data from plot connected to the DataConnector
poetry update
readme update

0.6.6

24 Jul 05:49
Compare
Choose a tag to compare

removing pyside2 support
added support for Python3.11

0.6.5

19 Jul 18:37
672b185
Compare
Choose a tag to compare

added cb_append_data_array allowing append another array to existing dataset