Skip to content

Commit

Permalink
Release python-domino 1.0.4 (#92)
Browse files Browse the repository at this point in the history
* Release 1.0.4

* Changelog updates

Co-authored-by: Alex Panin <alexpanin@Domino469s-MacBook-Pro.local>
  • Loading branch information
ddl-alexpanin and Alex Panin authored Jun 4, 2021
1 parent ea4eb68 commit 1e9597c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,18 @@ All notable changes to the `python-domino` library will be documented in this fi
## [Unreleased]

### Added
* `collaborators_remove` method added

### Changed

## 1.0.4

### Added

* `collaborators_remove` method
* Model export and AWS SageMaker API integration

### Changed

* Model version publish method (model_version_publish) doesn't take name anymore
* `collaborators_add` method changed to use v4 API

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Python bindings for the Domino API.

Permits interaction with a Domino deployment from Python using the [Domino API](https://dominodatalab.github.io/api-docs/).

The latest released version is [1.0.3](https://github.com/dominodatalab/python-domino/archive/1.0.3.zip).
The latest released version is [1.0.4](https://github.com/dominodatalab/python-domino/archive/1.0.4.zip).

## Version Compatibility Matrix

Expand Down

0 comments on commit 1e9597c

Please sign in to comment.