Releases: mostly-ai/mostlyai
Releases · mostly-ai/mostlyai
0.7.0
What's Changed
- refactor: moved
domain.py
from client to base module - chore: moved repository to its new URL
- docs: refined API documentation
Full Changelog: 0.6.2...0.7.0
0.6.2
What's Changed
- feat: print connection status as part of client initialization
- chore: add Apache v2 LICENSE headers to code files
- docs: sync with latest Public API
Full Changelog: 0.6.1...0.6.2
0.6.1
0.6.0
What's Changed
- refactor: rename model to domain
- docs: refine documentation
- chore: group docs dependencies
Full Changelog: 0.5.0...0.6.0
0.5.0
What's Changed
- refined README + docs
- introduced pydantic classes as descriptors of configs
- prefix internal class members consistently with underscores
- update to latest Public API
- drop support for shares
- added end-to-end test
Full Changelog: 0.4.11...0.5.0
0.4.11
What's Changed
- chore: improve Makefile
- chore: transfer repo to new url
Full Changelog: 0.4.10...0.4.11
0.4.10
What's Changed
- feat: autodetect csv/tsv separator
- updated README.md + refined docs
- update python package info
- drop commitizen
Full Changelog: 0.4.6...0.4.10
0.4.6
What's Changed
- feat(api) sync with public api changes
- fix(base): return ListItems for list calls
- feat(api): introduce similarity metrics
- feat(api): clone generators
- feat: allow snake_case (alongside camelCase) for config dict
- feat(api): support differential privacy
- feat(api): support likes
Full Changelog: 0.4.0...0.4.6
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