What's Changed
* feat(build): build abi3 wheels by lukapeschke in https://github.com/ToucanToco/fastexcel/pull/187
* fix(deps): update calamine and pyo3 by lukapeschke in https://github.com/ToucanToco/fastexcel/pull/188
* feat: implemented custom errors by lukapeschke in https://github.com/ToucanToco/fastexcel/pull/186
* feat: allow to select a subset of columns by lukapeschke in https://github.com/ToucanToco/fastexcel/pull/189
* feat: support column ranges in string format in use_columns by lukapeschke in https://github.com/ToucanToco/fastexcel/pull/190
* fix: regression on alias generation introduced by column selection by lukapeschke in https://github.com/ToucanToco/fastexcel/pull/191
* feat: read excel from bytes content by PrettyWood in https://github.com/ToucanToco/fastexcel/pull/192
* chore(deps): update ruff requirement from <0.3,>=0.2.0 to >=0.2.0,<0.4 by dependabot in https://github.com/ToucanToco/fastexcel/pull/194
* fix(make): adapt to ruff 0.3.0 by lukapeschke in https://github.com/ToucanToco/fastexcel/pull/196
* feat: added support for a dtypes parameter by lukapeschke in https://github.com/ToucanToco/fastexcel/pull/195
* refactor: simplify sheet loading related code by lukapeschke in https://github.com/ToucanToco/fastexcel/pull/199
* chore(deps): bump the prod-deps group with 1 update by dependabot in https://github.com/ToucanToco/fastexcel/pull/201
* refactor: fix chrono deprecation warning by lukapeschke in https://github.com/ToucanToco/fastexcel/pull/202
* chore(deps): bump softprops/action-gh-release from 1 to 2 by dependabot in https://github.com/ToucanToco/fastexcel/pull/203
* chore(deps): bump the prod-deps group with 1 update by dependabot in https://github.com/ToucanToco/fastexcel/pull/205
* feat: support mixed indices and column names for dtypes and column selection by lukapeschke in https://github.com/ToucanToco/fastexcel/pull/206
* chore: v0.10.0 by lukapeschke in https://github.com/ToucanToco/fastexcel/pull/210
**Full Changelog**: https://github.com/ToucanToco/fastexcel/compare/v0.9.1...v0.10.0