Skip to content

Commit a804b6b

Browse files
committed
1,0,3 doc update
1 parent 273c881 commit a804b6b

File tree

2 files changed

+22
-7
lines changed

2 files changed

+22
-7
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: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
=============
44
Release 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+
622
1.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

2040
Release notes: August 10, 2023
2141

0 commit comments

Comments
 (0)