File tree Expand file tree Collapse file tree 2 files changed +22
-7
lines changed
ads/feature_store/docs/source Expand file tree Collapse file tree 2 files changed +22
-7
lines changed Original file line number Diff line number Diff line change 99
1010sys .path .insert (0 , os .path .abspath ("../../" ))
1111
12- version = "1.0.2 "
12+ version = "1.0.3 "
1313release = version
1414
1515
5555# Add any paths that contain templates here, relative to this directory.
5656templates_path = ["_templates" ]
5757
58- # Get version
59-
60- version = "1.0.2"
61- release = version
62-
6358# Unless we want to expose real buckets and namespaces
6459nbsphinx_allow_errors = True
6560
Original file line number Diff line number Diff line change 33=============
44Release Notes
55=============
6+ Release notes: September 22, 2023
7+
8+ * [FEATURE] Addition of ``featurestore_dataset `` as optional parameter in GenericModel ``save `` function.
9+ * [FEATURE] Addition of ``transformation_kwargs `` in ``Transformation `` entity.
10+ * [FEATURE] Addition of partition keys in ``FeatureGroup `` and ``Dataset ``
11+ * [FEATURE] as_of interface for time travel
12+ * [FEATURE] Manual association of feature groups in ``Dataset `` construct and support for complex queries
13+ * [FEATURE] Simplify the ads init experience without users need to specify the feature store endpoint
14+ * [FEATURE] Visualisation of feature statistics with ``to_viz `` in ``Statistics `` entity
15+ * [FIX] Validation of model ids when associated with ``Dataset ``
16+ * [UI] Stats visualisation of feature group and dataset.
17+ * [UI] Global search for feature store entities.
18+ * [UI] Addition of onboarding page for feature store.
19+ * [UI] Redirection of entities within the lineage tab of feature group and dataset.
20+
21+
6221.0.3
723-----
824.. note ::
@@ -13,9 +29,13 @@ Release Notes
1329 * - Package Name
1430 - Latest Version
1531 - Notes
32+ * - Conda Pack
33+ - `https://objectstorage.us-ashburn-1.oraclecloud.com/p/LzT6f_OEVuPRU-zp8xIyGkf-iUTXDGpzcW6V0CIPYP_Z4NlUsZLm7ssBsdgfK18a/n/ociodscdev/b/fs-conda-packs-release/o/service_pack/cpu/PySpark_3.2_and_Feature_Store/2.0/fspyspark32_p38_cpu_v2 `
34+
1635 * - SERVICE_VERSION
1736 - 0.1.225.master
18- -
37+ * - Terraform Stack
38+ - `link <https://objectstorage.us-ashburn-1.oraclecloud.com/p/vZogtXWwHqbkGLeqyKiqBmVxdbR4MK4nyOBqDsJNVE4sHGUY5KFi4T3mOFGA3FOy/n/idogsu2ylimg/b/oci-feature-store/o/beta/terraform/feature-store-terraform.zip >`__ -
1939
2040Release notes: August 10, 2023
2141
You can’t perform that action at this time.
0 commit comments