Skip to content

Releases: tbrus/smartjoin

v0.1.2

25 Mar 08:49

Choose a tag to compare

Added

  • Separator sniffer for csv loader.

Fixed

  • infer_schema_length parameter fallback when loading csv files - when schema is not inferred properly based on the sample, full csv content is loaded to infer it properly.

v0.1.1

22 Mar 11:13

Choose a tag to compare

This is a fix to the initial public release.

Changed

  • Bundled test dataset generator scripts into the installed package so smartjoin generate-test-datasets works outside a source checkout.

Fixed

  • Fixed installed CLI error: Test dataset generators are unavailable: scripts/test_datasets/run.py is missing.
  • Added loader fallback in CLI to use bundled dataset generators when source-tree scripts are not present.

v0.1.0

22 Mar 10:35

Choose a tag to compare

This is an initial public release.

Added

  • Core relationship discovery engine for structured datasets.
  • CLI commands for analysis (smartjoin run) and synthetic dataset generation (smartjoin generate-test-datasets).
  • Explorer artifact generation for interactive output inspection.
  • Support for loading CSV, Parquet, JSON, and XLSX data sources.