You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/release_notes.rst
+14-7Lines changed: 14 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,14 @@
2
2
Release Notes
3
3
=============
4
4
5
+
2.8.7
6
+
-----
7
+
Release date: June 22, 2023
8
+
9
+
* Added support for leveraging pools in the Data Flow applications.
10
+
* Added support for token-based authentication.
11
+
* Revised help information for ``opctl`` commands.
12
+
5
13
2.8.6
6
14
-----
7
15
Release date: June 13, 2023
@@ -14,7 +22,6 @@ Release date: June 13, 2023
14
22
* Enabled the uploading of large size model artifacts for the :py:class:`~ads.model.ModelDeployment` class.
15
23
* Implemented validation for shape name and shape configuration details in Data Science jobs and Data Flow applications.
16
24
* Added the capability to create ``ADSDataset`` using the Pandas accessor.
17
-
* Made ``Docker`` dependency optional for ``ads opctl run``.
18
25
* Provided a prebuilt watch command for monitoring Data Science jobs with ``ads opctl``.
19
26
* Eliminated the legacy ``ads.dataflow`` package from ADS.
20
27
@@ -386,8 +393,8 @@ The following features related to the Data Labeling service were added:
386
393
The following improvements were effected:
387
394
388
395
* Improve ads import time.
389
-
* Fix the version of the `jsonschema` package.
390
-
* Update `numpy` deps to >= 1.19.2 for compatibility with `TensorFlow 2.6`.
396
+
* Fix the version of the ``jsonschema`` package.
397
+
* Update ``numpy`` deps to >= 1.19.2 for compatibility with ``TensorFlow 2.6``.
391
398
* Added progress bar when creating a Data Flow application.
392
399
* Fixed the file upload path in Data Flow.
393
400
* Added supporting tags when saving model artifacts to the model catalog.
@@ -451,7 +458,7 @@ Release notes: August 3, 2021
451
458
This release of the model catalog includes these enhancements:
452
459
453
460
* Automatic extraction of model taxonomy metadata that lets data scientists document the use case, framework, and hyperparameters of their models.
454
-
* Improvement to the model provenance metadata, including a reference to the model training resource (notebook sessions) by passing in the `training_id` to the `.save()` method.
461
+
* Improvement to the model provenance metadata, including a reference to the model training resource (notebook sessions) by passing in the ``training_id`` to the ``.save()`` method.
455
462
* Support for custom metadata which lets data scientists document the context around their models, automatic extraction references to the conda environment used to train the model, the training and validation datasets, and so on.
456
463
* Automatcal extraction of the model input feature vector and prediction schemas.
457
464
* Model introspection tests that are run on the model artifact before the model is saved to the model catalog. Model introspection validates the artifact against a series of common issues and errors found with artifacts. These introspection tests are part of the model artifact code template that is included.
@@ -568,10 +575,10 @@ January 13, 2021
568
575
* Corrected the ``up_sample()`` method in ``get_recommendations()`` so that it does not fail when all features are categorical. Up-sampling is possible for datasets containing continuous and categorical features.
569
576
* Resolved issues with serializing ``ndarray`` objects into JSON.
570
577
* A table of all of the ADS notebook examples can be found in our service documentation: `Oracle Cloud Infrastructure Data Science <https://docs.cloud.oracle.com/en-us/iaas/data-science/using/use-notebook-sessions.htm#conda_understand_environments>`__
571
-
* Changed `set_documentation_mode` to false by default.
578
+
* Changed ``set_documentation_mode`` to false by default.
572
579
* Added unit-tests related to the dataset helper.
573
-
* Fixed the `_check_object_exists` to handle situations where the object storage bucket has more than 1000 objects.
574
-
* Added option `overwrite_script` in the `create_app()` method to allow a user to override a pre-existing file.
580
+
* Fixed the ``_check_object_exists`` to handle situations where the object storage bucket has more than 1000 objects.
581
+
* Added option ``overwrite_script`` in the ``create_app()`` method to allow a user to override a pre-existing file.
575
582
* Added support for newer fsspec versions.
576
583
* Added support for the C library Snappy.
577
584
* Fixed issue with uploading model provenance data due to inconsistency with OCI interface.
0 commit comments