chore(google-cloud): Update release notes and version.

PiperOrigin-RevId: 449467168
This commit is contained in:
Kevin Naughton 2022-05-18 06:28:28 -07:00 committed by Google Cloud Pipeline Components maintainers
parent afa829a7db
commit 13c7b6e28b
2 changed files with 9 additions and 2 deletions

View File

@ -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.

View File

@ -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"