Fastexcel

Latest version: v0.12.0

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

Scan your dependencies

Page 1 of 5

0.12.0

* Support for excel tables
* A single dtype that will be used for all columns can now be specified when loading a sheet
* Sheets now have a `visible` attribute indicating wether they're visible, hidden or very hidden

Breaking changes

* The `header_row` parameter now represents the exact index of a row in a sheet. It is more explicit this way, but may break existing code relying on `calamine`'s legacy row skipping behaviour (if empty rows were found at the beginning of the sheet)

All changes

* chore(deps): bump pretty_assertions from 1.4.0 to 1.4.1 in the prod-deps group by dependabot in https://github.com/ToucanToco/fastexcel/pull/286
* feat(ExcelSheet): added a "visible" attribute by lukapeschke in https://github.com/ToucanToco/fastexcel/pull/285
* feat(ci): publish sdist to PyPI as well by lukapeschke in https://github.com/ToucanToco/fastexcel/pull/284
* feat: table support for Excel (XLSX) sheets by wdoppenberg in https://github.com/ToucanToco/fastexcel/pull/282
* feat: introduce ExcelTable object by lukapeschke in https://github.com/ToucanToco/fastexcel/pull/287
* chore(deps): bump rstest from 0.22.0 to 0.23.0 in the prod-deps group by dependabot in https://github.com/ToucanToco/fastexcel/pull/291
* build: add license and other stuff by PrettyWood in https://github.com/ToucanToco/fastexcel/pull/290
* chore(deps): update pre-commit requirement from <4,>=2.20.0 to >=2.20.0,<5 by dependabot in https://github.com/ToucanToco/fastexcel/pull/294
* feat: mimic excel behavior to convert float to string by PrettyWood in https://github.com/ToucanToco/fastexcel/pull/292
* chore(deps): bump calamine from 0.25.0 to 0.26.0 in the prod-deps group by dependabot in https://github.com/ToucanToco/fastexcel/pull/295
* chore(deps): bump calamine from 0.26.0 to 0.26.1 in the prod-deps group by dependabot in https://github.com/ToucanToco/fastexcel/pull/296
* build(deps): bump arrow to 53.1.0 and pyo3 to 0.22.3 by PrettyWood in https://github.com/ToucanToco/fastexcel/pull/298
* build(deps): clean Cargo.toml and update lock file by PrettyWood in https://github.com/ToucanToco/fastexcel/pull/300
* feat!: `header_row` is now the exact index of the row when loading a sheet by PrettyWood in https://github.com/ToucanToco/fastexcel/pull/297
* feat: add support for one dtype for all columns by PrettyWood in https://github.com/ToucanToco/fastexcel/pull/299
* chore: v0.12.0 by lukapeschke in https://github.com/ToucanToco/fastexcel/pull/301

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

**Full Changelog**: https://github.com/ToucanToco/fastexcel/compare/v0.11.6...v0.12.0

0.11.6

What's Changed
* chore(deps): bump arrow from 52.1.0 to 52.2.0 in the prod-deps group by dependabot in https://github.com/ToucanToco/fastexcel/pull/272
* chore(deps): bump rstest from 0.21.0 to 0.22.0 in the prod-deps group by dependabot in https://github.com/ToucanToco/fastexcel/pull/274
* chore(deps): update ruff requirement from <0.6,>=0.5.0 to >=0.5.0,<0.7 by dependabot in https://github.com/ToucanToco/fastexcel/pull/276
* fix: null column should be nullable by PrettyWood in https://github.com/ToucanToco/fastexcel/pull/279
* chore: v0.11.6 by lukapeschke in https://github.com/ToucanToco/fastexcel/pull/280


**Full Changelog**: https://github.com/ToucanToco/fastexcel/compare/v0.11.5...v0.11.6

0.11.5

**Full Changelog**: https://github.com/ToucanToco/fastexcel/compare/v0.11.4...v0.11.5

0.11.2

What's Changed
* fix: respect provided column ordering in use_columns when loading a sheet eagerly by lukapeschke in https://github.com/ToucanToco/fastexcel/pull/262
* chore: v0.11.2 by lukapeschke in https://github.com/ToucanToco/fastexcel/pull/264


**Full Changelog**: https://github.com/ToucanToco/fastexcel/compare/v0.11.1...v0.11.2

0.11.1

What's Changed
* fix: take use_columns into account when loading a sheet eagerly by lukapeschke in https://github.com/ToucanToco/fastexcel/pull/260
* docs: tweak `header_row` and `skip_rows` description by deanm0000 in https://github.com/ToucanToco/fastexcel/pull/258
* chore: v0.11.1 by PrettyWood in https://github.com/ToucanToco/fastexcel/pull/261

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

**Full Changelog**: https://github.com/ToucanToco/fastexcel/compare/v0.11.0...v0.11.1

0.11.0

What's Changed
* chore(deps): bump rstest from 0.18.2 to 0.19.0 in the prod-deps group by dependabot in https://github.com/ToucanToco/fastexcel/pull/230
* chore(deps): bump chrono from 0.4.37 to 0.4.38 in the prod-deps group by dependabot in https://github.com/ToucanToco/fastexcel/pull/231
* chore(deps): update ruff requirement from <0.4,>=0.2.0 to >=0.2.0,<0.5 by dependabot in https://github.com/ToucanToco/fastexcel/pull/234
* chore(deps): bump calamine from 0.24.0 to 0.25.0 in the prod-deps group by dependabot in https://github.com/ToucanToco/fastexcel/pull/237
* chore(deps): bump rstest from 0.19.0 to 0.21.0 in the prod-deps group across 1 directory by dependabot in https://github.com/ToucanToco/fastexcel/pull/239
* chore(deps): update ruff requirement from <0.5,>=0.2.0 to >=0.5.0,<0.6 by dependabot in https://github.com/ToucanToco/fastexcel/pull/242
* feat: introduce eager loading functions by lukapeschke in https://github.com/ToucanToco/fastexcel/pull/147
* chore(deps): bump pyo3 0.20.3 -> 0.21.2 by lukapeschke in https://github.com/ToucanToco/fastexcel/pull/241
* feat: `use_columns` can now be a callable by PrettyWood in https://github.com/ToucanToco/fastexcel/pull/243
* fix: treat REF! cells as nulls by lukapeschke in https://github.com/ToucanToco/fastexcel/pull/244
* fix(tests): compat with polars 1.0.0 by lukapeschke in https://github.com/ToucanToco/fastexcel/pull/246
* refactor(dtype): automatically cast mixed string and date columns to strings by lukapeschke in https://github.com/ToucanToco/fastexcel/pull/245
* feat: add an option to disable automatic type coercion by lukapeschke in https://github.com/ToucanToco/fastexcel/pull/248
* chore(deps): bump arrow from 52.0.0 to 52.1.0 in the prod-deps group by dependabot in https://github.com/ToucanToco/fastexcel/pull/249
* feat: cast bools to strings if mixed types by PrettyWood in https://github.com/ToucanToco/fastexcel/pull/251
* chore: v0.11.0 by lukapeschke in https://github.com/ToucanToco/fastexcel/pull/253


**Full Changelog**: https://github.com/ToucanToco/fastexcel/compare/v0.10.4...v0.11.0

Page 1 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.