~~~~~~~~~~~~ This version replaces the trading_calendars integration with exchange_calendars, closing out 120. `exchange_calendars <https://github.com/gerrymanoim/exchange_calendars>`_ if the fork of trading_calendars that is currently actively maintained. trading_calendars is now abandoned because it's corporate sponsor is out of business and gone.
1.7
~~~~~~~~~~~~ This version eliminated the generic CMEExchangeCalendar. This calendar did not represent a specific market and thus was not appropriate for any use. With the addition of the specific calendars for product types this is no longer needed and is removed. To see the product specific calendars here: https://pandas-market-calendars.readthedocs.io/en/latest/calendars.html#futures-calendars
For the CMEEquityExchangeCalendar, this no longer is a mirror of the NYSE calendar as some of the holidays for the NYSE are an open day with early close for CME. This calendar now has its own set of holiday assumptions. This may cause some holidays missing until this calendar is fully tested and vetted.
1.6.2
~~~~~~~~~~~~~~ - Fix UK Holidays for 130 - Fix CME Bond calendar for Good Friday 132
1.6.1
~~~~~~~~~~~~~~~ - Add trading breaks to the trading_calendars import mirror - Fix the CFE calendar for Good Friday 116 - Renamed XBOM to BSE to avoid conflict with trading_calendars
1.6
~~~~~~~~~~~~~ This is the first version of the merge of this project with the quantopian trading-calendars.
- Added the trading_calendars.py module that brings in all current and future calendars from the quantopian project - All calendars from trading-calendars are now available in pandas_market_calendars
1.5
~~~~~~~~~~~~~ - Add the is_open_now() function - Add TASE calendar from 114 - Holiday calendar is now cached to improve performance 117