File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Pyxform Changelog
22
3+ v4.2.0, 2026-01-08
4+ * Fix 'NoneType is not iterable' error for group with no children by @lindsay-stevens in https://github.com/XLSForm/pyxform/pull/787
5+ * Indicate which sheet a ${} replacement error comes from by @lindsay-stevens in https://github.com/XLSForm/pyxform/pull/789
6+ * Fix support for a source referencing an ancestor repeat target by @lindsay-stevens in https://github.com/XLSForm/pyxform/pull/794
7+ * Allow ${instanceID} reference for longitudinal / entities workflows by @lindsay-stevens in https://github.com/XLSForm/pyxform/pull/805
8+ * Incremental parameter for geotrace and geoshape by @lindsay-stevens in https://github.com/XLSForm/pyxform/pull/808
9+ * Update Validate to v1.20.0 by @lognaturel in https://github.com/XLSForm/pyxform/pull/810
10+
311v4.1.0, 2025-10-20
412* Restore pre-py3.13 xml attribute escaping behaviour for \r\n\t by @lindsay-stevens in https://github.com/XLSForm/pyxform/pull/772
513* Update dependencies by @lindsay-stevens in https://github.com/XLSForm/pyxform/pull/774
Original file line number Diff line number Diff line change 11[project ]
22name = " pyxform"
3- version = " 4.1 .0"
3+ version = " 4.2 .0"
44authors = [
55 {name = " github.com/xlsform" , email = " support@getodk.org" },
66]
Original file line number Diff line number Diff line change 44Collect easy.
55"""
66
7- __version__ = "4.1 .0"
7+ __version__ = "4.2 .0"
88
99from pyxform .builder import (
1010 SurveyElementBuilder ,
You can’t perform that action at this time.
0 commit comments