Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
feast-dev
/
feast
Public
Notifications
You must be signed in to change notification settings
Fork
1.4k
Star
7.2k
Code
Issues
219
Pull requests
195
Discussions
Actions
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
feast
sdk
python
feast
on
v0.3.5
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 16, 2019
Add Prow jobs to automate the release of Docker images and Python SDK (#369)
Show description for 68fc3b7
davidheryanto
authored and
feast-ci-bot
committed
68fc3b7
View commit details
Copy full SHA for 68fc3b7
View code at this point
Browse repository at this point
Commits on Dec 10, 2019
Bug Fixes: Python SDK and Feast Core (#353)
Show description for c36c6f5
woop
authored and
feast-ci-bot
committed
c36c6f5
View commit details
Copy full SHA for c36c6f5
View code at this point
Browse repository at this point
Commits on Dec 8, 2019
Add basic customer transactions example (#354)
Show description for e12ec75
woop
authored
e12ec75
View commit details
Copy full SHA for e12ec75
View code at this point
Browse repository at this point
Commits on Dec 4, 2019
Python SDK cleanup (#348)
Show description for 22f5d2b
woop
authored and
feast-ci-bot
committed
22f5d2b
View commit details
Copy full SHA for 22f5d2b
View code at this point
Browse repository at this point
Commits on Dec 1, 2019
Add minimal implementation of ingesting Parquet and CSV files (#327)
Show description for 2abeabd
voonhous
authored and
feast-ci-bot
committed
2abeabd
View commit details
Copy full SHA for 2abeabd
View code at this point
Browse repository at this point
Commits on Nov 25, 2019
Improved metrics during dataframe ingestion
woop
committed
31b9ca4
View commit details
Copy full SHA for 31b9ca4
View code at this point
Browse repository at this point
Revert progress bar argument
woop
committed
5856895
View commit details
Copy full SHA for 5856895
View code at this point
Browse repository at this point
Fix bug in feature retrieval where latest is always returned
woop
committed
8816b21
View commit details
Copy full SHA for 8816b21
View code at this point
Browse repository at this point
Commits on Nov 19, 2019
Increase Feast ApplyFeatureSet timeout
woop
committed
b62de38
View commit details
Copy full SHA for b62de38
View code at this point
Browse repository at this point
Fix bug in creating configuration folder with Python SDK
woop
committed
f6d6d8e
View commit details
Copy full SHA for f6d6d8e
View code at this point
Browse repository at this point
Commits on Nov 17, 2019
Fix datetime handling during ingestion for non-tz aware datetime64[ns]
woop
committed
f9f1096
View commit details
Copy full SHA for f9f1096
View code at this point
Browse repository at this point
Refactored Core API: ListFeatureSets, ListStore, and GetFeatureSet (#309)
Show description for 8ec1f8a
woop
authored and
feast-ci-bot
committed
8ec1f8a
View commit details
Copy full SHA for 8ec1f8a
View code at this point
Browse repository at this point
Commits on Nov 16, 2019
Remove .close() method from kafka producer in python sdk
woop
committed
0eebd72
View commit details
Copy full SHA for 0eebd72
View code at this point
Browse repository at this point
Fix .qsize() and replace with .empty() for checking row production to kafka
woop
committed
6c62d9f
View commit details
Copy full SHA for 6c62d9f
View code at this point
Browse repository at this point
Add better exception handling for list_feature_sets and scope e2e tests by session
woop
committed
82a6090
View commit details
Copy full SHA for 82a6090
View code at this point
Browse repository at this point
Add testing fixes for pytest
woop
committed
939ce36
View commit details
Copy full SHA for 939ce36
View code at this point
Browse repository at this point
Remove ingest_chunk unused method in ingestion
woop
committed
71fba66
View commit details
Copy full SHA for 71fba66
View code at this point
Browse repository at this point
Various ingestion and inference fixes
Show description for b7b0d32
woop
committed
b7b0d32
View commit details
Copy full SHA for b7b0d32
View code at this point
Browse repository at this point
Ingestion and schema inference updates
Show description for 179d10d
woop
committed
179d10d
View commit details
Copy full SHA for 179d10d
View code at this point
Browse repository at this point
Commits on Nov 14, 2019
Add support for timezone during batch retrieval
woop
committed
35f9537
View commit details
Copy full SHA for 35f9537
View code at this point
Browse repository at this point
Commits on Nov 12, 2019
Add exception handling to Feast ingestion write to redis doFn
woop
committed
e2e65cb
View commit details
Copy full SHA for e2e65cb
View code at this point
Browse repository at this point
Commits on Nov 11, 2019
Add table formatted list printing to feature sets
woop
committed
24d2ba7
View commit details
Copy full SHA for 24d2ba7
View code at this point
Browse repository at this point
Commits on Nov 10, 2019
Fix batch client call missing request, fix multi-entity lookup (#299)
Chen Zhiling
authored and
feast-ci-bot
committed
43a69da
View commit details
Copy full SHA for 43a69da
View code at this point
Browse repository at this point
Commits on Nov 9, 2019
Add error handling and early exit for retrieval of feature sets
woop
committed
6a0a3b5
View commit details
Copy full SHA for 6a0a3b5
View code at this point
Browse repository at this point
Commits on Nov 8, 2019
Fix typo in try/catch
woop
committed
10db343
View commit details
Copy full SHA for 10db343
View code at this point
Browse repository at this point
Fix bug in core not setting default Kafka source
woop
committed
74d7e52
View commit details
Copy full SHA for 74d7e52
View code at this point
Browse repository at this point
Commits on Nov 6, 2019
Fix max_age changes not updating specs and add TQDM silencing flag
woop
committed
ca5ba07
View commit details
Copy full SHA for ca5ba07
View code at this point
Browse repository at this point
Commits on Oct 28, 2019
Feast 0.3 Continuous Integration (CI) Update (#271)
Show description for 9cc1673
davidheryanto
authored and
feast-ci-bot
committed
9cc1673
View commit details
Copy full SHA for 9cc1673
View code at this point
Browse repository at this point
Commits on Oct 25, 2019
Remove validation for datetime to be in int64 format
zhilingc
committed
a72ba07
View commit details
Copy full SHA for a72ba07
View code at this point
Browse repository at this point
Commits on Oct 24, 2019
Fix bugs in batch retrieval for python sdk
zhilingc
committed
81a6703
View commit details
Copy full SHA for 81a6703
View code at this point
Browse repository at this point
Add store validation and comments to batch retrieval
woop
committed
abdb5aa
View commit details
Copy full SHA for abdb5aa
View code at this point
Browse repository at this point
Implement Batch Retrieval for Python SDK
woop
committed
9b2c77a
View commit details
Copy full SHA for 9b2c77a
View code at this point
Browse repository at this point
Commits on Oct 23, 2019
Remove accidental imports
zhilingc
committed
21fc993
View commit details
Copy full SHA for 21fc993
View code at this point
Browse repository at this point
Add init file for utils package
zhilingc
committed
39cbfa2
View commit details
Copy full SHA for 39cbfa2
View code at this point
Browse repository at this point
Add init file for generated types package
zhilingc
committed
6273c3b
View commit details
Copy full SHA for 6273c3b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.