forked from geomagpy/magpy
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathCHANGES.txt
220 lines (157 loc) · 6.02 KB
/
CHANGES.txt
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
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
MagPy provides a tool set for geomagnetic data analysis.
Installation instructions can be found on the main download page.
-------------------------------------------------
####v<0.3.97>, <2017-09-15> -- On the way to beta.
v0.3.97 general:
+++++ numerous additions, fixes and improvements in GUI (flagging, value)
v0.3.97 fixes:
+ absolute analysis: long file names are now correctly supported
+ Leap seconds in IAGA files are now considered like (2015-06-30T23:59:60 -> 2015-07-01T00:00:00)
while reading
+ reading multiple files in windows is now working
+ corrected stream subtraction method for similar, but non-identical time steps in both timeseries
+ output format for IAGA 2002 files: corrected several issues with header and compatibility
v0.3.97 additions:
+ GUI: IMAGCDF export - flagging information can be attached
+ absolute analysis GUI: notificatzion for missing Azimuth of AutoDIF
+ absolute analysis GUI: Log window now scrollable in WinXP and more recent
+ preliminary module for mqtt support included in monitoring
+ better documentation of write method
v0.3.97 removals:
None
v0.3.97 other changes:
+ updated windows installer and fixed some installation issues
-------------------------------------------------
####v<0.3.96>, <2017-08-26> -- On the way to beta.
v0.3.96 fixes:
+ Flags always stored with comment 'unknown reason' in data base - fixed
+ BLV read: all values from one day stored at the same time step - was problematic for duplicate identification
+ fixed colatitude of IYFV output
+ GUI: fixed end time input in load files
v0.3.96 additions:
+ GUI: added menu item for data checkers and definitive data check option
Data check currently supports minute (IAF) and one second (ImagCDF/IAGA02) data
+ Added preliminary MQTT acquisition and collection support
+ GUI: added power spectrum and spectrogram plots - preliminary - options not yet available
+ GUI: DI sheet - added possibility to load F data from file
+ added JSON format support for DI measurements (preliminary)
v0.3.96 removals:
None
v0.3.96 other changes:
None
-------------------------------------------------
####v<0.3.95>, <2017-07-28> -- On the way to beta.
v0.3.95 fixes:
DI analysis:
GUI: tab order corrected in DI sheet
GUI: DI sheet - times saved correctly for single digit inputs
General:
GUI: small screen fixes - large dialogs are resizeable
GUI: large ComboBox issues on Mac removed
GUI: cmd+C won't close DI entry sheet dialog on Mac any more
GUI: selecting components corrected
v0.3.95 additions:
DI analysis:
GUI: added additional fields to DI input sheet (Comments)
DI pier location will be used (if provided) after baselione correction
GUI: updated feedback information on DI sheet
GUI: overwrite warnings
IBFV2.00 export supports multiple baselinelines and jumps inbetween
IBFV2.00 export supports adopted scalar baseline techniques
when opening IBFV2.00 data, adopted baseline are imported and displayed as functions
General:
multiple functions can be fitted to one stream
v0.3.95 removals:
None
v0.3.95 other changes:
README updated
-------------------------------------------------
####v<0.3.94>, <2017-07-12> -- On the way to beta.
v0.3.94 fixes:
IAF export can include k values in correct format
updated examples
error message if selected time range does not contain data
minor bug fixes
v0.3.94 additions:
examples 2 and 3 now included, added DI example file
v0.3.94 removals:
None
v0.3.94 other changes:
None
-------------------------------------------------
####v<0.3.81>, <2017-02-16> -- On the way to beta.
v0.3.8.1 fixes:
corrections on mergeStreams method and Unicode conversion in database methods
v0.3.8.1 additions:
None
v0.3.8.1 removals:
None
v0.3.8.1 other changes:
None
-------------------------------------------------
####v<0.3.8>, <2017-02-01> -- On the way to beta.
v0.3.8 fixes:
corrections on mergeStreams method
v0.3.8 additions:
added fluxgate orientation selection for residual correction in xmagpy
v0.3.8 removals:
None
v0.3.8 other changes:
None
-------------------------------------------------
####v<0.3.7>, <2017-01-10> -- On the way to beta.
v0.3.7 fixes:
serveral format issus
many additions for flagging and flag treatment
speeded up flag operations
improvements on database methods
v0.3.7 additions:
added MARCOS support for live streaming and real time submission
v0.3.7 removals:
removed old invalid/unused acquisition libraries
v0.3.7 other changes:
None
-------------------------------------------------
####v<0.3.6>, <2016-12-16> -- On the way to beta.
v0.3.6 additions:
MagPy is now Python 3 compatible !
An Exception is the GUI as this is based on wx, which is not properly supported on py3.
If you are using the graphical user interface, then you should run MagPy with Py2.7
Minor adds:
- added a analysis monitoring method for logging information on automated analyses
- added database initialization on GUI
v0.3.6 fixes:
IMAG CDF: added "S" variable for independent scalar data ("F" before)
Improvments on corrections on flagging particulary affecting GUI
several minor enhancements for speed and stability
v0.3.6 removals:
None
v0.3.6 other changes:
None
-------------------------------------------------
####v<0.3.5>, <2016-10-08> -- On the way to beta.
v0.3.5 fixes:
MySQL requirements removed from setup.py
PM/AM issues in GUI
format issues in CDF, JSON corrected
MARCOS monitoring improved
several minor enhancements for speed and stability
v0.3.5 additions:
added support for GWR-SG5 TSF files
v0.3.5 removals:
None
v0.3.5 other changes:
None
-------------------------------------------------
####v<0.3.4>, <2016-09-17> -- On the way to beta.
v0.3.4 fixes:
meta data changes related to sensors and stations are now accepted
GUI initialization file is automatically updated
v0.3.4 additions:
None
v0.3.4 removals:
None
v0.3.4 other changes:
None
-------------------------------------------------
####v<0.1.0>, <2013-06-06> -- Initial release.