-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrelease_notes.txt
executable file
·187 lines (132 loc) · 7.04 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
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
release notes v. 1.1
********************
- replaced egrep with grep -E commands internally to avoid unnecessary warnings
- changed format of .tmp database file saved after 30 manual ratings to be of the regular db format.
It can be used just like a normal db now if necessary.
- implemented a timeout after an hour for module selection on the first screen
- implemented timeouts in the categorisation module so that if there is no activity for three hours,
categorisations up to that point will be saved and the programme will exit. This prevents potential
errors when temporary files are deleted by the OS while the programme is left open and waiting for
categorisation input for days.
- added hours, minutes and seconds (in addition to date) to the dated filenames for databases to make it
easier to keep track of most recent versions of these files
- when producing output files from partially categorised data, a note is added to ech incomplete row of
the output file to say it is incomplete, but categorisations were saved in the database nonetheless.
- updated manual and README file
release notes v. 1.0.2
**********************
- Renamed software licence file to LICENSE.txt
- added a folder with a large categorisation database (Cardiff_database) for use with the WADP.
- included a copy of the main script named WADP_macOS.command to faciliate easier handling under macOS.
- Updated instructions for installation under macOS in README.md/README.pdf and the manual (now updated to v1.0.2 as well).
release notes v. 1.0.1
**********************
Added description of how to test installation to the README file and added gold-standard files to test_data directory. A slight adjustment was made to the installation instructions and installer.sh relating to installation under macOS.
release notes v. 1.0
********************
This version brings revisions to simplify installation by combining all subscripts into the main script file (WADP.sh) and updating installers to work with the latest security features of macOS/Linux/Windows. The Windows version switches support from Cygwin to Windows Subsystem for Linux. Further, the following enhancements were made
- csv processing was enhanced to better represent double and single quotation marks in output files
- the application window/terminal window resizes automatically to the correct size
- streamlined some of the verbosity in the reporter module
- manual and README files updated, added links to instruction videos on installation and use of the WADP
release notes v. 0.7.2
**********************
Fixed a potential problem under MacOS X that would throw a security error when WADP.app seeks to open the Terminal application. Instead of installing the WADP.app, a WADP.command file (identical to WADP.sh) is installed in the applications folder and, if desired, on the desktop. installer.sh was adjusted to remove any existing WADP.app files.
release notes v. 0.7.1
**********************
installer.sh
- fixed a problem with the -u (uninstall) option, the programme exited too early, leaving files in place.
WADP.sh
- updated copyright and version number
release notes v. 0.7
********************
reporter module
- made adjustments to run better under Cygwin
installer.sh
- made adjustments to run better under Linux
added Ubuntu installer launcher and tested under Ubuntu 16.04
release notes v. 0.6.9
**********************
all modules
- Windows carriage returns are deleted; these caused occasional errors.
categoriser module
- added warning message when 'B' is given as categorisation while the 'back' function is unavailable
administrator module
- with -t option, empty categorisations are no longer converted into database entries
WADP.sh
- changed order in which the options for the reporter module are presented; now first the options
are presented and then the file file is requested
release notes v. 0.6.7
**********************
categoriser, administrator and reporter modules
- fixed and issue which resulted in field parsing errors if Windows line returns were present.
WADP.app
- converted this to the current Automator format to work with MacOS 10.12.
release notes v. 0.6.6
**********************
categoriser module
- fixed an issue whereby spaces that might have been inserted before or after a response meant that the response was treated differently
from the same response without spaces before or after. Any leading or trailing spaces in responses are now removed before processing.
release notes v. 0.6.5
**********************
administrator module
- added progress reporting when resolving ratings (now reports progress in terms of cues)
- added option to go back to previous when resolving ratings
- added option to save resolved ratings to log and exit before all ratings are resolved
- when resolving ratings, made key assignment for 'choose left' and 'choose right'
options user-modifiable.
release notes v. 0.6a
*********************
install.sh
- fixed a bug whereby PATH might not have been set during installation.
release notes v. 0.6
********************
categoriser module
- fixed a problem which appeared in v.0.5 when running under Cygwin, whereby the cues were truncated or not displayed at all
administrator module
- when ratings are resolved, they are marked as resolved ratings in the database by appending RESOLVED to rater IDs
- fixed a problem with the (T) function that resulted in malformed database files
reporter module
- added function to produce primary responses report
- added function to derive inter-rater reliability ratio
install.sh
- added requirement to agree to the software licence
release notes v. 0.5.2
**********************
administrator module
- fixed a bug whereby the secondary processing menu would stick to the previously
selected option, even though a different new option was chosen
release notes v. 0.5
********************
categoriser module
- adjusted category explanation for SS category
- added total ratings to be done to PROGRESS UPDATE screen
- fixed an issue with responses that have a leading or trailing empty space:
this space is now removed during processing
administrator module
- added new menu item: turn a rated csv file into a database file
release notes v. 0.4
********************
General changes
'''''''''''''''
- integrated individual modules into one overall interface (WADP.sh)
- moved to interactive format in place of command-line options
- added double-clickable installers for OS X, (Ubuntu-)Linux and Cygwin/Windows
- added double-clickable application starters for OS X, (Ubuntu-)Linux and Cygwin/Windows
- the copyright has been transferred to Cardiff University
Individual changes
''''''''''''''''''
categoriser.sh
- option to overwrite old database added
administrator.sh
- resolved a bug whereby certain database entriesfailed to be transferred to a
combined database. This concerned cases where identical entries existed in
both databases.
install.sh
- new generic install/uninstall script (used by platform-specific installers)
test_data
- new test database without inconsistencies
README.pdf/README.md:
- adjusted for changes
manual_0.4.pdf:
- adjusted for changes