Skip to content
This repository was archived by the owner on Sep 6, 2022. It is now read-only.

Commit 28852dd

Browse files
committed
8.4.0
Solve date refresh issues on ArchivingBrowser Add methods for check/restart of HDB++ attributes Solve bugs for loading multi-schema properties into Reader Add check.py for schema checking, improve checks on HDB++ Add script for mysql dumps update dependencies Solve bugs in last value attribute, add try/except solve bug on starting multiple attributes Add exceptions on failing manager Merge pull request #7 from jcmarrucho/master Fix PyTangoArchiving documentation link solve exceptions in dialogs, add DB cache check solve bugs on model parsing for tables 8.3.1 update dialogs and refresh options solve import bug on pta.widget.tree 8.2.x New Browser layout with Tree (in Taurus 4) solve import bug on pta.widget.tree solve bug on loading range argument Forced refresh with raw decimation Refactor Browser panel to solve resizing and add tree selection Enable PyTangoArchiving.AliasFile on Reader(*).get_attributes Solve bug on alias translation with full names added new info and update buttons for refresh embed config dialog in ctarchiving solve tango host fqdn errors, add Advanced button dialog methods moved from trend to widget.dialogs 8.1, Improved plotting, removed redundant checkScale calls, Add get_last_values/start_archiving_for_attributes for multi-archiving module Reorganization of helper methods in utils/common/dbs Last and LastDate attributes added to PyExtractor 8.0.0 Trends solved issues on loading/refreshing data Added backtracking when N<0
1 parent 3756935 commit 28852dd

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

CHANGES

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,48 @@
66
@TODO Rename widgetArchivingBrowser.ModelSearchWidget to widget.browser.ArchivingBrowser
77
@TODO: rename ArchivingBrowser to browser
88

9+
8.4.0
10+
11+
Solve date refresh issues on ArchivingBrowser
12+
Add methods for check/restart of HDB++ attributes
13+
Solve bugs for loading multi-schema properties into Reader
14+
Add check.py for schema checking, improve checks on HDB++
15+
Add script for mysql dumps
16+
update dependencies
17+
Solve bugs in last value attribute, add try/except
18+
solve bug on starting multiple attributes
19+
Add exceptions on failing manager
20+
Merge pull request #7 from jcmarrucho/master
21+
Fix PyTangoArchiving documentation link
22+
solve exceptions in dialogs, add DB cache check
23+
solve bugs on model parsing for tables
24+
25+
8.3.1 update dialogs and refresh options
26+
solve import bug on pta.widget.tree
27+
28+
8.2.x New Browser layout with Tree (in Taurus 4)
29+
solve import bug on pta.widget.tree
30+
solve bug on loading range argument
31+
Forced refresh with raw decimation
32+
Refactor Browser panel to solve resizing and add tree selection
33+
Enable PyTangoArchiving.AliasFile on Reader(*).get_attributes
34+
Solve bug on alias translation with full names
35+
added new info and update buttons for refresh
36+
embed config dialog in ctarchiving
37+
solve tango host fqdn errors, add Advanced button
38+
dialog methods moved from trend to widget.dialogs
39+
8.1, Improved plotting, removed redundant checkScale calls,
40+
Add get_last_values/start_archiving_for_attributes for multi-archiving module
41+
Reorganization of helper methods in utils/common/dbs
42+
Last and LastDate attributes added to PyExtractor
43+
944
8.0.0 Trends solved issues on loading/refreshing data
1045

1146
Added backtracking when N<0
1247

1348
7.9.3 HDB++ multi module and new api access
1449

50+
Added new Schema API, properties and docs
1551
dict-like methods moved to CommonAPI (snap bug)
1652
AddToTrend action^Cdded to context menu
1753
PyTangoArchiving.api() now allows access to all declared Schemas

PyTangoArchiving/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.3.1
1+
8.4.0

0 commit comments

Comments
 (0)