Skip to content

v0.3.1

Choose a tag to compare

@carstenerickson carstenerickson released this 11 Jun 21:01
· 8 commits to main since this release
ba1086f

Fixed

  • Class C now loads the published v54.1 .anno files. The released v54.1 1240K and HO annotations carry a trailing tab, so the loader drops the phantom column and detection sees 35 columns — but class C accepted only 36, so real public files failed with SchemaDetectionError. Class C now accepts n_columns: [35, 36]; the trailing column is unmapped, so every field stays at the same position. The schema generator and .anno fixtures were brought in line, and a regression test covers the 35-column trailing-tab form.

Changed

  • Documented the pip 23+ / setuptools 61+ requirement for editable installs.
  • The PyPI publish workflow now refuses to release unless the ci.yml run for the released commit concluded successfully.

Full changelog: https://github.com/carstenerickson/aadr-resolve/blob/v0.3.1/CHANGELOG.md