File tree Expand file tree Collapse file tree 2 files changed +16
-10
lines changed
ads/feature_store/docs/source Expand file tree Collapse file tree 2 files changed +16
-10
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
+
6
7
1.0.3
7
8
-----
8
9
.. note ::
@@ -13,19 +14,29 @@ Release Notes
13
14
* - Package Name
14
15
- Latest Version
15
16
- Notes
17
+ * - Conda pack
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 `
19
+ -
16
20
* - SERVICE_VERSION
17
- - 0.1.225 .master
21
+ - 0.1.256 .master
18
22
-
23
+ * - Terraform Stack
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
+
19
27
20
- Release notes: August 10 , 2023
28
+ Release notes: September 22 , 2023
21
29
22
30
* [FEATURE] Addition of ``featurestore_dataset `` as optional parameter in GenericModel ``save `` function.
23
31
* [FEATURE] Addition of ``transformation_kwargs `` in ``Transformation `` entity.
24
32
* [FEATURE] Addition of partition keys in ``FeatureGroup `` and ``Dataset ``
25
- * [FEATURE] OCI Marketplace integration of the stack.
26
- * [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
27
37
* [FIX] Validation of model ids when associated with ``Dataset ``
28
38
* [UI] Stats visualisation of feature group and dataset.
39
+ * [UI] Transformation listing in the transformation tab
29
40
* [UI] Global search for feature store entities.
30
41
* [UI] Addition of onboarding page for feature store.
31
42
* [UI] Redirection of entities within the lineage tab of feature group and dataset.
You can’t perform that action at this time.
0 commit comments