v0.3.1
Fixed
- Class C now loads the published v54.1
.annofiles. 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 withSchemaDetectionError. Class C now acceptsn_columns: [35, 36]; the trailing column is unmapped, so every field stays at the same position. The schema generator and.annofixtures 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.ymlrun for the released commit concluded successfully.
Full changelog: https://github.com/carstenerickson/aadr-resolve/blob/v0.3.1/CHANGELOG.md