File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
### [1.12.1](https://.com/googleapis/python-aiplatform/compare/v1.12.0...v1.12.1) (2022-04-20)
4+
5+
6+
### Features
7+
8+
* Add endpoind_id arg to Endpoint#create ([#1168](https://.com/googleapis/python-aiplatform/issues/1168)) ([4c21993](https://.com/googleapis/python-aiplatform/commit/4c21993642b84d7595ead7a63424260deafaf43c))
9+
* add ModelEvaluation support ([#1167](https://.com/googleapis/python-aiplatform/issues/1167)) ([10f95cd](https://.com/googleapis/python-aiplatform/commit/10f95cde5e0282a99041ff2108111970f52379f3))
10+
11+
12+
### Bug Fixes
13+
14+
* change default for create_request_timeout arg to None ([#1175](https://.com/googleapis/python-aiplatform/issues/1175)) ([47791f7](https://.com/googleapis/python-aiplatform/commit/47791f79c56a67be7503b5d5d4eb72dc409b18a0))
15+
16+
17+
### Documentation
18+
19+
* endpoint.create => aiplatform.Endpoint.create ([#1153](https://.com/googleapis/python-aiplatform/issues/1153)) ([1122a26](https://.com/googleapis/python-aiplatform/commit/1122a26fd01d4c964055ca85a683de0c91867b6f))
20+
* update changelog headers ([#1164](https://.com/googleapis/python-aiplatform/issues/1164)) ([c1e899d](https://.com/googleapis/python-aiplatform/commit/c1e899dba3f57e515b1f1958e962f355276460c4))
21+
* update model code snippet order in README ([#1154](https://.com/googleapis/python-aiplatform/issues/1154)) ([404d7f1](https://.com/googleapis/python-aiplatform/commit/404d7f13d8666ea673743ab54928046eb64ee542))
22+
23+
24+
### Miscellaneous Chores
25+
26+
* release 1.12.1 ([#1176](https://.com/googleapis/python-aiplatform/issues/1176)) ([f98d92e](https://.com/googleapis/python-aiplatform/commit/f98d92ecf7ad42fdbb095e65f98800bc6b2d3d12))
27+
328
## [1.12.0](https://.com/googleapis/python-aiplatform/compare/v1.11.0...v1.12.0) (2022-04-07)
429

530

Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
# limitations under the License.
1616
#
1717

18-
__version__ = "1.12.0"
18+
__version__ = "1.12.1"

0 commit comments

Comments
 (0)