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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changed behaviour in get_previous_business_day_before_today() function. None input means days argument is set to zero and not raise Exception. This will eliminate scenario that I earlier believed was bug
Simplified Github workflows install of Poetry
Cut down functions in _risk.py module to simplify code. Moved code to inline in main modules instead
Widened acceptance on holidays dependency while silencing its DeprecationWarning
Widened acceptance on numpy dependency and checked that project can use numpy 2.0.0
improved exception message on date_fixer.offset_business_days
Removed utc timezone setting where datetime.date.today() used. Aimed for local timezone. Do not believe it will impact anything