NEW FEATURES
- #94 Add access to Attributes of a Dataset
- #103 Dataset
update_records
now returns the JSON response body for the underlyingPOST datasets/{id}:updateRecords
call - #98 Add
__geo_interface__
to Dataset - #100 Add
from_geo_features
to Dataset - #116 Add support for associating a dataset with a project
- #109 Add support for profiling datasets
- #86 Add support for creating projects
- #114 Add support for generating pairs estimate
- #106 Add support for initializing a source dataset
- #107 Add support for creating a dataset attribute
BUG FIXES
- #118 Fix JSON sent for Dataset.update_records
BREAKING CHANGES
- #61
data
field renamed to_data
(private). - #78 Property accessors return
None
rather than raiseKeyError
NEW FEATURES
- Record Clusters API endpoint to finish working mastering workflow.
- #78 Improved repr for objects through the library
- #42 Optional
session
argument toClient
to use a specificrequests.Session
instance
BUG FIXES
- Mastering workflow example was missing the generate clusters step, which has been rectified using proper endpoint
- #30 Better docs for how to call directly call APIs
- #61
data
field renamed to_data
(private).
released on 2019-3-1
NEW FEATURES
- Versioning example in FAQ
- Offline installation docs
by_external_id
methods forDataset
andProject
DatasetStatus
resource (subresource ofDataset
)Client.request
accepts absolute paths as relative to origin
BUG FIXES
requests
version specified changed to>=2.20.0
for Airflow compatibilitysetup.py
readsVERSION.txt
andREADME.md
with explicitutf-8
encodings
released on 2019-1-17
NEW FEATURES
- Docs via readthedocs
- CI testing via TravisCI (details)
- Release process documented in RELEASE.md (details)
- README Badges
- HTTP errors raised as exceptions. More helpful than always getting
JSONDecodeError
s. (details) - Stream records from a dataset (details)
- Migrate all Python Client docs from docs.tamr.com to Sphinx docs (details)
BUG FIXES
released on 2019-1-10
Initial public release
BREAKING CHANGES
- Protobuf-related dependencies (details)
NEW FEATURES
- Repo Documentation (details)
- Version in VERSION.txt (details)
BUG FIXES