Releases: gerrymanoim/exchange_calendars
Releases · gerrymanoim/exchange_calendars
4.8 🌈
What’s Changed
Note
exchange_calendars
now supports Python 3.13
New Calendar
Big thank you to @w3stling for contributing XLUX for the Luxembourg Stock Exchange! (#446) @w3stling
Calendar Updates
Fixes
Maintenance
4.7 🌈
4.6 🌈
4.5.8 🌈
What’s Changed
- Avoid using legacy time zone name 'CET' in tests (#430) @EdwardBetts
- Update devcontainer (#428) @w3stling
- Bump actions/cache from 4.1.1 to 4.1.2 (#426) @dependabot
4.5.7 🌈
What’s Changed
Important
Minimum supported Python version is now 3.10
This release offers a notable update to the XTAI calendar which now accurately represents holidays from 2024.
Thank you to all those who have contributed!
Calendar Updates
- XKRX: Add Armed Forces Day - Designated as a Temporary Public Holiday… (#421) @junbonglee
- Update XTAI holidays from 2024 (#414) @ruralscenery
- Include calendar aliases for ARCX, XTSX, OOTC (#384) @pavelstovicek
Maintenance
4.5.6 🌈
What’s Changed
- Add HKEx Typhoon no.8 no trading day (#412) @vincentwyshan
- Typhoon day update (#407) @kakko-jia
- Avoid using legacy time zone names in tests (#406) @EdwardBetts
4.5.5 🌈
What’s Changed
Note
exchange_calendars
now supports numpy 2.0.
New Calendars
- Add EEX (#385 and #386) @romanzdk
- Add exchanges Dusseldorf & Hamburg (#387) @ValueRaider
Calendar Updates
- Shift Frankfurt early close (#387) @ValueRaider
- XSAU: add 2024 holidays + small refactor (#388) @ValueRaider
- XBOM add missing 2024 holiday (#390) @Mr-MayankThakur
Dependencies
- Bump supported python upper limit to 3.12 (#403) @maread99
- Update deps, support numpy 2.0 and pandas 3.0 dev (#402) @maread99
Under-the-bonnet
- Ensure ad-hoc holidays are proper Pandas timestamps. (#398) @jenskeiner
- BUG: Fix timezone names (#393) @jenskeiner
Thank you to all contributors!
4.5.4 🌈
What’s Changed
- Bump actions/cache from 4.0.1 to 4.0.2 (#378) @dependabot
- Bump actions/cache from 4.0.0 to 4.0.1 (#377) @dependabot
Calendar Updates
4.5.3 🌈
What’s Changed
Lots of calendar updates and a couple of fixes.
Particular thanks to all new contributors, not least @herebebeasties for a host of PRs!
Calendar Updates
- XASX Dec 2022 early closes fix (#374) @herebebeasties
- XCSE: Prayers day has been abolished in Denmark (#367) @herebebeasties
- CSHG Add 2024-02-09 Chinese New Year (#365) @herebebeasties
- XMOS: updated holidays from 2020 (#352) @iMikeBug
Bug Fixes
- Fix
AttributeError
raising in ecal (#361) @maread99 - Fix end-date-only TZ logic in holiday.py (#370) @herebebeasties
Documentation
Maintenance
Test Changes
- Fix missing assertion in XSGO calendar tests (#369) @herebebeasties