-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathCHANGES.txt
117 lines (92 loc) · 4.6 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
# v1.4.0, 16 November 2020
- Fixed imports from PMIX
- Applied Black
# v1.3.0, (Pre-Release)
## New Features
- Added feature - render question numbers in logic in place of question variable names.
- Added handling for 'hidden' (for JHU Collect specific Android client app case) and other custom types.
## Improvements
- Fixed graphical issues in new style template.
- Remove all side-letters other than for 'relevant', 'calculation', and 'choice_filter'.
- Made calculates renderable.
- Renamed options 'template' --> 'style' and 'preset' --> 'template'.
## Bugfixes
- Upgraded dependency of pmix to 0.5.0 to fix error stemming from xlsform module, causing runtime errors
- Removed image rendering new new style template for now .doc format due to render error.
## Developer updates
- Refactorings
- Removed some no longer needed code
- Added test for 'ignore relevant token' (#####).
- Removed 'test' template directory.
- Added abstract class around calculate and custom types.
- Various refactorings.
- Continued work around relevant --> question number implementation.
- Made OdkPrompt.extract_question_numbers non-private
- Added new static test folder.
- Improved error message for InvalidLanguageException.
# v1.2.10, 2018-09-27
## Bugfixes
- Fixed an error in which inconsistent language use between survey and choices worksheet was not throwing an error.
## Developer updates
- Test files: Pruning out currently unnecessary static test files.
- Test files: Distinguished between tests for unhandled and handled exceptions (for now).
- Refactor: OdkChoices.labels()
# v1.2.9, 2018-09-26
- Fixed an bug in which forms with no default_language and no languages specified under 'label', etc, were not converting.
- Fixed an bug in which questions where the appearance attribute was not equal to, but included 'label' or 'list-nolabel', and were not part of a 'table' (i.e. a 'field-list' group), were being mis-identified as such.
- Improved error text for situations where questions with appearance attribute 'label' or 'list-nolabel' are theoretically being misused (i.e. not part of a 'table' / 'field-list' group).
# v1.2.8, 2018-09-18
- Print warnings when excel error cells are present.
# v1.2.7, 2018-09-17
- Changed excel error cells to print warning rather than throw exception.
# v1.2.6, 2018-09-17
## Bugfixes
- Fixed an issue where brackets were appearing around skip pattern expressions.
- Fixed an issue where bullets were not appearing for choice lists.
# v1.2.5, 2018-09-14
## Bugfixes
- Fixed an issue where French date widget text was being displayed for non-French languages.
# v1.2.4, 2018-09-14
- Bugfix. Issue existed in setup.py; Uncaught syntax error in dependency list.
# v1.2.3, 2018-09-14
- Bugfix. Added missing CSS files to template package data.
- Makefile updates
# v1.2.2, 2018-09-14
- Bugfix. Added missing templates. Should recursively add templates now, so shouldn't happen again.
# v1.2.1, 2018-08-28
- Fixed a bug in which, occasionally, the language of choice options would not match the language of the question text.
# v1.2.0, 2018-07-17
- Added question number field to OdkPrompt, available for use in templates.
# v1.1.4, 2018-07-10
- Fixed a bug where the following elements were occasionally not being rendered: choice names/values, constraint messages. These issues typically affected only SurveyCTO forms.
# v1.1.3, 2018-07-09
- Fixed a bug in which pmix dependency was not being installed correctly.
# v1.1.2, 2018-07-09
- Fixed a bug in which pmix dependency was not being installed correctly.
# v1.1.1, 2018-06-22
- Fixed a bug in which the following tests were not passing: test_multi_conversion.
# v1.1.0, 2018-06-22
- Began adding support for several XlsForm variations that can appear in SurveyCTO forms.
# v1.0.3, 2018-06-12
- Removed currently unsupported options from the CLI.
# v1.0.2, 2018-06-12
- Fix to include package data.
# v1.0.0, 2018-06-12
- Initial release of independent package separate from Pmix package.
# v0.2.1, 2017-11-04
- Workbook and Xlsform classes for modeling Excel files
- PPP sub-package to convert an ODK form to PDF and HTML
- Various utilities: cascade, sheet-to-csv, analytics, numbering
- Qlang removed
- Added unit tests
# v0.2.0, 2016-10-05
- Renamed package to 'pmix'
- Expanded to contain borrow.py, functionality to grab translations
- Efficiencies from internals: more of an OO-design rather than functional
# v0.1.2, 2016-08-29
- Copy all worksheets from original file, not just survey, choices, settings
# v0.1.1, 2016-05-23
- Conditional formatting to highlight missing languages (English and translations)
# v0.1.0, 2016-03-04
- Initial release
- Included command-line interface