Releases: quantopian/trading_calendars
1.11.4 🌈
What’s Changed
- Missed a
,
insetup.py
which was failing PyPI uploads.
1.11.3 🌈
Lot's of build improvements and updated test coverage. Thanks @willianpaixao @peterhbromley
What’s Changed
- MANT: Fix missing text (#126) @gerrymanoim
- BLD/MANT: Update test coverage and fix build process (#123) @gerrymanoim
- MAINT: Run GH actions on PRs as well (#122) @gerrymanoim
- BLD: Replace status badge (#120) @gerrymanoim
- BLD: Try traverse-namespace (#119) @gerrymanoim
- Test out gh actions for CI testing (#102) @gerrymanoim
- Introducing pre-commit hook (#117) @willianpaixao
- Update setup.py (#116) @willianpaixao
- Removed unused coveralls (#114) @gerrymanoim
- Update README.md (#112) @willianpaixao
1.11.2
This release includes various maintenance commits/fixes as well as updates to numerous calendars for 2020.
Changes:
- The BVMF close time was updated to reflect a recent change (thanks @willianpaixao)
- Compatibility fix for Python 3.8 (thanks @pando85)
- Holiday fixes for XASX, XNYS, and XNZE (thanks @savvyyabby)
- 2020 holidays for XBKK, XBOM, XBUE, XKAR, XKLS, XKRX (thanks @pkim81), XLON, XPHS, XSES, XSHG, XTAI, XTKS, XWBO
1.11.1
This release updates several trading calendars with trading holidays that have recently come to our attention. Holidays were added or amended in the following calendars:
- Ireland (XDUB)
- Singapore (XSES)
- India (XBOM) - thanks @swapniljariwala for helping us add an election holiday to this calendar!
1.11.0
This release adds the following new calendars:
- Buenos Aires Stock Exchange (XBUE)
- Indonesia Stock Exchange (XIDX)
- Malaysia Stock Exchange (XKLS)
- Moscow Exchange (XMOS)
- Pakistan Stock Exchange (XKAR)
- Philippine Stock Exchange (XPHS)
- Stock Exchange of Thailand (XBKK)
- Taiwan Stock Exchange Corp. (XTAI)
1.10.0
This release adds the following new calendars:
- Budapest Stock Exchange (XBUD)
- Athens Stock Exchange (ASEX)
- Istanbul Stock Exchange (XIST)
- Johannesburg Stock Exchange (XJSE)
1.9.1
This release updates the Poland calendar which was broken for many of its holidays. It also fixes a bug in which the Lima Stock Exchange open time was off by one.
1.9.0
This release adds the following new calendars:
- Poland Stock Exchange (XWAR) - thanks @tymurbaniak!
- Santiago Stock Exchange (XSGO)
- Colombia Stock Exchange (XBOG)
- Mexican Stock Exchange (XMEX)
- Lima Stock Exchange (XLIM)
- Prague Stock Exchange (XPRA)
It also includes various miscellaneous dev and build improvements.
1.8.1
Changes:
- Bug Fix: July 3rd 2019 was a half day, July 5th 2019 was a full day.
1.8.0
Changes:
- Fix UTC Bug (thanks @Froskekongen)
- Error message typo fix (thanks @Swalloow )
- Added holiday to XSHG holidays (thanks @txu2014)
- Shanghai Stock Exchange Website (thanks @kuagtu)
- Script to generate cal-like trading calendars (thanks @llllllllll )