forked from quantopian/trading_calendars
-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename various
ExchangeCalendar
methods
Renames various `ExchangeCalendar` methods as GH issue #85. Methods with old names retained to: - dispatch to newly named methods. - advise of deprecation of old-named methods. - warn of removal of old-named methods in 4.0. Also: - For some renamed methods also changes parameter names to commnon names `session`, `minute`, `minutes`, `date`, `start` and `end`. - Adds `ExchangeCalendar.has_break` property to query if any session of calendar has a break. - Adds `test_deprecated` to test deprecated methods are raising FutureWarning errors. - Renames `Answers` properties: - `first_trading_minute` to `first_minute` - `last_trading_minute` to `last_minute`
- Loading branch information
Showing
9 changed files
with
671 additions
and
525 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.