Skip to content

Commit 027a1e3

Browse files
committed
add release notes and remove beta
1 parent be3c66a commit 027a1e3

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

docs/source/release_notes.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
Release Notes
33
=============
44

5+
2.7.3
6+
-----
7+
Release date: January 18, 2023
8+
* Added support for the :ref:`MVS<https://accelerated-data-science.readthedocs.io/en/latest/user_guide/model_version_set/index.html>` (Model Version Set) feature.
9+
* Added --job-info option to ads opctl run CLI to save job run information to a YAML file.
10+
* Added AuthContext class with support for api key configuration, resource principal, and instance principal authentication, as well as predefined signers, callable signers, or api keys configurations from specified locations.
11+
* Fixed a bug in to_sql(). The string length for the column created in Oracle Database table was counting characters, not bytes.
12+
* Fixed a bug where any exception that occurred in a notebook cell would print “ADS Exception” even if ADS code was not responsible for the error.
13+
514
2.7.2
615
-----
716
Release date: December 20, 2022

docs/source/user_guide/model_version_set/index.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
.. _model version set:
22

3-
########################
4-
Model Version Set |beta|
5-
########################
6-
7-
.. |beta| image:: ../../_static/badge_beta.svg
3+
#################
4+
Model Version Set
5+
#################
86

97

108
.. toctree::

0 commit comments

Comments
 (0)