pandas-market-calendars 4.5.1__py3-none-any.whl → 4.6.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -17,7 +17,7 @@
17
17
  from importlib import metadata
18
18
 
19
19
  from .calendar_registry import get_calendar, get_calendar_names
20
- from .calendar_utils import convert_freq, date_range, merge_schedules
20
+ from .calendar_utils import convert_freq, date_range, merge_schedules, mark_session
21
21
 
22
22
  # TODO: is the below needed? Can I replace all the imports on the calendars with ".market_calendar"
23
23
  from .market_calendar import MarketCalendar
@@ -34,5 +34,6 @@ __all__ = [
34
34
  "get_calendar_names",
35
35
  "merge_schedules",
36
36
  "date_range",
37
+ "mark_session",
37
38
  "convert_freq",
38
39
  ]