- Organized dependencies (Issue #51)
- Support to Python 3.12 (Issue #50)
- [BUG] bizdays doesn't handle correctly non-business days in edges (Issue #47)
- Tests updated
- New workflow created for pytest (Github Actions)
- ANBIMA calendar updated with new holiday nov-20th
- B3 calendar updated with 2024 dates
- B3 calendar removed date 2023-02-22 (Issue #39)
- Actual Calendar created
- Integration with pandas_market_calendar, all calendars from this package can be used.
- B3 Calendar updated: corrected dates
- B3 Calendar updated: included 2023 holidays
- B3 Calendar updated: 2020-01-25 wasn't a holiday.
- B3 Calendar updated: 2020-07-09 wasn't a holiday due to decisions made by the municipal government of São Paulo.
- Calendar's
offset
method implemented - Calendar's read-only attribute
name
implemented - Calendar's constructor receives startdate and enddate as optional parameters
- dates passed to
bizdays
,seq
andcurrentdays
weren't being checked - updated docstrings
- First commit