Skip to content

Commit 65de0d2

Browse files
committed
chore(release): release 0.38.0
# [0.38.0](feast-dev/feast@v0.37.0...v0.38.0) (2024-05-24) ### Bug Fixes * Add vector database doc ([feast-dev#4165](feast-dev#4165)) ([37f36b6](feast-dev@37f36b6)) * Change checkout action back to v3 from v5 which isn't released yet ([feast-dev#4147](feast-dev#4147)) ([9523fff](feast-dev@9523fff)) * Change numpy version <1.25 dependency to <2 in setup.py ([feast-dev#4085](feast-dev#4085)) ([2ba71ff](feast-dev@2ba71ff)), closes [feast-dev#4084](feast-dev#4084) * Changed the code the way mysql container is initialized. ([feast-dev#4140](feast-dev#4140)) ([8b5698f](feast-dev@8b5698f)), closes [feast-dev#4126](feast-dev#4126) * Correct nightly install command, move all installs to uv ([feast-dev#4164](feast-dev#4164)) ([c86d594](feast-dev@c86d594)) * Default value is not set in Redis connection string using environment variable ([feast-dev#4136](feast-dev#4136)) ([95acfb4](feast-dev@95acfb4)), closes [feast-dev#3669](feast-dev#3669) * Get container host addresses from testcontainers (java) ([feast-dev#4125](feast-dev#4125)) ([9184dde](feast-dev@9184dde)) * Get rid of empty string `name_alias` during feature view projection deserialization ([feast-dev#4116](feast-dev#4116)) ([65056ce](feast-dev@65056ce)) * Helm chart `feast-feature-server`, improve Service template name ([feast-dev#4161](feast-dev#4161)) ([dedc164](feast-dev@dedc164)) * Improve the code related to on-demand-featureview. ([feast-dev#4203](feast-dev#4203)) ([d91d7e0](feast-dev@d91d7e0)) * Integration tests for async sdk method ([feast-dev#4201](feast-dev#4201)) ([08c44ae](feast-dev@08c44ae)) * Make sure schema is used when calling `get_table_query_string` method for Snowflake datasource ([feast-dev#4131](feast-dev#4131)) ([c1579c7](feast-dev@c1579c7)) * Make sure schema is used when generating `from_expression` for Snowflake ([feast-dev#4177](feast-dev#4177)) ([5051da7](feast-dev@5051da7)) * Pass native input values to `get_online_features` from feature server ([feast-dev#4117](feast-dev#4117)) ([60756cb](feast-dev@60756cb)) * Pass region to S3 client only if set (Java) ([feast-dev#4151](feast-dev#4151)) ([b8087f7](feast-dev@b8087f7)) * Pgvector patch ([feast-dev#4108](feast-dev#4108)) ([ad45bb4](feast-dev@ad45bb4)) * Update doc ([feast-dev#4153](feast-dev#4153)) ([e873636](feast-dev@e873636)) * Update master-only benchmark bucket name due to credential update ([feast-dev#4183](feast-dev#4183)) ([e88f1e3](feast-dev@e88f1e3)) * Updating the instructions for quickstart guide. ([feast-dev#4120](feast-dev#4120)) ([0c30e96](feast-dev@0c30e96)) * Upgrading the test container so that local tests works with updated d… ([feast-dev#4155](feast-dev#4155)) ([93ddb11](feast-dev@93ddb11)) ### Features * Add a Kubernetes Operator for the Feast Feature Server ([feast-dev#4145](feast-dev#4145)) ([4a696dc](feast-dev@4a696dc)) * Add delta format to `FileSource`, add support for it in ibis/duckdb ([feast-dev#4123](feast-dev#4123)) ([2b6f1d0](feast-dev@2b6f1d0)) * Add materialization support to ibis/duckdb ([feast-dev#4173](feast-dev#4173)) ([369ca98](feast-dev@369ca98)) * Add optional private key params to Snowflake config ([feast-dev#4205](feast-dev#4205)) ([20f5419](feast-dev@20f5419)) * Add s3 remote storage export for duckdb ([feast-dev#4195](feast-dev#4195)) ([6a04c48](feast-dev@6a04c48)) * Adding DatastoreOnlineStore 'database' argument. ([feast-dev#4180](feast-dev#4180)) ([e739745](feast-dev@e739745)) * Adding get_online_features_async to feature store sdk ([feast-dev#4172](feast-dev#4172)) ([311efc5](feast-dev@311efc5)) * Adding support for dictionary writes to online store ([feast-dev#4156](feast-dev#4156)) ([abfac01](feast-dev@abfac01)) * Elasticsearch vector database ([feast-dev#4188](feast-dev#4188)) ([bf99640](feast-dev@bf99640)) * Enable other distance metrics for Vector DB and Update docs ([feast-dev#4170](feast-dev#4170)) ([ba9f4ef](feast-dev@ba9f4ef)) * Feast/IKV datetime edgecase errors ([feast-dev#4211](feast-dev#4211)) ([bdae562](feast-dev@bdae562)) * Feast/IKV documenation language changes ([feast-dev#4149](feast-dev#4149)) ([690a621](feast-dev@690a621)) * Feast/IKV online store contrib plugin integration ([feast-dev#4068](feast-dev#4068)) ([f2b4eb9](feast-dev@f2b4eb9)) * Feast/IKV online store documentation ([feast-dev#4146](feast-dev#4146)) ([73601e4](feast-dev@73601e4)) * Feast/IKV upgrade client version ([feast-dev#4200](feast-dev#4200)) ([0e42150](feast-dev@0e42150)) * Incorporate substrait ODFVs into ibis-based offline store queries ([feast-dev#4102](feast-dev#4102)) ([c3a102f](feast-dev@c3a102f)) * Isolate input-dependent calculations in `get_online_features` ([feast-dev#4041](feast-dev#4041)) ([2a6edea](feast-dev@2a6edea)) * Make arrow primary interchange for online ODFV execution ([feast-dev#4143](feast-dev#4143)) ([3fdb716](feast-dev@3fdb716)) * Move data source validation entrypoint to offline store ([feast-dev#4197](feast-dev#4197)) ([a17725d](feast-dev@a17725d)) * Upgrading python version to 3.11, adding support for 3.11 as well. ([feast-dev#4159](feast-dev#4159)) ([4b1634f](feast-dev@4b1634f)), closes [feast-dev#4152](feast-dev#4152) [feast-dev#4114](feast-dev#4114) ### Reverts * Reverts "fix: Using version args to install the correct feast version" ([feast-dev#4112](feast-dev#4112)) ([b66baa4](feast-dev@b66baa4)), closes [feast-dev#3953](feast-dev#3953)
1 parent d52426a commit 65de0d2

File tree

17 files changed

+82
-28
lines changed

17 files changed

+82
-28
lines changed

CHANGELOG.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,60 @@
11
# Changelog
22

3+
# [0.38.0](https://github.com/feast-dev/feast/compare/v0.37.0...v0.38.0) (2024-05-24)
4+
5+
6+
### Bug Fixes
7+
8+
* Add vector database doc ([#4165](https://github.com/feast-dev/feast/issues/4165)) ([37f36b6](https://github.com/feast-dev/feast/commit/37f36b681bde0c1ae83303803c89d3ed0b2ac8a9))
9+
* Change checkout action back to v3 from v5 which isn't released yet ([#4147](https://github.com/feast-dev/feast/issues/4147)) ([9523fff](https://github.com/feast-dev/feast/commit/9523fff2dda2e0d53bffa7f5c0d6f2f69f6b8c02))
10+
* Change numpy version <1.25 dependency to <2 in setup.py ([#4085](https://github.com/feast-dev/feast/issues/4085)) ([2ba71ff](https://github.com/feast-dev/feast/commit/2ba71fff5f76ed05066e94f3b11d08bc30b54b39)), closes [#4084](https://github.com/feast-dev/feast/issues/4084)
11+
* Changed the code the way mysql container is initialized. ([#4140](https://github.com/feast-dev/feast/issues/4140)) ([8b5698f](https://github.com/feast-dev/feast/commit/8b5698fefa965fc08fdb5e07d739d0ca276a3522)), closes [#4126](https://github.com/feast-dev/feast/issues/4126)
12+
* Correct nightly install command, move all installs to uv ([#4164](https://github.com/feast-dev/feast/issues/4164)) ([c86d594](https://github.com/feast-dev/feast/commit/c86d594613b0fb1425451def4fc1d7a7496eea92))
13+
* Default value is not set in Redis connection string using environment variable ([#4136](https://github.com/feast-dev/feast/issues/4136)) ([95acfb4](https://github.com/feast-dev/feast/commit/95acfb4cefc10f96f8ed61f148e24b238d400a68)), closes [#3669](https://github.com/feast-dev/feast/issues/3669)
14+
* Get container host addresses from testcontainers (java) ([#4125](https://github.com/feast-dev/feast/issues/4125)) ([9184dde](https://github.com/feast-dev/feast/commit/9184dde1fcd57de5765c850615eb5e70cbafe70f))
15+
* Get rid of empty string `name_alias` during feature view projection deserialization ([#4116](https://github.com/feast-dev/feast/issues/4116)) ([65056ce](https://github.com/feast-dev/feast/commit/65056cea6c4537834a1c40be2ad37e1659310a47))
16+
* Helm chart `feast-feature-server`, improve Service template name ([#4161](https://github.com/feast-dev/feast/issues/4161)) ([dedc164](https://github.com/feast-dev/feast/commit/dedc1645ef1f38aa9b50a0cf55e4bc23ec60d5ad))
17+
* Improve the code related to on-demand-featureview. ([#4203](https://github.com/feast-dev/feast/issues/4203)) ([d91d7e0](https://github.com/feast-dev/feast/commit/d91d7e0da69d15c7aa14e736b608ed9f5ece3504))
18+
* Integration tests for async sdk method ([#4201](https://github.com/feast-dev/feast/issues/4201)) ([08c44ae](https://github.com/feast-dev/feast/commit/08c44ae35a4a91228f9f78c7323b4b7a73ef33aa))
19+
* Make sure schema is used when calling `get_table_query_string` method for Snowflake datasource ([#4131](https://github.com/feast-dev/feast/issues/4131)) ([c1579c7](https://github.com/feast-dev/feast/commit/c1579c77324cebb0514422235956812403316c80))
20+
* Make sure schema is used when generating `from_expression` for Snowflake ([#4177](https://github.com/feast-dev/feast/issues/4177)) ([5051da7](https://github.com/feast-dev/feast/commit/5051da75de81deed19b25fbc2826d504a8ebdc8b))
21+
* Pass native input values to `get_online_features` from feature server ([#4117](https://github.com/feast-dev/feast/issues/4117)) ([60756cb](https://github.com/feast-dev/feast/commit/60756cb4637a7961b6caffef3242e2886e77f78a))
22+
* Pass region to S3 client only if set (Java) ([#4151](https://github.com/feast-dev/feast/issues/4151)) ([b8087f7](https://github.com/feast-dev/feast/commit/b8087f7a181977e0e4d3bd29c857d8e137af1de2))
23+
* Pgvector patch ([#4108](https://github.com/feast-dev/feast/issues/4108)) ([ad45bb4](https://github.com/feast-dev/feast/commit/ad45bb4ac2dd83b530adda6196f85d46decaf98e))
24+
* Update doc ([#4153](https://github.com/feast-dev/feast/issues/4153)) ([e873636](https://github.com/feast-dev/feast/commit/e873636b4a5f3a05666f9284c31e488f27257ed0))
25+
* Update master-only benchmark bucket name due to credential update ([#4183](https://github.com/feast-dev/feast/issues/4183)) ([e88f1e3](https://github.com/feast-dev/feast/commit/e88f1e39778300fb443f1db230fe9589b74d9ed6))
26+
* Updating the instructions for quickstart guide. ([#4120](https://github.com/feast-dev/feast/issues/4120)) ([0c30e96](https://github.com/feast-dev/feast/commit/0c30e96da144babe725a3f168c05d2fbeca65507))
27+
* Upgrading the test container so that local tests works with updated d… ([#4155](https://github.com/feast-dev/feast/issues/4155)) ([93ddb11](https://github.com/feast-dev/feast/commit/93ddb11bf5a182cea44435147e39f40b30a69db7))
28+
29+
30+
### Features
31+
32+
* Add a Kubernetes Operator for the Feast Feature Server ([#4145](https://github.com/feast-dev/feast/issues/4145)) ([4a696dc](https://github.com/feast-dev/feast/commit/4a696dc4b0fd96d51872a5e629ab5f3ca785d708))
33+
* Add delta format to `FileSource`, add support for it in ibis/duckdb ([#4123](https://github.com/feast-dev/feast/issues/4123)) ([2b6f1d0](https://github.com/feast-dev/feast/commit/2b6f1d0945e8dbf13d01e045f87c5e58546b4af6))
34+
* Add materialization support to ibis/duckdb ([#4173](https://github.com/feast-dev/feast/issues/4173)) ([369ca98](https://github.com/feast-dev/feast/commit/369ca98d88a5cb3c67b2363232b7c2eddfc4f333))
35+
* Add optional private key params to Snowflake config ([#4205](https://github.com/feast-dev/feast/issues/4205)) ([20f5419](https://github.com/feast-dev/feast/commit/20f5419d30c32b533e91043a9690007a84000512))
36+
* Add s3 remote storage export for duckdb ([#4195](https://github.com/feast-dev/feast/issues/4195)) ([6a04c48](https://github.com/feast-dev/feast/commit/6a04c48b4b84fb9905df638e5c4041c12532b053))
37+
* Adding DatastoreOnlineStore 'database' argument. ([#4180](https://github.com/feast-dev/feast/issues/4180)) ([e739745](https://github.com/feast-dev/feast/commit/e739745482fed1b9c2d7b788ebb088041118c642))
38+
* Adding get_online_features_async to feature store sdk ([#4172](https://github.com/feast-dev/feast/issues/4172)) ([311efc5](https://github.com/feast-dev/feast/commit/311efc5005b24d1fc9bc389ee7579e102e2cd4ea))
39+
* Adding support for dictionary writes to online store ([#4156](https://github.com/feast-dev/feast/issues/4156)) ([abfac01](https://github.com/feast-dev/feast/commit/abfac011ad1f94caef001539591d03b1552f65e5))
40+
* Elasticsearch vector database ([#4188](https://github.com/feast-dev/feast/issues/4188)) ([bf99640](https://github.com/feast-dev/feast/commit/bf99640c0bcfd9ee7c1e66d24cb791bfa0e5ac4a))
41+
* Enable other distance metrics for Vector DB and Update docs ([#4170](https://github.com/feast-dev/feast/issues/4170)) ([ba9f4ef](https://github.com/feast-dev/feast/commit/ba9f4efd5eccd0548a39521a145c6573ac90c221))
42+
* Feast/IKV datetime edgecase errors ([#4211](https://github.com/feast-dev/feast/issues/4211)) ([bdae562](https://github.com/feast-dev/feast/commit/bdae562ea4582d8e47763736b639c70e56d79b2d))
43+
* Feast/IKV documenation language changes ([#4149](https://github.com/feast-dev/feast/issues/4149)) ([690a621](https://github.com/feast-dev/feast/commit/690a6212e9f2b14fc4bf65513e5d30e70e229d0a))
44+
* Feast/IKV online store contrib plugin integration ([#4068](https://github.com/feast-dev/feast/issues/4068)) ([f2b4eb9](https://github.com/feast-dev/feast/commit/f2b4eb94add8f86afa4e168236e8fcd11968510e))
45+
* Feast/IKV online store documentation ([#4146](https://github.com/feast-dev/feast/issues/4146)) ([73601e4](https://github.com/feast-dev/feast/commit/73601e45e2fc57dc889644b1d28115b3c94bd8ea))
46+
* Feast/IKV upgrade client version ([#4200](https://github.com/feast-dev/feast/issues/4200)) ([0e42150](https://github.com/feast-dev/feast/commit/0e4215060f97b7629015ab65ac526dfef0a1f7d4))
47+
* Incorporate substrait ODFVs into ibis-based offline store queries ([#4102](https://github.com/feast-dev/feast/issues/4102)) ([c3a102f](https://github.com/feast-dev/feast/commit/c3a102f1b1941c8681ec876b54d7d16a32862925))
48+
* Isolate input-dependent calculations in `get_online_features` ([#4041](https://github.com/feast-dev/feast/issues/4041)) ([2a6edea](https://github.com/feast-dev/feast/commit/2a6edeae42a2ebba7d9fc69af917bdc41ae6ecb0))
49+
* Make arrow primary interchange for online ODFV execution ([#4143](https://github.com/feast-dev/feast/issues/4143)) ([3fdb716](https://github.com/feast-dev/feast/commit/3fdb71631fbb1b9cfb8d1cad69dbc2d2d50cea0d))
50+
* Move data source validation entrypoint to offline store ([#4197](https://github.com/feast-dev/feast/issues/4197)) ([a17725d](https://github.com/feast-dev/feast/commit/a17725daec9e7355591e7ff2bc57202d5fa3f0c1))
51+
* Upgrading python version to 3.11, adding support for 3.11 as well. ([#4159](https://github.com/feast-dev/feast/issues/4159)) ([4b1634f](https://github.com/feast-dev/feast/commit/4b1634f4da7ba47a29dfd4a0d573dfe515a8863d)), closes [#4152](https://github.com/feast-dev/feast/issues/4152) [#4114](https://github.com/feast-dev/feast/issues/4114)
52+
53+
54+
### Reverts
55+
56+
* Reverts "fix: Using version args to install the correct feast version" ([#4112](https://github.com/feast-dev/feast/issues/4112)) ([b66baa4](https://github.com/feast-dev/feast/commit/b66baa46f48c72f4704bfe3980a8df49e1a06507)), closes [#3953](https://github.com/feast-dev/feast/issues/3953)
57+
358
## [0.37.1](https://github.com/feast-dev/feast/compare/v0.37.0...v0.37.1) (2024-04-17)
459

560

infra/charts/feast-feature-server/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: feast-feature-server
33
description: Feast Feature Server in Go or Python
44
type: application
5-
version: 0.37.0
5+
version: 0.38.0
66
keywords:
77
- machine learning
88
- big data

infra/charts/feast-feature-server/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Feast Python / Go Feature Server Helm Charts
22

3-
Current chart version is `0.37.0`
3+
Current chart version is `0.38.0`
44

55
## Installation
66

@@ -17,7 +17,6 @@ A base64 encoded version of the `feature_store.yaml` file is needed. Helm instal
1717
```
1818
helm install feast-feature-server feast-charts/feast-feature-server --set feature_store_yaml_base64=$(base64 feature_store.yaml)
1919
```
20-
> Alternatively, deploy this helm chart with a [Kubernetes Operator](/infra/feast-operator).
2120

2221
## Tutorial
2322
See [here](https://github.com/feast-dev/feast/tree/master/examples/python-helm-demo) for a sample tutorial on testing this helm chart with a demo feature repository and a local Redis instance.
@@ -31,7 +30,7 @@ See [here](https://github.com/feast-dev/feast/tree/master/examples/python-helm-d
3130
| fullnameOverride | string | `""` | |
3231
| image.pullPolicy | string | `"IfNotPresent"` | |
3332
| image.repository | string | `"feastdev/feature-server"` | Docker image for Feature Server repository |
34-
| image.tag | string | `"0.37.1"` | The Docker image tag (can be overwritten if custom feature server deps are needed for on demand transforms) |
33+
| image.tag | string | `"0.38.0"` | The Docker image tag (can be overwritten if custom feature server deps are needed for on demand transforms) |
3534
| imagePullSecrets | list | `[]` | |
3635
| livenessProbe.initialDelaySeconds | int | `30` | |
3736
| livenessProbe.periodSeconds | int | `30` | |

infra/charts/feast-feature-server/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ image:
99
repository: feastdev/feature-server
1010
pullPolicy: IfNotPresent
1111
# image.tag -- The Docker image tag (can be overwritten if custom feature server deps are needed for on demand transforms)
12-
tag: 0.37.0
12+
tag: 0.38.0
1313

1414
imagePullSecrets: []
1515
nameOverride: ""

infra/charts/feast/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
description: Feature store for machine learning
33
name: feast
4-
version: 0.37.0
4+
version: 0.38.0
55
keywords:
66
- machine learning
77
- big data

infra/charts/feast/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This repo contains Helm charts for Feast Java components that are being installe
88

99
## Chart: Feast
1010

11-
Feature store for machine learning Current chart version is `0.37.0`
11+
Feature store for machine learning Current chart version is `0.38.0`
1212

1313
## Installation
1414

@@ -65,8 +65,8 @@ See [here](https://github.com/feast-dev/feast/tree/master/examples/java-demo) fo
6565
| Repository | Name | Version |
6666
|------------|------|---------|
6767
| https://charts.helm.sh/stable | redis | 10.5.6 |
68-
| https://feast-helm-charts.storage.googleapis.com | feature-server(feature-server) | 0.37.0 |
69-
| https://feast-helm-charts.storage.googleapis.com | transformation-service(transformation-service) | 0.37.0 |
68+
| https://feast-helm-charts.storage.googleapis.com | feature-server(feature-server) | 0.38.0 |
69+
| https://feast-helm-charts.storage.googleapis.com | transformation-service(transformation-service) | 0.38.0 |
7070

7171
## Values
7272

infra/charts/feast/charts/feature-server/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
description: "Feast Feature Server: Online feature serving service for Feast"
33
name: feature-server
4-
version: 0.37.0
5-
appVersion: v0.37.0
4+
version: 0.38.0
5+
appVersion: v0.38.0
66
keywords:
77
- machine learning
88
- big data

infra/charts/feast/charts/feature-server/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# feature-server
22

3-
![Version: 0.37.0](https://img.shields.io/badge/Version-0.37.0-informational?style=flat-square) ![AppVersion: v0.37.0](https://img.shields.io/badge/AppVersion-v0.37.0-informational?style=flat-square)
3+
![Version: 0.38.0](https://img.shields.io/badge/Version-0.38.0-informational?style=flat-square) ![AppVersion: v0.38.0](https://img.shields.io/badge/AppVersion-v0.38.0-informational?style=flat-square)
44

55
Feast Feature Server: Online feature serving service for Feast
66

@@ -17,7 +17,7 @@ Feast Feature Server: Online feature serving service for Feast
1717
| envOverrides | object | `{}` | Extra environment variables to set |
1818
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
1919
| image.repository | string | `"feastdev/feature-server-java"` | Docker image for Feature Server repository |
20-
| image.tag | string | `"0.37.0"` | Image tag |
20+
| image.tag | string | `"0.38.0"` | Image tag |
2121
| ingress.grpc.annotations | object | `{}` | Extra annotations for the ingress |
2222
| ingress.grpc.auth.enabled | bool | `false` | Flag to enable auth |
2323
| ingress.grpc.class | string | `"nginx"` | Which ingress controller to use |

infra/charts/feast/charts/feature-server/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ image:
55
# image.repository -- Docker image for Feature Server repository
66
repository: feastdev/feature-server-java
77
# image.tag -- Image tag
8-
tag: 0.37.0
8+
tag: 0.38.0
99
# image.pullPolicy -- Image pull policy
1010
pullPolicy: IfNotPresent
1111

infra/charts/feast/charts/transformation-service/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
description: "Transformation service: to compute on-demand features"
33
name: transformation-service
4-
version: 0.37.0
5-
appVersion: v0.37.0
4+
version: 0.38.0
5+
appVersion: v0.38.0
66
keywords:
77
- machine learning
88
- big data

0 commit comments

Comments
 (0)