Fastexcel

Latest version: v0.13.0

Safety actively analyzes 723166 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 5

0.5.0

What's Changed
* chore: Switch from flake8+isort to ruff by lukapeschke in https://github.com/ToucanToco/fastexcel/pull/60
* chore(deps): bump arrow from 27.0.0 to 28.0.0 by dependabot in https://github.com/ToucanToco/fastexcel/pull/61
* chore(deps): bump anyhow from 1.0.66 to 1.0.68 by dependabot in https://github.com/ToucanToco/fastexcel/pull/62
* chore(deps): bump arrow from 28.0.0 to 29.0.0 by dependabot in https://github.com/ToucanToco/fastexcel/pull/63
* docs: Added a way to build HTML docs with pdoc by lukapeschke in https://github.com/ToucanToco/fastexcel/pull/64
* feat(docs): Added an automatic doc build job by lukapeschke in https://github.com/ToucanToco/fastexcel/pull/65
* fix(ci/docs): Install missing dependencies by lukapeschke in https://github.com/ToucanToco/fastexcel/pull/66
* fix(ci/docs): Create a venv for maturin by lukapeschke in https://github.com/ToucanToco/fastexcel/pull/67
* chore(deps): update pre-commit requirement from <3,>=2.20.0 to >=2.20.0,<4 by dependabot in https://github.com/ToucanToco/fastexcel/pull/72
* chore(deps): bump pyo3 from 0.17.3 to 0.18.0 by dependabot in https://github.com/ToucanToco/fastexcel/pull/71
* chore(deps): bump arrow from 29.0.0 to 31.0.0 by dependabot in https://github.com/ToucanToco/fastexcel/pull/70
* fix: change legacy [args] macros by jGundermann in https://github.com/ToucanToco/fastexcel/pull/73
* chore(deps): bump arrow from 31.0.0 to 32.0.0 by dependabot in https://github.com/ToucanToco/fastexcel/pull/76
* chore(deps-dev): update pyarrow requirement from <10.1.0,>=8.0.0 to >=8.0.0,<11.1.0 by dependabot in https://github.com/ToucanToco/fastexcel/pull/75
* chore(deps): update black requirement from <23,>=22.8.0 to >=22.8.0,<24 by dependabot in https://github.com/ToucanToco/fastexcel/pull/77
* Using C FFI for interop rust -> Python by jGundermann in https://github.com/ToucanToco/fastexcel/pull/74
* chore(deps): bump anyhow from 1.0.68 to 1.0.69 by dependabot in https://github.com/ToucanToco/fastexcel/pull/78
* chore(deps): bump arrow from 32.0.0 to 33.0.0 by dependabot in https://github.com/ToucanToco/fastexcel/pull/81
* chore(deps): bump pyo3 from 0.18.0 to 0.18.1 by dependabot in https://github.com/ToucanToco/fastexcel/pull/80
* chore(deps): update mypy requirement from <1,>=0.982 to >=0.982,<2 by dependabot in https://github.com/ToucanToco/fastexcel/pull/79
* refactor(ffi): Simplify FFI usage by lukapeschke in https://github.com/ToucanToco/fastexcel/pull/82
* chore(deps): bump arrow from 33.0.0 to 34.0.0 by dependabot in https://github.com/ToucanToco/fastexcel/pull/84
* chore(deps): bump arrow from 34.0.0 to 35.0.0 by dependabot in https://github.com/ToucanToco/fastexcel/pull/85
* Feat/polars integration by jGundermann in https://github.com/ToucanToco/fastexcel/pull/87
* chore(deps): bump anyhow from 1.0.69 to 1.0.70 by dependabot in https://github.com/ToucanToco/fastexcel/pull/86
* fix: Ensure the lib can be used without the polars extra by lukapeschke in https://github.com/ToucanToco/fastexcel/pull/88
* chore(deps): bump pyo3 from 0.18.1 to 0.18.2 by dependabot in https://github.com/ToucanToco/fastexcel/pull/89
* chore(deps): bump arrow from 35.0.0 to 36.0.0 by dependabot in https://github.com/ToucanToco/fastexcel/pull/90
* chore(deps): bump bumpalo from 3.11.0 to 3.12.0 by dependabot in https://github.com/ToucanToco/fastexcel/pull/92
* chore: v0.5.0 by lukapeschke in https://github.com/ToucanToco/fastexcel/pull/91


**Full Changelog**: https://github.com/ToucanToco/fastexcel/compare/v0.4.2...v0.5.0

0.4.2

What's Changed
* fix: typo in release action by lukapeschke in https://github.com/ToucanToco/fastexcel/pull/58


**Full Changelog**: https://github.com/ToucanToco/fastexcel/compare/v0.4.1...v0.4.2

0.4.0

What's Changed
* feat(ExcelSheet): Added a total_height property by lukapeschke in https://github.com/ToucanToco/fastexcel/pull/47


**Full Changelog**: https://github.com/ToucanToco/fastexcel/compare/v0.3.0...v0.4.0

0.3.0

What's Changed
* Pagination by jGundermann in https://github.com/ToucanToco/fastexcel/pull/44
* chore: v0.3.0 by lukapeschke in https://github.com/ToucanToco/fastexcel/pull/46


**Full Changelog**: https://github.com/ToucanToco/fastexcel/compare/v0.2.1...v0.3.0

0.2.1

What's Changed
* chore(deps-dev): update pyarrow requirement from <8.1.0,>=8.0.0 to >=8.0.0,<9.1.0 by dependabot in https://github.com/ToucanToco/fastexcel/pull/42
* chore(deps-dev): update pandas requirement from <1.5,>=1.4.4 to >=1.4.4,<1.6 by dependabot in https://github.com/ToucanToco/fastexcel/pull/41
* chore: v0.2.1 by lukapeschke in https://github.com/ToucanToco/fastexcel/pull/43


**Full Changelog**: https://github.com/ToucanToco/fastexcel/compare/v0.2.0...v0.2.1

0.2.0

What's Changed
* feat: allow to read xls, xlsx, xlsb... automatically by PrettyWood in https://github.com/ToucanToco/fastexcel/pull/18
* feat: Introduce `ExcelSheet` object in the API by lukapeschke in https://github.com/ToucanToco/fastexcel/pull/20
* docs: Updated dev documentation and added a Makefile by lukapeschke in https://github.com/ToucanToco/fastexcel/pull/21
* fix(python): Forward __repr__ methods to wrapper classes by lukapeschke in https://github.com/ToucanToco/fastexcel/pull/24
* feat(rust/utils/arrow): Provide a default name for unnamed columns by lukapeschke in https://github.com/ToucanToco/fastexcel/pull/25
* fix(rust/ExcelSheet): Subtract 1 from the height to avoid counting the header by lukapeschke in https://github.com/ToucanToco/fastexcel/pull/26
* feat(rust): Add support for DateTimes by lukapeschke in https://github.com/ToucanToco/fastexcel/pull/27
* ci: Introduce tests by lukapeschke in https://github.com/ToucanToco/fastexcel/pull/28
* refactor(packaging): Use Cargo.toml version only by lukapeschke in https://github.com/ToucanToco/fastexcel/pull/29
* chore(deps): bump arrow from 24.0.0 to 25.0.0 by dependabot in https://github.com/ToucanToco/fastexcel/pull/32
* Header support by jGundermann in https://github.com/ToucanToco/fastexcel/pull/30
* chore(deps): bump anyhow from 1.0.65 to 1.0.66 by dependabot in https://github.com/ToucanToco/fastexcel/pull/36
* chore(deps): bump calamine 0.18.0 -> 0.19.1 by lukapeschke in https://github.com/ToucanToco/fastexcel/pull/38
* refactor(types/ExcelSheet): Stop bearing a reference to an arrow schema by lukapeschke in https://github.com/ToucanToco/fastexcel/pull/34
* feat(CI/release): Auto-generate release notes by lukapeschke in https://github.com/ToucanToco/fastexcel/pull/39
* chore: v0.2.0 by lukapeschke in https://github.com/ToucanToco/fastexcel/pull/40

New Contributors
* jGundermann made their first contribution in https://github.com/ToucanToco/fastexcel/pull/30

**Full Changelog**: https://github.com/ToucanToco/fastexcel/compare/v0.1.3...v0.2.0

Page 4 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.