diff --git a/ads/feature_store/docs/source/conf.py b/ads/feature_store/docs/source/conf.py index 5293d8829..fe8f69a8a 100644 --- a/ads/feature_store/docs/source/conf.py +++ b/ads/feature_store/docs/source/conf.py @@ -9,7 +9,7 @@ sys.path.insert(0, os.path.abspath("../../")) -version = "1.0.3" +version = "1.0.2" release = version diff --git a/ads/feature_store/docs/source/feature_group.rst b/ads/feature_store/docs/source/feature_group.rst index 860280336..f0baf037a 100644 --- a/ads/feature_store/docs/source/feature_group.rst +++ b/ads/feature_store/docs/source/feature_group.rst @@ -254,11 +254,6 @@ The ``get_statistics()`` method takes the following optional parameter: .. image:: figures/stats_1.png -.. code-block:: python3 - - # Fetch and visualize stats for a dataset job - df = feature_group.get_statistics(job_id).to_viz() - .. image:: figures/feature_group_statistics_viz.png .. seealso:: @@ -317,21 +312,6 @@ The ``.preview()`` method takes the following optional parameter: # Preview feature group df = feature_group.preview(row_count=50) -as_of -======= - -You can call the ``as_of()`` method of the FeatureGroup instance to get specified point in time and time traveled data. - -The ``.as_of()`` method takes the following optional parameter: - -- ``commit_timestamp: date-time``. Commit timestamp for feature group -- ``version_number: int``. Version number for feature group - -.. code-block:: python3 - - # as_of feature group - df = feature_group.as_of(version_number=1) - Restore ======= diff --git a/ads/feature_store/docs/source/release_notes.rst b/ads/feature_store/docs/source/release_notes.rst index 10eb7aa84..52c1be1f1 100644 --- a/ads/feature_store/docs/source/release_notes.rst +++ b/ads/feature_store/docs/source/release_notes.rst @@ -4,40 +4,6 @@ Release Notes ============= -1.0.3 ------ -.. note:: - - .. list-table:: - :header-rows: 1 - - * - Package Name - - Latest Version - - Notes - * - SERVICE_VERSION - - 0.1.256.master - - - * - Terraform Stack - - `link `__ - - - - -Release notes: September 22, 2023 - -* [FEATURE] Addition of ``featurestore_dataset`` as optional parameter in GenericModel ``save`` function. -* [FEATURE] Addition of ``transformation_kwargs`` in ``Transformation`` entity. -* [FEATURE] Addition of partition keys in ``FeatureGroup`` and ``Dataset`` -* [FEATURE] as_of interface for time travel -* [FEATURE] Manual association of feature groups in ``Dataset`` construct and support for complex queries -* [FEATURE] Simplify the ads init experience without users need to specify the feature store endpoint -* [FEATURE] Visualisation of feature statistics with ``to_viz`` in ``Statistics`` entity -* [FIX] Validation of model ids when associated with ``Dataset`` -* [UI] Stats visualisation of feature group and dataset. -* [UI] Transformation listing in the transformation tab -* [UI] Global search for feature store entities. -* [UI] Addition of onboarding page for feature store. -* [UI] Redirection of entities within the lineage tab of feature group and dataset. - 1.0.2 ----- .. note:: @@ -48,9 +14,6 @@ Release notes: September 22, 2023 * - Package Name - Latest Version - Notes - * - Conda pack - - `https://objectstorage.us-ashburn-1.oraclecloud.com/n/bigdatadatasciencelarge/b/service-conda-packs-fs/o/service_pack/cpu/PySpark_3.2_and_Feature_Store/1.0/fspyspark32_p38_cpu_v1#conda` - - * - SERVICE_VERSION - 0.1.225.master - @@ -78,9 +41,6 @@ Release notes: July 18, 2023 * - Package Name - Latest Version - Notes - * - Conda pack - - `https://objectstorage.us-ashburn-1.oraclecloud.com/n/bigdatadatasciencelarge/b/service-conda-packs-fs/o/service_pack/cpu/PySpark_3.2_and_Feature_Store/1.0/fspyspark32_p38_cpu_v1#conda` - - * - SERVICE_VERSION - 0.1.218.master - @@ -109,9 +69,6 @@ Release notes: July 5, 2023 * - Package Name - Latest Version - Notes - * - Conda pack - - `https://objectstorage.us-ashburn-1.oraclecloud.com/n/bigdatadatasciencelarge/b/service-conda-packs-fs/o/service_pack/cpu/PySpark_3.2_and_Feature_Store/1.0/fspyspark32_p38_cpu_v1#conda` - - * - SERVICE_VERSION - 0.1.209.master -