Releases: tbrus/smartjoin
Releases · tbrus/smartjoin
v0.1.2
v0.1.1
This is a fix to the initial public release.
Changed
- Bundled test dataset generator scripts into the installed package so
smartjoin generate-test-datasetsworks 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
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.