-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGES
56 lines (45 loc) · 1.42 KB
/
CHANGES
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
CHANGES
=======
200311
------
Last stop decay_histogram refactoring and clsm_pixel_select
both are very similar in the sense that the inject data into chisurf
and have curve lists. this should be refelceted by the CurveGroup
which is an ABC that will be implemented byCLSMPixelSelect and CLSMPixelSelect
* migrate changes from quest molview to molviewer (qtpy vs PyQt5)
* migrate PyQt5 imports to qtpy imports
- tools.tttr.correlate: 'qtpy.QtCore' has no attribute 'pyqtSignal'
- QScintilla depends on PyQt5
* get rid of Qt in core classes and functions
- experiments: clean
- fio: clean
- fitting: clean
- fluorescence: clean
- math: clean
- settings: clean
- structure: clean
160525
------
* Internal quality improvements
* Numba Speed-ups (WLC-fit)
160510
------
* Save x-Axis with weighted residuals
* Small F-Test calculator to test Fits
* Added a settings-editor (some settings require a restart)
* Names of versions changed to date
160509
------
*Added chi2-scan for error estimation of parameter
141122
------
* Added warning window when exceptions are thrown
* Now all fits can be closed at once
* Plotting in console (console init script possible)
141027
------
* mfm.fluorescence.fps AV-density now float32 instead of char (modified to use it in future to keep the diffusion-
coefficient of the AV at each point in space.
141113
------
* Change CSV reader (guess of separator didn't work for new PQ-CSV files)