-
Notifications
You must be signed in to change notification settings - Fork 1.2k
feat: Make feast PEP 561 compliant #2405
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
feast-ci-bot
merged 21 commits into
feast-dev:master
from
tpvasconcelos:add-pytyped-marker
Mar 22, 2022
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
ab245e9
add py.typed marker
tpvasconcelos e1578db
add py.typed to MANIFEST.in
tpvasconcelos e99e8b5
ignore mypy error from generated protos modules
tpvasconcelos 1bdbe78
revert: ignore mypy error from generated protos modules
tpvasconcelos 64de086
reorder imports
achals 29d5272
sort imports
tpvasconcelos e47a32b
sort imports
tpvasconcelos 99783f2
feat: Allow using entity's join_key in get_online_features (#2420)
pyalex adfe754
fix!: GetOnlineFeatureResponse in Python feature server should be con…
pyalex 74f1e04
chore: Adding documentation on community calendar + newsletter + upda…
adchia b6d6afc
feat: Graduate write_to_online_store out of experimental status (#2426)
achals 2679658
refactor!: Remove deprecated parameters from Entity and FeatureView (…
felixwang9817 2bfc6bb
ci: Modify release script to only do minor release for breaking chang…
felixwang9817 022cca1
fix: Ensure that __init__ files exist in proto dirs (#2433)
achals 8861213
feat: Allow using entity's join_key in get_online_features (#2420)
pyalex aa74ee2
fix!: GetOnlineFeatureResponse in Python feature server should be con…
pyalex a2f4c3b
chore: Adding documentation on community calendar + newsletter + upda…
adchia 8be62c9
feat: Graduate write_to_online_store out of experimental status (#2426)
achals cde237a
refactor!: Remove deprecated parameters from Entity and FeatureView (…
felixwang9817 849c1cb
ci: Modify release script to only do minor release for breaking chang…
felixwang9817 6c36f69
fix: Ensure that __init__ files exist in proto dirs (#2433)
achals File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
recursive-include feast/protos/ *.py | ||
include feast/binaries/* | ||
recursive-include feast py.typed *.pyi |
Empty file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.