File: ChangeLog

package info (click to toggle)
galvani 0.39-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,940 kB
  • sloc: cpp: 7,622; makefile: 76; xml: 31
file content (189 lines) | stat: -rw-r--r-- 6,734 bytes parent folder | download | duplicates (2)
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
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
galvani (0.39-1) unstable; urgency=medium

  * corrected calculation of peak area in chromatograms
  * fixed a bug in displaying numerical values (log 0)
  * fixed a bug in calculation of peak maxima

 -- Burkard Lutz <b.lutz@online.de>  Sat, 31 May 2025 17:20:06 +0200

galvani (0.38-1) unstable; urgency=medium

  * several bugfixes
  * managing usb transmission error
  * improved accuracy of displaying numerical values
  * improved value scaling
  * changed ok and cancel symbol to gtk-apply and gtk-cancel

 -- Burkard Lutz <b.lutz@online.de>  Sun, 03 Nov 2024 14:20:06 +0100

galvani (0.37-1) unstable; urgency=medium

  * several bugfixes
  * standard deviation in linear simulation increased

 -- Burkard Lutz <b.lutz@online.de>  Sun, 06 Okt 2024 16:26:06 +0200

galvani (0.36-1) unstable; urgency=medium

  * simulation procedure improved
  * user can define simulation parameters
  * simulation "spectrum" removed
  * reset project settings when cancelled
  * several bugfixes

 -- Burkard Lutz <b.lutz@online.de>  Wed, 10 Jul 2024 14:37:06 +0200

galvani (0.35-1) unstable; urgency=medium

  * minimum for main window width and height defined.
  * fixed problem in calculating peak area (range check error)
  * corrected calculation of minimal peakheight (regarding baseline)
  * activate volume as x function with ph simulation
  * fixed bug in simulation (remote configuration off)
  * fixed bug in device options (interface selection)
  * fixed bug in usb device connection (reported falsely true)
  
 -- Burkard Lutz <b.lutz@online.de>  Thu, 02 May 2024 19:21:32 +0200

galvani (0.34-1) unstable; urgency=medium

  * Initial release. (Closes: #1067096)

 -- Burkard Lutz <b.lutz@online.de>  Thu, 29 Feb 2024 15:21:32 +0100
 
galvani (0.33-1) UNRELEASED; urgency=low

    * several bugfixes
    * diagram scaling when x/y-max = x/y-min
    * device connection only when name and interface defined
    * corrected function to set appropriate unit to value
    * improved diagram scaling with low values
    * improved message when device function differs from settings
    * bug in reading usb devices fixed
    * reading function from scpi device corrected
    * bug in data reading function (eof error) corrected
    * enhanced project settings (device control)
    * simulation type and device names are saved in data files
    * data for simulation of titration curves can be set
    * new algorithm for simulation of titration curves
    * calculation of differential function corrected
    * minimum peak height of derivative in evaluation options

 -- Burkard Lutz <b.lutz@online.de>  Tue, 06 Feb 2024 19:03:18 +0100

galvani (0.32-1) UNRELEASED; urgency=low

    * read function for Impo DMI4 corrected

 -- Burkard Lutz <b.lutz@online.de>  Mon, 20 Nov 2023 16:45:18 +0100

galvani (0.31-1) UNRELEASED; urgency=low

    * several bugfixes
    * spline interpolation for drawing data curves
    * algorithm for peak detection and integration corrected
    * baseline and peak limits in peak integration
    * improved window management

 -- Burkard Lutz <b.lutz@online.de>  Fri, 17 Nov 2023 17:43:18 +0100

galvani (0.30-1) UNRELEASED; urgency=low

    * several bugfixes

 -- Burkard Lutz <b.lutz@online.de>  Thu, 05 Oct 2023 17:25:18 +0200

galvani (0.29-1) UNRELEASED; urgency=low

    * several bugfixes
    * new data structure for measurement values (vector)
    * values are always stored in standard units without prefix
    * display has correct units
    * oscillation of diagramm scale ist omitted
    * improved algorithm for peak detection and integration
    * device options (Gtk Widgets) defined as arrays for channels x and y
    * improved font and line scaling for printing diagram

 -- Burkard Lutz <b.lutz@online.de>  Fri, 29 Sep 2023 13:10:18 +0200

galvani (0.28-1) UNRELEASED; urgency=low

    * several bugfixes
    * new algorithm for finding peak maxima and calculating peak area
    * (alpha - still buggy)
    * support for connection of devices by USB (TMC)
    * support for communication to devices by scpi commands
    * only measuring functions are listed when the appropriate 
    * control string is filled in
    * measurement can be started with timer
    * measurement can be canceled 

 -- Burkard Lutz <b.lutz@online.de>  Tue, 08 Aug 2023 17:51:18 +0200

galvani (0.27-1) UNRELEASED; urgency=low

    * several bugfixes
    * new algorithm for calculating differential function
    * derivative is calculated with building averages
    * maxima in derivative are found by building triangular moving averages
    * maxima in derivative are fitted to gauss model (least squares)
    * derivative graph shows differential quotient (data points)
    * derivative function (gauss model) is also shown
    * new algorithm for printing diagrams
    * custom widget in print dialog (page elements) added

 -- Burkard Lutz <b.lutz@online.de>  Mon, 28 Feb 2023 17:50:52 +0100

galvani (0.26-1) UNRELEASED; urgency=low

    * several bugfixes
    * manpage added
    * documentation (menu help) added
    * device configuration files are coppied to package-directory
    * bug fixed which led to loading data files even if user cancelled the operation
    * data evaluation - volume speed with unit ml/min
    * data display - unit corrected for data evaluation
    * pH-diagrams ymax=14 also when importing data form file
    * data import - unknown measurement function (e.g. foreign language) can be mapped to known function

 -- Burkard Lutz <b.lutz@online.de>  Mon, 30 Jan 2023 15:50:52 +0100

galvani (0.25-1) UNRELEASED; urgency=low

    * several bugfixes
    * reading data from device "Lutron PH-207": function corrected
    * new procedure for converting strings to double, integer and bool data types
    * support for "Impo DMI4"
    * new function for writing control-strings to dmm for remote setup
    * all .dmm-files updated

 -- Burkard Lutz <b.lutz@online.de>  Sun, 08 Jan 2023 17:23:52 +0100

galvani (0.24-1) UNRELEASED; urgency=low

    * new array of in session installed multimeters
    * several bugfixes
    * reset for diagram dimensions in begin_mess()
    * menu items disabled when not needed
    * simulation SPEKTRUM corrected

 -- Burkard Lutz <b.lutz@online.de>  Tue, 13 Dec 2022 18:23:52 +0100
 
galvani (0.23-1) UNRELEASED; urgency=low

  * enhanced simulation spectrum
  * several bugfixes and improvements
  * moved to English version
  * added German language support

 -- Burkard Lutz <b.lutz@online.de>  Fri, 04 Nov 2022 17:53:45 +0100
 

galvani (0.2-1) UNRELEASED; urgency=low

  * Initial release. 
  * enhanced simulation Spectrum
  * many bugfixes and improvements

 -- Burkard Lutz <b.lutz@online.de>  Fri, 23 Sep 2022 17:02:21 +0200