chore(google-cloud): Update release notes and version.
PiperOrigin-RevId: 449467168
This commit is contained in:
parent
afa829a7db
commit
13c7b6e28b
|
|
@ -1,6 +1,13 @@
|
|||
# Current Version 1.0.7.dev (Still in Development)
|
||||
# Current Version 1.0.8.dev (Still in Development)
|
||||
* Add notes for next release here.
|
||||
|
||||
# Current Version 1.0.7
|
||||
* Allow metrics and evaluated examples tables to be overwritten.
|
||||
* Replace custom copy_table component with BQ first-party query component.
|
||||
* Support vpc in feature selection.
|
||||
* Add import eval metrics to model to AutoML Tables default pipeline.
|
||||
* Add default Wide & Deep study_spec_parameters configs and add helper function to utils.py to get parameters.
|
||||
|
||||
# Release 1.0.6
|
||||
* Update import evaluation metrics component.
|
||||
* Support parameterized input for reserved_ip_range and other Vertex Training parameters in custom job utility.
|
||||
|
|
|
|||
|
|
@ -13,4 +13,4 @@
|
|||
# limitations under the License.
|
||||
"""Contains the version string of Google Cloud Pipeline Components."""
|
||||
|
||||
__version__ = "1.0.7.dev"
|
||||
__version__ = "1.0.8.dev"
|
||||
|
|
|
|||
Loading…
Reference in New Issue