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
7
1.0.3
23
8
-----
@@ -29,23 +14,29 @@ Release notes: September 22, 2023
29
14
* - Package Name
30
15
- Latest Version
31
16
- Notes
32
- * - Conda Pack
17
+ * - Conda pack
33
18
- `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
-
19
+ -
35
20
* - SERVICE_VERSION
36
- - 0.1.225.master
21
+ - 0.1.256.master
22
+ -
37
23
* - 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 >`__ -
24
+ - `link <https://objectstorage.us-ashburn-1.oraclecloud.com/p/vZogtXWwHqbkGLeqyKiqBmVxdbR4MK4nyOBqDsJNVE4sHGUY5KFi4T3mOFGA3FOy/n/idogsu2ylimg/b/oci-feature-store/o/beta/terraform/feature-store-terraform.zip >`__
25
+ -
26
+
39
27
40
- Release notes: August 10 , 2023
28
+ Release notes: September 22 , 2023
41
29
42
30
* [FEATURE] Addition of ``featurestore_dataset `` as optional parameter in GenericModel ``save `` function.
43
31
* [FEATURE] Addition of ``transformation_kwargs `` in ``Transformation `` entity.
44
32
* [FEATURE] Addition of partition keys in ``FeatureGroup `` and ``Dataset ``
45
- * [FEATURE] OCI Marketplace integration of the stack.
46
- * [FEATURE] Conda release of feature store pack ``fspyspark32_p38_cpu_v1 ``
33
+ * [FEATURE] as_of interface for time travel
34
+ * [FEATURE] Manual association of feature groups in ``Dataset `` construct and support for complex queries
35
+ * [FEATURE] Simplify the ads init experience without users need to specify the feature store endpoint
36
+ * [FEATURE] Visualisation of feature statistics with ``to_viz `` in ``Statistics `` entity
47
37
* [FIX] Validation of model ids when associated with ``Dataset ``
48
38
* [UI] Stats visualisation of feature group and dataset.
39
+ * [UI] Transformation listing in the transformation tab
49
40
* [UI] Global search for feature store entities.
50
41
* [UI] Addition of onboarding page for feature store.
51
42
* [UI] Redirection of entities within the lineage tab of feature group and dataset.
0 commit comments