Skip to content

Releases: feast-dev/feast

Feast v0.1.1

29 Apr 03:35
Compare
Choose a tag to compare
Feast v0.1.1 Pre-release
Pre-release

This release contains an update to Feast Core:

  • Fix BigQuery query template to retrieve training data
    Previous query template has column names and full table id with incorrect values, resulting in Feast Core failing to retrieve training data from BigQuery.

Docker images:

gcr.io/kf-feast/feast-core:0.1.1
gcr.io/kf-feast/feast-serving:0.1.1

Feast v0.1.0

09 Apr 10:24
Compare
Choose a tag to compare
Feast v0.1.0 Pre-release
Pre-release

Feast version 0.1.0 mainly contains updates to unit and integration tests and various validations and checks to catch runtime exceptions.

In the feature spec side, it is now optional to include store information so that a feature spec only contains feature name, data types and owner, without attaching store information which may not be relevant/known to feature creators.

This release includes:

  • Feast Docker images:
    gcr.io/kf-feast/feast-core:0.1.0
    gcr.io/kf-feast/feast-serving:0.1.0
  • Feast CLI binary attached in this release
  • Feast Python SDK via pypi:
    pip install -U feast==0.1.0.*

Please refer to the documentation in the repo for more details.