Skip to content

datannurpy v0.20.0

Choose a tag to compare

@github-actions github-actions released this 25 Apr 22:21
· 18 commits to main since this release
062227c
  • add: metadata-first pattern — add_folder(create_folders=False) skips folder creation from disk, reuses id/folder_id from metadata/dataset.csv (matched by data_path). New on_unmatched parameter ("skip" / "warn" / "error")
  • add: Folder exposes manager_id and owner_id (institution links), with matching kwargs on add_folder / add_database
  • fix: add_metadata formats dates as YYYY/MM/DD (was ISO-8601), aligned with get_mtime_iso
  • fix: CSV header parsing on depth: variable — BOM, ; separator with commas in headers, multi-line quoted fields
  • fix: CSV header deduplication (DuckDB-style name_1, name_2) and bare \r normalization (Mac Classic / SDMX exports)
  • internal: Dataset._match_path runtime field for scan↔metadata matching (not exported)