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 9
9
10
10
sys .path .insert (0 , os .path .abspath ("../../" ))
11
11
12
- version = "1.0.2 "
12
+ version = "1.0.3 "
13
13
release = version
14
14
15
15
55
55
# Add any paths that contain templates here, relative to this directory.
56
56
templates_path = ["_templates" ]
57
57
58
- # Get version
59
-
60
- version = "1.0.2"
61
- release = version
62
-
63
58
# Unless we want to expose real buckets and namespaces
64
59
nbsphinx_allow_errors = True
65
60
Original file line number Diff line number Diff line change 3
3
=============
4
4
Release Notes
5
5
=============
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
+
6
22
1.0.3
7
23
-----
8
24
.. note ::
@@ -13,9 +29,13 @@ Release Notes
13
29
* - Package Name
14
30
- Latest Version
15
31
- 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
+
16
35
* - SERVICE_VERSION
17
36
- 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 >`__ -
19
39
20
40
Release notes: August 10, 2023
21
41
You can’t perform that action at this time.
0 commit comments