Skip to content

Releases: XLSForm/pyxform

v1.11.1

19 Nov 03:54
a6f5b98
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.11.0...v1.11.1

v1.11.0

19 Nov 02:08
c4d9138
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.10.1...v1.11.0

v1.10.1

24 Jun 22:20
b9be566
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.10.0...v1.10.1

v1.10.0

25 Apr 05:27
642ad07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.9.0...v1.10.0

v1.9.0 (2022-03-16)

16 Mar 16:53
9d20bfe
Compare
Choose a tag to compare

What's Changed

  • #577 Add value and label params to select_.._from_file
  • #594 Add support for geojson external files
  • #596 Use read-only openpyxl representation to reduce memory usage

Full Changelog: v1.8.0...v1.9.0

v1.8.0 (2022-02-15)

15 Feb 17:10
b17139d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.0...v1.8.0

v1.7.0 (2021-10-20)

20 Oct 17:39
fb90fb3
Compare
Choose a tag to compare

v1.6.0 (2021-09-01)

01 Sep 18:48
42c026d
Compare
Choose a tag to compare
  • #547 Fix parsing of (multiple) pulldata calls in a (multi-line) expression
  • #545 Do not warn about labels when using an unlabeled groups
  • #544 Levenshtein distance warning for sheet name misspellings
  • #543 Output empty label instead of omitting it
  • #541 Fix windows test failures related to temp file creation by Validate
  • #540 Remove Java version check

v1.5.1 (2021-05-18)

18 May 16:45
d054d38
Compare
Choose a tag to compare
  • #535 Don't check for dynamic label if there is no label
  • #536 Expand refs in predicates using current() even if preceded by whitespace
    • Agus Hilman @gushil (OpenClinica)

v1.5.0 (2021-04-16)

16 Apr 18:30
d2463fc
Compare
Choose a tag to compare
  • #521 Use itext for dynamic selects with dynamic labels
  • #522 Add support for csv-external
  • #526 Warning for dynamic defaults now more annoying than helpful
  • #524 ${} references in predicates should be expanded using current()
    • Agus Hilman @gushil (OpenClinica)
  • #529 Apply section name check to sections only
    • John Milner @jnm (KoBo)
  • #516 Generate correct reference when selecting choices from current repeat question