You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since version 0.5.0, I have split out a core and and API package. Therefore, exchange_ealendars_extensions is only a distribution package. This means that instead of importing from exchange_calendars_extensions, one now needs to import from exchange_calendars_extensions.core. Some classes have been moved to exchange_calendars_extensions.api.
Unfortunately, I forgot to adjust the example code in the README file accordingly.
I will fix the examples and check them again to ensure they all run as expected.
AttributeError Traceback (most recent call last)
Cell In[5], line 1
----> 1 ecx.apply_extensions()
AttributeError: module 'exchange_calendars_extensions' has no attribute 'apply_extensions'
The text was updated successfully, but these errors were encountered: