File tree Expand file tree Collapse file tree 4 files changed +23
-5
lines changed Expand file tree Collapse file tree 4 files changed +23
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
All notable changes to this project will be documented in this file.
3
3
4
+ ## [ 1.2.8] - 2024-1-09
5
+
6
+ ### Added
7
+
8
+ - Support for Output annotations with AutoMLOps.component
9
+
10
+ ### Changed
11
+
12
+ ### Fixed
13
+
4
14
## [ 1.2.7] - 2023-11-06
5
15
6
16
### Added
Original file line number Diff line number Diff line change @@ -465,13 +465,21 @@ def create_dataset(
465
465
466
466
[ Ahmad Khan] ( mailto:ahmadkh@google.com ) : Engineer
467
467
468
- [ Jesus Orozco] ( mailto:jesusfc@google.com ) : Cloud Engineer
468
+ [ Jesus Orozco] ( mailto:jesusfc@google.com ) : Engineer
469
469
470
- [ Erin Horning] ( mailto:ehorning@google.com ) : Infrastructure Engineer
470
+ [ Erin Horning] ( mailto:ehorning@google.com ) : Engineer
471
471
472
472
[ Alex Ho] ( mailto:alexanderho@google.com ) : Engineer
473
473
474
- [ Kyle Sorensen] ( mailto:kylesorensen@google.com ) : Cloud Engineer
474
+ [ Kyle Sorensen] ( mailto:kylesorensen@google.com ) : Engineer
475
+
476
+ [ Matt Sokoloff] ( mailto:msokoloff@google.com ) : Engineer
477
+
478
+ [ Andrew Chasin] ( mailto:andrewchasin@google.com ) : Engineer
479
+
480
+ [ Atulan Zaman] ( mailto:atulanz@google.com ) : Use Case Development
481
+
482
+ [ Nelly Wilson] ( mailto:nellywilson@google.com ) : Use Case Development
475
483
476
484
# Disclaimer
477
485
Original file line number Diff line number Diff line change 23
23
series of directories to support the creation of Vertex Pipelines.
24
24
"""
25
25
# pylint: disable=invalid-name
26
- __version__ = '1.2.7 '
26
+ __version__ = '1.2.8 '
27
27
__author__ = 'Sean Rastatter'
28
28
__credits__ = 'Google'
Original file line number Diff line number Diff line change 20
20
21
21
setup (
22
22
name = 'google-cloud-automlops' ,
23
- version = '1.2.7 ' ,
23
+ version = '1.2.8 ' ,
24
24
description = 'Build MLOps Pipelines in Minutes.' ,
25
25
long_description = readme_contents ,
26
26
long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments