Skip to content

Commit b72b5fe

Browse files
authored
Feature/featurestore update docs 1.0.3 (#344)
2 parents 273c881 + 5dc2512 commit b72b5fe

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

ads/feature_store/docs/source/conf.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
sys.path.insert(0, os.path.abspath("../../"))
1111

12-
version = "1.0.2"
12+
version = "1.0.3"
1313
release = version
1414

1515

@@ -55,11 +55,6 @@
5555
# Add any paths that contain templates here, relative to this directory.
5656
templates_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
6459
nbsphinx_allow_errors = True
6560

ads/feature_store/docs/source/release_notes.rst

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
=============
44
Release Notes
55
=============
6+
67
1.0.3
78
-----
89
.. note::
@@ -13,19 +14,29 @@ Release Notes
1314
* - Package Name
1415
- Latest Version
1516
- 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+
-
1620
* - SERVICE_VERSION
17-
- 0.1.225.master
21+
- 0.1.256.master
1822
-
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+
1927

20-
Release notes: August 10, 2023
28+
Release notes: September 22, 2023
2129

2230
* [FEATURE] Addition of ``featurestore_dataset`` as optional parameter in GenericModel ``save`` function.
2331
* [FEATURE] Addition of ``transformation_kwargs`` in ``Transformation`` entity.
2432
* [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
2737
* [FIX] Validation of model ids when associated with ``Dataset``
2838
* [UI] Stats visualisation of feature group and dataset.
39+
* [UI] Transformation listing in the transformation tab
2940
* [UI] Global search for feature store entities.
3041
* [UI] Addition of onboarding page for feature store.
3142
* [UI] Redirection of entities within the lineage tab of feature group and dataset.

0 commit comments

Comments
 (0)