-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVERSION.txt
121 lines (77 loc) · 3.06 KB
/
VERSION.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
--- Version BETA 0.6.5
- added simplified interface to set config options: set_<Parametername>(<Parameter>).
- bugfixes.
- Changed licence to new BSD-2 style.
--- Version BETA 0.6.4
- added a colorbar control widget.
- added new calling signatures for View.add_mod('<Modname>', args), i.e., View.add_<Modname>(*args).
- View.rm_<Modname> works the same way.
--- Version BETA 0.6.3
- added documentation.
- changed naming scheme of main modules.
-> now shipping colorview2d.View and colorview2d.Data
instead of CvFig and Datafile.
--- Version BETA 0.6.2
- now python3 compatible.
--- Version BETA 0.6.1
- Changed versioning scheme.
- Added deploy tests with docker.
- Working pip version.
--- Version BETA 0.6
- Major code refactoring. Removed GUI.
- This is a new program with respect to v0.55.
- Tested command line interface available.
--- Version BETA 0.55
- Minor bugfixes: Colorbar min and max now work as expected.
- The shell does not try to open ipython which confilcts with PyCrust from wx.
--- Version BETA 0.54
- Minor bugfixes. The State object is now accessible in the shell.
--- Version BETA 0.53
- Added an interactive python shell that provides some basic functionality.
- Added a log scale mod.
- Minor bugfixes.
--- Version BETA 0.52
- Added a tool to measure distances in the plot and save them to a file.
--- Version BETA 0.51
- Under the hood: a global state module simplifies life considerably.
- Color bar ranges are now saved to config.
--- Version BETA 0.50
- Added an event bus using PyDispatcher.
- Bugfixes. Imports in the Mods folder now work correctly.
--- Version BETA 0.49
- Added rotate and flip plugins.
- If a data file is loaded we can now choose to reset the config.
- Minor bugfixes.
--- Version BETA 0.48
- Added a yapsy plugin framework for the plot modification toolbox.
- Moved the cropping facility to the main panel.
- The values on the panel are now synced with the mods when a config file is loaded.
--- Version BETA 0.47
- Added a configuration file interface.
- .cv2d files can be saved and read from the menu (File)
and the command line (option -c or --cv2d)
- Axis configuration and plotting pipeline is included in the cv2d file.
--- Version BETA 0.46
- Added a median filter tool.
- Improved the lineout aliasing.
- Added an euclidean distance measure for the x-axis of the lineout
line plotting frame.
--- Version BETA 0.43
- Command line arguments are accepted:
- --log to print standart DEBUG, INFO, WARNING, ERROR or CRITICAL messages
- -f or --file to select a file to load the data.
- -c or --columns to specify the columns in the file to read from.
- Fixed the annoying "plot jump" bug which was caused by successive line drawings in the
plot area.
- Adjusted dependencies, lmfit is no longer required.
--- Version BETA 0.4
- Introduced version numbers.
- A lot of bug fixes.
- Core features should now be o.k.:
- load, save, plot files
- derive, smooth and scale data
- extract line trace series
- extract slopes
- show line traces
--- Version BETA 0.3
This is the original version.