Highlights
This release packages a lot of the ongoing work to unify trading_calendars
and pandas_market_calendars
. We now have better holiday coverage (in XCBF, XLON, NYSE) and calendars support midday breaks (only implemented in XHKG).
Build Fixes
- BLD: Add PR labeler, bump pandas/numpy in testing (#148) @gerrymanoim
Bug Fixes
- BUG: Fix GoodFriday for XCBF (#171) @gerrymanoim
- BUG: Do not loop-back when count is greater than historical dates (#125) @pavitrakumar78
Development Enhancements
- DEV: Add a devcontainer to allow codespaces development (#174) @gerrymanoim
Enhancements
- ENH: Add breaks to TradingCalendar (#154) @gerrymanoim
- ENH: Update XHKG calendar (#165) @gerrymanoim
- ENH: NYSE Calendar prior to 1990 (#169) @gerrymanoim
- ENH: Update XLON calendars (#166) @gerrymanoim
- ENH: add additional aliases (#161) @rsheftel
- ENH: Add get_calendar_names (#153) @gerrymanoim
Maintenance
- MAINT: Replace US/Eastern with America/New_York (#157) @gerrymanoim
Performance
- PERF: Refactor next_non_holiday_weekday in XTKS (#159) @leonarduschen