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
feat: add optional start_time and end_time parameters to get_bars method
- Added start_time and end_time parameters to override days parameter
- Support for both timezone-aware and naive datetime objects
- Automatic conversion to UTC for API consistency
- Smart defaults: end_time defaults to now, start_time uses days parameter
- Full backward compatibility maintained
- Added comprehensive test coverage for new parameters
- Updated documentation for v3.1.5 release
Copy file name to clipboardExpand all lines: pyproject.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
[project]
2
2
name = "project-x-py"
3
-
version = "3.1.4"
3
+
version = "3.1.5"
4
4
description = "High-performance Python SDK for futures trading with real-time WebSocket data, technical indicators, order management, and market depth analysis"
0 commit comments