Skip to content

Commit

Permalink
query_offline: Use thunder by default (#599)
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya-nambiar authored Nov 6, 2024
1 parent d1be7a4 commit 0c260ee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions fennel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [1.5.48] - 2024-11-06
- Use v2 by default in query_offline

## [1.5.47] - 2024-10-31
- Add support for certificate based authentication for HTTP sink

Expand Down
2 changes: 1 addition & 1 deletion fennel/client/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ def query_offline(
input_s3: Optional[S3Connector] = None,
output_s3: Optional[S3Connector] = None,
feature_to_column_map: Optional[Dict[Feature, str]] = None,
use_v2: bool = False,
use_v2: bool = True,
) -> Dict[str, Any]:
"""Extract point in time correct values of output features.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fennel-ai"
version = "1.5.47"
version = "1.5.48"
description = "The modern realtime feature engineering platform"
authors = ["Fennel AI <[email protected]>"]
packages = [{ include = "fennel" }]
Expand Down

0 comments on commit 0c260ee

Please sign in to comment.