### version 1.0.19 (2026-01-04) * Restructured package: converted from single module to package directory * Calendar files (.cal) are now properly installed with the package ### version 1.0.18 (2026-01-03) * Updated B3.cal with 2026's holidays ### version 1.0.16 (2025-01-05) * Updated B3.cal with 2025's holidays (thanks @victorhugow) ### version 1.0.15 (2024-06-23) * Organized dependencies (Issue #51) ### version 1.0.14 (2024-06-17) * Support to Python 3.12 (Issue #50) ### version 1.0.13 (2024-xx-xx) * [BUG] bizdays doesn't handle correctly non-business days in edges (Issue #47) ### version 1.0.12 (2024-01-25) * Tests updated * New workflow created for pytest (Github Actions) ### version 1.0.11 (2023-12-29) * ANBIMA calendar updated with new holiday nov-20th ### version 1.0.10 (2023-12-12) * B3 calendar updated with 2024 dates * B3 calendar removed date 2023-02-22 (Issue #39) ### version 1.0.9 (2023-10-29) * Actual Calendar created * Integration with [pandas_market_calendar](https://github.com/rsheftel/pandas_market_calendars), all calendars from this package can be used. ### version 1.0.8 (2023-01-20) * B3 Calendar updated: corrected dates ### version 1.0.7 (2023-01-18) * B3 Calendar updated: included 2023 holidays ### version 1.0.6 (2022-11-20) * B3 Calendar updated: 2020-01-25 wasn't a holiday. ### version 1.0.5 (2022-11-18) * B3 Calendar updated: 2020-07-09 wasn't a holiday due to decisions made by the municipal government of São Paulo. ### version 0.1.2 (2013-09-15) * Calendar's `offset` method implemented * Calendar's read-only attribute `name` implemented * Calendar's constructor receives startdate and enddate as optional parameters ### version 0.1.1 (2013-09-04) * dates passed to `bizdays`, `seq` and `currentdays` weren't being checked * updated docstrings ### version 0.1.0 (2013-09-01) * First commit