0.4.0
What's Changed
- feat(api): add an api call for GET /users/me
- feat(api): allow setting ssl verify
- docs: add kerberos/hive details
- feat(api): add search_term parameter for lists
- feat(api): add connector usage
- feat(api): make progress bar optional
- chore: relax dependencies' versions
- feat(api): add mostly.about() to retrieve platform info / version
- build(makefile): add docs deployment
- feat(api): return URL when calling .open()
- docs(hive): update docstring for a hive connector
- docs(postgres): update docstring for a postgres connector
- feat(api): added total_rows and total_datapoints for synthetic dataset tables
- feat(api): add import / export for generators
- feat(api): add fairness parameters for SD generation
- feat(api): allow
columns
to be provided as list[str] instead of list[dict[str, str]] inmostly.train
- feat(api): add usage report
- feat(api): add computes
- feat(api): introduce language models
Full Changelog: Link to Changelog