Skip to content

1.3.0

Latest
Compare
Choose a tag to compare
@joeflack4 joeflack4 released this 07 Oct 15:45
· 3 commits to master since this 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.
  • Fixed issue where program would throw uncaught IndexError when building an OdkTable with a choice option that did not have a label.

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.