Skip to content
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

Additional Features #372

Merged
merged 11 commits into from
Jan 16, 2025
7 changes: 7 additions & 0 deletions docs/change_log.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ Updates
-------
4.6.0 (XX/XX/2025)
~~~~~~~~~~~~~~~~~~
- Updated useage.ipynb with information on added features
- Added mark_session() Util Function
- Added MarketCalendar.date_range_htf() Method
- Added MarketCalendar.schedule_from_days() Method
- Split NYSE Holiday Calendar into Two Calendars to support Date_Range_HTF()
- NYSE.weekmask now returns "Mon Tue Wed Thur Fri" instead of "Mon Tue Wed Thur Fri Sat"
- Start, End, Periods, and Session Arguments added to Date_Range() from PR #358
- Speed enhancements from PR #358

4.5.1 (01/01/2025)
Expand Down
Loading
Loading