FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for sdk/python - priya-gitTest/feast · GitHub
priya-gitTest
/
feast
Public
forked from
feast-dev/feast
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
feast
sdk
python
on
master
User selector
Datepicker
Commit history
Commits on Feb 26, 2026
chore: Updated feature server ubi image from 311 to python-312
Show description for bc1d84f
ntkathole
committed
bc1d84f
View commit details
Copy full SHA for bc1d84f
View code at this point
Browse repository at this point
feat: Add complex type support (Map, JSON, Struct) with schema validation (#5974)
Show description for 1200dbf
ntkathole
and
franciscojavierarceo
authored
1200dbf
View commit details
Copy full SHA for 1200dbf
View code at this point
Browse repository at this point
Commits on Feb 25, 2026
[perf] Fix redundant registry.get_entity() calls in _get_entity_maps
Show description for 7ab7642
abhijeet-dhumal
authored and
ntkathole
committed
7ab7642
View commit details
Copy full SHA for 7ab7642
View code at this point
Browse repository at this point
fix: Fixed uv cache permission error for docker build on mac
Show description for ad807be
aniketpalu
authored and
ntkathole
committed
ad807be
View commit details
Copy full SHA for ad807be
View code at this point
Browse repository at this point
refactor: Extract shared proto conversion helpers and simplify to_proto() methods (#5998)
Show description for 12d2d9b
franciscojavierarceo
and
claude
authored
12d2d9b
View commit details
Copy full SHA for 12d2d9b
View code at this point
Browse repository at this point
Commits on Feb 23, 2026
feat: Use orjson for faster JSON serialization in feature server
Show description for 6f5203a
ntkathole
committed
6f5203a
View commit details
Copy full SHA for 6f5203a
View code at this point
Browse repository at this point
fix: Add https readiness check for rest-registry tests
Show description for ea85e63
ntkathole
committed
ea85e63
View commit details
Copy full SHA for ea85e63
View code at this point
Browse repository at this point
Commits on Feb 19, 2026
fix: Fixes a `PydanticDeprecatedSince20` warning for trino_offline_store (#5991)
Show description for abfd18a
soliverr
authored
abfd18a
View commit details
Copy full SHA for abfd18a
View code at this point
Browse repository at this point
fix: Fixed pre-commit check
Show description for 114b7db
ntkathole
committed
114b7db
View commit details
Copy full SHA for 114b7db
View code at this point
Browse repository at this point
chore: Optimize entity key serialization/deserialization hot path (#5981)
Show description for ad20634
franciscojavierarceo
and
claude
authored
ad20634
View commit details
Copy full SHA for ad20634
View code at this point
Browse repository at this point
Commits on Feb 17, 2026
chore(release): release 0.60.0
Show description for 7de3db1
feast-ci-bot
committed
7de3db1
View commit details
Copy full SHA for 7de3db1
View code at this point
Browse repository at this point
Commits on Feb 16, 2026
chore: Updated requirements (#5975)
Show description for e218a8a
ntkathole
authored
e218a8a
View commit details
Copy full SHA for e218a8a
View code at this point
Browse repository at this point
feat: Consolidate Python packaging - remove setup.py/setup.cfg, standardize on pyproject.toml and uv
Show description for 16696b8
ntkathole
committed
16696b8
View commit details
Copy full SHA for 16696b8
View code at this point
Browse repository at this point
Commits on Feb 15, 2026
fix: Support pgvector under non-default schema (#5970)
Show description for c636cd4
Anarion-zuo
authored
c636cd4
View commit details
Copy full SHA for c636cd4
View code at this point
Browse repository at this point
Commits on Feb 13, 2026
feat: Improve local dev experience with file-aware hooks and auto parallelization (#5956)
franciscojavierarceo
authored
839b79e
View commit details
Copy full SHA for 839b79e
View code at this point
Browse repository at this point
Commits on Feb 11, 2026
fix: Make timestamp field handling compatible with Athena V3 (#5936)
Show description for e2bad34
dym-ok
authored
e2bad34
View commit details
Copy full SHA for e2bad34
View code at this point
Browse repository at this point
fix: Adds mapping of date Trino's type into string Feast's type
Show description for 531e839
soliverr
authored and
ntkathole
committed
531e839
View commit details
Copy full SHA for 531e839
View code at this point
Browse repository at this point
Commits on Feb 10, 2026
feat: Modernize precommit hooks and optimize test performance (#5929)
Show description for ea7d4fa
authored
ea7d4fa
View commit details
Copy full SHA for ea7d4fa
View code at this point
Browse repository at this point
Commits on Feb 9, 2026
feat: Add integration tests for dbt import (#5899)
Show description for a444692
YassinNouh21
authored
a444692
View commit details
Copy full SHA for a444692
View code at this point
Browse repository at this point
Commits on Feb 6, 2026
refactor: Centralize feature view object lookup (#5898)
Show description for 06e0ad8
antznette1
authored
06e0ad8
View commit details
Copy full SHA for 06e0ad8
View code at this point
Browse repository at this point
chore: Updated snowflake-connector-python (#5928)
Show description for 9fafc26
ntkathole
authored
9fafc26
View commit details
Copy full SHA for 9fafc26
View code at this point
Browse repository at this point
Commits on Feb 4, 2026
feat: Add DynamoDB in-place list update support for array-based features (#5916)
anshishrivastava
authored
aa5973f
View commit details
Copy full SHA for aa5973f
View code at this point
Browse repository at this point
Commits on Jan 30, 2026
feat: Add lazy initialization and feature service caching (#5924)
Show description for b37b7d0
franciscojavierarceo
and
claude
authored
b37b7d0
View commit details
Copy full SHA for b37b7d0
View code at this point
Browse repository at this point
feat: Adjust ray offline store to support abfs(s) ADLS Azure Storage (#5911)
Show description for d6c0b2d
jbauer12
and
p3s-jbauer
authored
d6c0b2d
View commit details
Copy full SHA for d6c0b2d
View code at this point
Browse repository at this point
Commits on Jan 29, 2026
feat: Added support for OpenLineage integration (#5884)
Show description for df70d8d
ntkathole
and
franciscojavierarceo
authored
df70d8d
View commit details
Copy full SHA for df70d8d
View code at this point
Browse repository at this point
feat: Add Set as feature type (#5888)
Copilot
authored
52458fc
View commit details
Copy full SHA for 52458fc
View code at this point
Browse repository at this point
Commits on Jan 28, 2026
Clean up document endpoints
Show description for 4018e7b
franciscojavierarceo
and
claude
committed
4018e7b
View commit details
Copy full SHA for 4018e7b
View code at this point
Browse repository at this point
feat: Optimize DynamoDB online store for improved latency (#5889)
Show description for fcc8274
ntkathole
and
franciscojavierarceo
authored
fcc8274
View commit details
Copy full SHA for fcc8274
View code at this point
Browse repository at this point
Commits on Jan 26, 2026
fix: Fix linting and formatting issues (#5907)
Show description for 42ca14a
franciscojavierarceo
and
claude
authored
42ca14a
View commit details
Copy full SHA for 42ca14a
View code at this point
Browse repository at this point
refactor: Deduplicate aggregation ops conversion (#5902)
antznette1
authored
cc6d792
View commit details
Copy full SHA for cc6d792
View code at this point
Browse repository at this point
feat: Add HTTP connection pooling for remote online store client (#5895)
Show description for e022bf8
ntkathole
authored
e022bf8
View commit details
Copy full SHA for e022bf8
View code at this point
Browse repository at this point
feat: Add multiple entity support to dbt integration (#5901)
Show description for 05a4fb5
YassinNouh21
authored
05a4fb5
View commit details
Copy full SHA for 05a4fb5
View code at this point
Browse repository at this point
fix: Disable materialized odfvs for historical retrieval (#5880)
Show description for 739d28a
astronautas
authored
739d28a
View commit details
Copy full SHA for 739d28a
View code at this point
Browse repository at this point
Commits on Jan 24, 2026
chore: Bump wheel version to >=0.46.2
Show description for 7951c52
aniketpalu
authored and
ntkathole
committed
7951c52
View commit details
Copy full SHA for 7951c52
View code at this point
Browse repository at this point
Commits on Jan 23, 2026
feat: Optimize container infrastructure for production (#5881)
Show description for 5ebdac8
franciscojavierarceo
and
claude
authored
5ebdac8
View commit details
Copy full SHA for 5ebdac8
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL