Skip to content

Commit

Permalink
Group tc.record and tc.dataframe under datasets package
Browse files Browse the repository at this point in the history
  • Loading branch information
pcattori committed Apr 4, 2020
1 parent 497449c commit c3dff67
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 0.11.0-dev
**BETA**

Important: Do not use BETA features for production workflows.

New `tamr_client` package includes:
Expand All @@ -24,13 +24,13 @@
- `tc.dataset` module
- `tc.Dataset` type
- functions: `from_resource_id`
- `tc.record` module
- functions: `tc.record.upsert`, `tc.record.delete`
- `tc.dataframe` module
- functions: `tc.dataframe.upsert`
- `tc.instance` module
- `tc.Instance` type
- functions: `tc.instance.from_auth`
- `tc.record` module
- functions: `tc.record.upsert`, `tc.record.delete`
- `tc.dataframe` module
- functions: `tc.dataframe.upsert`
- other supporting modules
- `tc.auth` module
- `tc.UsernamePasswordAuth` type
Expand Down

0 comments on commit c3dff67

Please sign in to comment.