Releases: mostly-ai/mostlyai
Releases · mostly-ai/mostlyai
4.1.3
What's Changed
- feat: fix model configurations instead of raising exception
- feat: consider only included columns on SourceTableConfig
- feat: add g.training.logs() and sd.generation.logs() for downloading log files
- feat: add display option to .reports()
- build: add
ipykernel
todev
deps andipywidgets
to general deps - chore: sync with latest Public API (limit column and table names to 256 chars)
- chore: use same python executable for CLI calls
- docs: prune deprecated local_port arg from docs
- docs: refine pip instructions for tutorials
- docs: add star schema correlations tutorial
Full Changelog: 4.1.1...4.1.3
4.1.1
4.1.0
What's changed
- build: minor version bump matching mostlyai platform (4.1.0)
- build: upgrade mostlyai-engine to 1.0.4 (support for older GPUs, eg Google Colab's T4)
- build: upgrade mostlyai-qa to 1.5.3 (fixing plotting issues)
- feat: add validation to SyntheticTableConfig against SourceTable
- docs: sync to latest public API
- fix: improve error handling for AZURE_STORAGE connector
4.0.6
What's Changed
- fix: fix redundant warnings during
.list()
and.clone()
#172 - fix: refine before validators in domain #175
- fix: warn extra fields can accept any type #174
- feat: add validation for synthetic dataset/probe configs #160
- feat: use
validate_against_generator
increate_synthetic_dataset
#171 - build: prune unnecessary dependencies #170
- docs: drop unnecessary
included
field from column configs within tutorials #169 - docs: added CONTRIBUTING.md with dev setup instructions #173
Full Changelog: 4.0.5...4.0.6
4.0.5
What's Changed
- feat: add warning when users pass unrecognized fields
- fix: suppress deprecation warnings for client
- fix: fix probe/generate for GeneratorListItems
- style: reduce log level for default passphrase being in use to INFO
- docs: added quick start notebook + usage example for connectors
- docs: add differential privacy tutorial
Full Changelog: 4.0.4...4.0.5
4.0.4
What's Changed
- fix: introduce file lock to avoid race condition on
job_progress.json
- docs: update multi-table tutorial to suggest to use
g.open()
in client mode
Full Changelog: 4.0.3...4.0.4
4.0.3
What's Changed
- feat: handle GeneratorListItems for
probe
andgenerate
- fix:
sd.reports()
is working again - fix: raise error if connector is missing during cloning
- style: upgrade ruff to v0.9.2
- fix: fix progress bar issues with "one live display at the time"
- fix: unbound upper python version
- docs: update README quick start example
- docs: add github repo info to pyproject.toml
- docs: add fairness tutorial notebook
- docs: add colab badges
- upgraded to mostlyai-engine 1.0.2
- upgraded to mostlyai-qa 1.5.1
Full Changelog: 4.0.2...4.0.3
4.0.2
What's changed
- chore: update README.md
4.0.1
What's Changed
- build: black, bump twine and pkginfo, harmonize torch dependency
- chore: refine domain, docs and API docs
- chore: add missing license
4.0.0
What's Changed
- SDK release