-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
170 lines (128 loc) · 6.98 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
ChangeLog 'Tracking'
2022-11-14 German Llort <german.llort@bsc.es>
* Upgrades scripts to Python 3
* Adds links to allow builds in subfolders
* Fixes bug in manual mode when the sequences file contains empty lines
* Upgrades GUI to matplotlib 3+
* Upgrades version to 2.6.14
2022-05-25 German Llort <german.llort@bsc.es>
* Stays compatible with Paraver API changes beyond version >= 4.10.0
2022-04-13 German Llort <german.llort@bsc.es>
* Adds check in scale-frames.py for the names of the clustering
dimensions matching between the DATA.csv file and the output GNUplot
scripts from the clustering.
2020-05-08 German Llort <german.llort@bsc.es>
* Fixes compatibility issue with Python3 in scale-frames.py
2020-03-13 German Llort <german.llort@bsc.es>
* Fixes (partially) problem with clustering option output-plots="all" (3D plots are not rescaled/recolored)
2019-11-07 German Llort <german.llort@bsc.es>
* Fixes compatibility issue with Python3 when parsing the number of tasks from the prv trace
2019-05-23 German Llort <german.llort@bsc.es>
* Fixes type error in wx.Colour constructor for wxPython Phoenix
2018-09-21 German Llort <german.llort@bsc.es>
* Ignore NaN values to compute the clusters' centroids
2018-09-12 German Llort <german.llort@bsc.es>
* Compatibility fixes for Python 2 and 3, and wxPython Phoenix
2018-05-24 German Llort <german.llort@bsc.es>
* Standardise versioning
2017-07-25 German Llort <german.llort@bsc.es>
* Fixed error parsing the output of precompiled histograms of callers per
cluster stored in a file (the label was extended to include the binary name
using the token delimiter in the string). Warning: THIS BREAKS COMPATIBILITY
WITH PREVIOUS VERSIONS.
* Upgraded version to 2.6.7
2017-07-14 German Llort <german.llort@bsc.e>
* Added boost serialization libraries to the tracking binary rpath
2016-08-02 German Llort <german.llort@bsc.e>
* Fixed Paraver dependencies complying with the new paraver-package
2016-03-08 German Llort <german.llort@bsc.es>
* Upgraded version to 2.6.5
* Fixed bug in the scale-frames.py script so as not to scale the plots with sample points when clustering is used with flag "-m", which in turns avoids a later error of having more plots than input traces.
+ Added a manual tracking mode that can be enabled with flag -f
2016-03-07 German Llort <german.llort@bsc.es>
* Fixed bug parsing tracking parameters
2016-03-03 German Llort <german.llort@bsc.es>
* Removed the dependency with the Perl's module Switch
2016-01-27 German Llort <german.llort@bsc.es>
* Updated package dependencies in the README.
2015-12-11 German Llort <german.llort@bsc.es>
+ Added documentation
* Updated boost.m4 macros
2015-11-06 German Llort <german.llort@bsc.es>
* Fixed LD_LIBRARY_PATH environment setting to look for ANN libraries under lib and lib64
2015-10-30 German Llort <german.llort@bsc.es>
* Fixed bug in sequence alignment tracker (objects were incorrectly linked to self)
* Fixed bug in filtering untracked objects when there was no objects untracked in a frame
* Changed the algorithm that splits the rules based on the sequence tracker
- Removed hack that copied the libboost libraries from the paraver-kernel installation to $prefix/lib
2015-10-27 German Llort <german.llort@bsc.es>
* Fixed LD_LIBRARY_PATH environment setting to look for Paraver libraries under lib and lib64
* Fixed distribution of Python scripts
+ Added command-line parameter to enable the density tracker
* Changed deprecated symbols wx.PySimpleApp and wx.Color into wx.App and wx.Colour
* Previous flag -d (distance tracker) changed into -p (position tracker), to leave -d for the density tracker
* Flag -r (reconstruct traces) is now forced and always enabled
* Upgraded version to 2.6.4
2015-03-09 German Llort <german.llort@bsc.es>
* Fixed missing icon in xtrack GUI
* Fixed missing execution permissions in the installed scripts
2015-02-09 German Llort <german.llort@bsc.es>
* Fixed arguments in histogram->execute(), now requires a new argument
for the progress bar
* Upgraded version to 2.6.3
2014-10-21 German Llort <german.llort@bsc.es>
* Fixed dependency problems with libboost
- Removed unnecessary scripts
* Fixed crash when tracking.bin was called without arguments
* Upgraded version to 2.6.2
2014-10-17 German Llort <german.llort@bsc.es>
+ Added rpaths in the linker flags to avoid errors while loading
shared libraries
2014-10-14 German Llort <german.llort@bsc.es>
+ Added some icons and minor improvements in the GUI
* Changed some drawing priorities
* Fixed minor bugs in the GUI
* Renamed conflicting type from ObjectID to ObjectID_t
* Upgraded version to 2.6.1
2014-07-08 German Llort <german.llort@bsc.es>
+ Added new tracker based on density.
* Designed new GUI.
* Fixed several bugs.
* Major code refactoring.
* Upgraded version to 2.60
2014-04-17 German Llort <german.llort@bsc.es>
+ Added arguments "-d" and "-t" to enable/disable the cross-classification heuristic and set a likeliness threshold
* Fixed bug allocating/freeing memory
2014-04-14 German Llort <german.llort@bsc.es>
* Rules extracted from the sequence tracker are applied with priorities: the more specific correlations are applied first
* Changed deprecated macros AM_PROG_MKDIR_P and mkdir_p into AC_PROG_MKDIR_P and MKDIR_P
2014-02-05 German Llort <german.llort@bsc.es>
* Removed more markers that are causing problems to draw in xtrack
+ Added checks for boost_serialization in the configure
2014-02-04 German Llort <german.llort@bsc.es>
* Removed marker '7' to draw the clusters in xtrack
* Fixed configure checks for boost
* Set the minimum correlation percentage for the classifier heuristic to 10% (up from 0%)
* Upgraded version to 2.51
2013-14-03 German Llort <german.llort@bsc.es>
* Fixed bug in the callers tracker (delta fixed to 1 in the 3D histogram)
2013-06-03 German Llort <german.llort@bsc.es>
* Fixed bug when checking for callstack events in the PCF file.
2013-05-31 German Llort <german.llort@bsc.es>
* Fixed missing files in the distribution.
2013-05-31 German Llort <german.llort@bsc.es>
* Improvements for the distribution of the package. Fixes to resolve paths dynamically for binary distribution.
2013-05-30 German Llort <german.llort@bsc.es>
* Everything ported to the newest ClusteringSuite. Several fixes. New GUI. Upgraded to version 2.5.
2013-03-15 German Llort <german.llort@bsc.es>
+ Added a new Python GUI. The one under scripts/ will be deleted.
2012-09-14 German Llort <german.llort@bsc.es>
* Changed the generation of the final sequences. When there's more than one path available, unifies them all
2012-06-12 German Llort <german.llort@bsc.es>
* Improved the script that generates the output plots to draw the clustering dimensions and the extrapolated metrics
+ Added new tracking step that makes correlations by comparing the sequences of two different traces
* Several bug fixes
2012-03-26 German Llort <german.llort@bsc.es>
+ Added 'boost.m4' macros to config/ directory
2012-03-26 German Llort <german.llort@bsc.es>
+ Initial revision uploaded to SVN