Skip to content

libhxl-python v4.21

Compare
Choose a tag to compare
@davidmegginson davidmegginson released this 22 Jul 17:29
  • BACKWARDS-INCOMPATIBLE: rename "whitelist" to "includes" in
    hxl.model.Dataset.with_columns() and JSON format for loading a
    ColumnFilter
  • BACKWARDS-INCOMPATIBLE: rename "blacklist" to "excludes" in
    hxl.model.Dataset.without_columns() and JSON format for loading a
    ColumnFilter
  • added a new ExpandListsFilter and hxlexpand command-line script
  • added --skip-untagged option to hxlcut script
  • improved docstrings for hxl.io, hxl.datatypes, hxl.converters, and hxl.geo modules
  • added hxlspec command-line script to process a HXL JSON spec
  • added URL munging for HXL Proxy links (non-CSV/JSON)
  • added URL munging for Kobo survey links (requires an Authorization: header)
  • if there's an error parsing a formula, return the value "** ERROR **" and log the error
  • added requests_cache to requirements (to disable caching for API calls)