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
Accelerator
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
208
Pull requests
181
Discussions
Actions
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
chore: Deprecate value type
- #2673
#2673
Merged
feast-ci-bot
merged 29 commits into
feast-dev:master
feast-dev/feast:master
from
felixwang9817:deprecate_value_type
felixwang9817/feast:deprecate_value_type
Copy head branch name to clipboard
May 18, 2022
Conversation
Commits
29
(29)
Checks
Files changed
Merged
chore: Deprecate value type
#2673
feast-ci-bot
merged 29 commits into
feast-dev:master
feast-dev/feast:master
from
felixwang9817:deprecate_value_type
felixwang9817/feast:deprecate_value_type
Copy head branch name to clipboard
Commits
Commits on May 17, 2022
Switch `entities` from List[str] to List[Entity]
Show description for 39733b2
felixwang9817
committed
39733b2
View commit details
Copy full SHA for 39733b2
Browse repository at this point
Remove `value_type` from SDK
Show description for a6a675b
felixwang9817
committed
a6a675b
View commit details
Copy full SHA for a6a675b
Browse repository at this point
Remove `value_type` from tests
Show description for 10523c7
felixwang9817
committed
10523c7
View commit details
Copy full SHA for 10523c7
Browse repository at this point
Deprecate `value_type` parameter for Entity
Show description for 705e952
felixwang9817
committed
705e952
View commit details
Copy full SHA for 705e952
Browse repository at this point
Add fields for entities to avoid type inference after removing `value_type`
Show description for afbb5dd
felixwang9817
committed
afbb5dd
View commit details
Copy full SHA for afbb5dd
Browse repository at this point
Fix Go
Show description for c66976c
felixwang9817
committed
c66976c
View commit details
Copy full SHA for c66976c
Browse repository at this point
Fix type inference
Show description for 00bb4d8
felixwang9817
committed
00bb4d8
View commit details
Copy full SHA for 00bb4d8
Browse repository at this point
Another fix
Show description for bc88d5c
felixwang9817
committed
bc88d5c
View commit details
Copy full SHA for bc88d5c
Browse repository at this point
Another fix
Show description for a4d8e44
felixwang9817
committed
a4d8e44
View commit details
Copy full SHA for a4d8e44
Browse repository at this point
Rename Entities to EntityNames in go
Show description for 3dfa9d6
felixwang9817
committed
3dfa9d6
View commit details
Copy full SHA for 3dfa9d6
Browse repository at this point
Rename lookup
Show description for 49b01b4
felixwang9817
committed
49b01b4
View commit details
Copy full SHA for 49b01b4
Browse repository at this point
Rename Feature to Field
Show description for ac31bb7
felixwang9817
committed
ac31bb7
View commit details
Copy full SHA for ac31bb7
Browse repository at this point
Clean up inference
Show description for a2158e7
felixwang9817
committed
a2158e7
View commit details
Copy full SHA for a2158e7
Browse repository at this point
Refactor
Show description for aad0805
felixwang9817
committed
aad0805
View commit details
Copy full SHA for aad0805
Browse repository at this point
Use old `value_type` attribute if it still exists
Show description for 21d7e55
felixwang9817
committed
21d7e55
View commit details
Copy full SHA for 21d7e55
Browse repository at this point
Refactor
Show description for dc750e8
felixwang9817
committed
dc750e8
View commit details
Copy full SHA for dc750e8
Browse repository at this point
Add TODO
Show description for 6432029
felixwang9817
committed
6432029
View commit details
Copy full SHA for 6432029
Browse repository at this point
Another fix
Show description for 9808789
felixwang9817
committed
9808789
View commit details
Copy full SHA for 9808789
Browse repository at this point
Fix test
Show description for 6c92dc2
felixwang9817
committed
6c92dc2
View commit details
Copy full SHA for 6c92dc2
Browse repository at this point
Add pytest.ini file to suppress pytest warnings about markers
Show description for 2be1e40
felixwang9817
committed
2be1e40
View commit details
Copy full SHA for 2be1e40
Browse repository at this point
Fix type test
Show description for 9b341b7
felixwang9817
committed
9b341b7
View commit details
Copy full SHA for 9b341b7
Browse repository at this point
Fix type test
Show description for 2ed0384
felixwang9817
committed
2ed0384
View commit details
Copy full SHA for 2ed0384
Browse repository at this point
Modify entity and feature inference to occur separately and add tests
Show description for 7c5b80d
felixwang9817
committed
7c5b80d
View commit details
Copy full SHA for 7c5b80d
Browse repository at this point
Lint
Show description for 0f129d3
felixwang9817
committed
0f129d3
View commit details
Copy full SHA for 0f129d3
Browse repository at this point
Refactor inference to pass lint
Show description for 18fbb0d
felixwang9817
committed
18fbb0d
View commit details
Copy full SHA for 18fbb0d
Browse repository at this point
Fix Java
Show description for 7a32b01
felixwang9817
committed
7a32b01
View commit details
Copy full SHA for 7a32b01
Browse repository at this point
Another fix
Show description for 6c4e9d6
felixwang9817
committed
6c4e9d6
View commit details
Copy full SHA for 6c4e9d6
Browse repository at this point
Fix ODFV repo
Show description for d23ee23
felixwang9817
committed
d23ee23
View commit details
Copy full SHA for d23ee23
Browse repository at this point
Commits on May 18, 2022
Switch deprecation version from 0.22 to 0.23
Show description for 8eaa65c
felixwang9817
committed
8eaa65c
View commit details
Copy full SHA for 8eaa65c
Browse repository at this point
You can’t perform that action at this time.