forked from AlvinYuan/WebPlotDigitizer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
release_notes.txt
146 lines (101 loc) · 5.84 KB
/
release_notes.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
RELEASE NOTES
Version 3.5
===========
To be released
Bug Fixes:
- Fixed broken dropdown menu for switching datasets in the automatic extraction sidebar.
- Improved user script handling.
Version 3.4
===========
Released September 22, 2014
New features:
- Added ability to import and export calibration and digitized data via JSON files.
- Added support for handling multiple datasets in a plot. Now data for each data series can be captured separately.
- Equations to transform pixel positions to data points on the plot can now be viewed by selecting the 'Transformation Equations' option in the Axes menu.
- Added ability to format numbers in the CSV output.
- Added a button to quickly erase the entire mask when using the erase tool.
Bug Fixes:
- Fixed a very small CSV file size restriction in WebKit based browsers.
- Simplified XY axes transformation code.
- Code clean up in many places, minor performance improvements and UI tweaks.
Version 3.3
===========
Released June 16, 2014
- New detection algorithms:
- Added a new algorithm "X Step w/ Interp". This uses cubic splines to interpolate over data such as dotted/dashed lines and even data points. A smoothing parameter is also provided that controls the width in x-direction that the underlying detection is averaged over. A parameter value of 0 turns off this smoothing. Any value higher than zero will add some smoothing over the data.
- Added a blob detection algorithm. This allows detecting locating the centers of objects ("blobs") in an image. This also calculates the area and the first rotational invariant image moment of each blob. The Min_Distance and Max_Distance parameters help excluding objects that are smaller or larger than this range.
- UI Tweaks:
- Visual busy indication when loading an image or when auto extract algorithm is running.
- Box mask drawing tool improved.
- Minor tweaks to improve usability on smaller screens.
Version 3.2
===========
Released May 27, 2014
- Color picker for FG and BG color also show a list of dominant colors in the image.
- This makes it more convenient to select plots.
- In the future, the underlying algorithm will help improve automatic extraction.
- Bug fixes: The following issues have been fixed:
- Under some screen resolutions, Firefox on Windows 7, would not show the zoom view or the sidebar buttons.
- Clicking "Run" for auto detect without making a mask would throw an error in the javascript console.
- Now, the entire image will be used by default if no mask is drawn.
Version 3.1
===========
Released: May 14, 2014
- Prevent browsers from caching HTML page of the app.
Version 3.0
===========
Released: May 11, 2014
A complete overhaul of the app was required to introduce some of the new features and improve maintainability.
Plot display:
- Added ability to zoom in/out an image
- Graphics widget can now handle relatively larger images
Zoom view:
- Larger zoom view
- Added ability to adjust magnification
- Added ability to change crosshair color
Axes alignment:
- Added ability to adjust points using keyboard keys. Pressing shift along with cursor keys moves the points faster.
- Added labels for points which persist when alignment values are entered.
- Unit can be defined for map axes. This is useful when making distance measurements.
Manual data acquisition:
- Points can now be adjusted using keyboard cursor keys
Automatic data acquisition:
- New mask display and color selection views improve overall detection accuracy.
- Improved workflow eliminates the need for the popup window for fine tuning. These controls are now available from the sidebar itself.
Data table:
- Digitized data can now be exported to a CSV file without the user having to copy-paste values.
Measurements:
- Added ability to measure distances and angles in images. For map axes, the distances are calculated in the specified units.
Scripts:
- Added preliminary support to allow custom user scripts
Webcam support:
- Added webcam image capture ability (works only in Google Chrome or Firefox)
Image Editing:
- Image editing functions (flip, crop etc.) have been temporarily hidden. These will be added back in the future releases.
Detection algorithms:
- Only averaging window and X step are enabled in this version. Other algorithms will be included in a future release.
Code improvements:
- New modular code structure improves maintainability and ease of adding new features
- Noticeable performance improvements in many areas
- More efficient use of memory
UI improvements:
- Added button highlighting, cleaner stylesheets
Version 2.6
===========
Released: October 20, 2013
Handling Digitized Data:
- Added option to graph or analyze data in Plot.ly (http://plot.ly)
- Added options to sort data by ascending or descending order of variables
- Added option to sort data by nearest neighboring data point. This is useful for things like sketches and outlines.
Automatic Data Extraction:
- Added algorithm (only for XY plots) which allows user to control the X points at which the data is to be digitized. This is useful for digitizing and comparing values from two curves in the same plot (for example).
Support for Dates:
- Dates can be entered for XY plots. While calibration, dates have to be entered in yyyy/mm or yyyy/mm/dd format. The output can be formatted in a variety of formats. Support for time is under consideration for next release.
Code improvements:
- Several improvements in the javascript code were made to ensure WPD continues to work with new browsers.
- Entire javascript is minified using the Closure compiler. This results in a significantly faster loading time for the app.
- Minor performance improvements.
- Minor clean up of the interface.
Browser Support:
- WPD works in Internet Explorer 10 now.
- Clipboard copy-paste works for Google Chrome.