Changelog¶
All notable changes to this project are documented here.
This changelog is automatically generated from Conventional Commits.
1.2.0 — 2026-06-09¶
Features¶
- Update version to 1.1.2 and enhance read_excel, read_csv, xlsx_to_csv, and csv_to_xlsx to forward additional polars arguments (926db65)
- Restore trigger-publish and trigger-deploy-docs jobs in auto-tag workflow (4f73509)
- Implement full library structure with GUI backends, tests, and docs (5955a0d)
Bug Fixes¶
- Improve tag handling logic in auto-tag workflow (56c6134)
- ci: Resolve pyright failures for Windows-only packages on Ubuntu (31c7949)
- ci: Suppress ty unresolved-attribute for Windows-only ctypes members (0d6911b)
- ci: Ignore unresolved-import in ty for Windows-only packages (7eac7b7)
- Conditionally include Windows-specific dependencies (3828a02)
Refactoring¶
- Update pre-commit hook for linting and formatting; sync version.py from pyproject.toml (1aa2f4b)
- Remove update_readme function to streamline version synchronization (6cb7069)
Documentation¶
- Align documentation with reference standards and activate assets (4c3cd88)
Maintenance¶
- Bump minimum Python requirement from 3.11 to 3.13 (#2) (613ba04)
- Update CI and documentation workflows for improved tagging and deployment processes (#1) (abf4923)
0.1.0 — 2026-03-20¶
Automatically generated by git-cliff