Releases: data-engineering-collective/plateau
Releases · data-engineering-collective/plateau
plateau 4.1.3
What's Changed
- Patch to load partition with only nulls as a category by @DamianBarabonkovQC in #56
Full Changelog: 4.1.2...4.1.3
plateau 4.1.2
What's Changed
- Remove pyarrow upper-bound version pin by @DamianBarabonkovQC in #58
Full Changelog: 4.1.1...4.1.2
plateau 4.1.1
What's Changed
Full Changelog: 4.1.0...4.1.1
plateau 4.1.0
What's Changed
- Bump actions/cache from 2.1.7 to 3.0.2 by @dependabot in #31
- Bump codecov/codecov-action from 2.1.0 to 3.1.0 by @dependabot in #32
- Bump actions/cache from 3.0.2 to 3.0.8 by @dependabot in #41
- Bump pre-commit/action from 2.0.3 to 3.0.0 by @dependabot in #34
- Bump actions/setup-python from 3 to 4.1.0 by @dependabot in #37
- Support pyarrow=6.* by @xhochy in #42
- Support numpy 1.23, pandas 1.4.{3,4}, pyarrow=4.0.1 by @xhochy in #43
- Support pyarrow={7,8,9}, dask>=2022.4.2; update mypy by @xhochy in #44
- Bump codecov/codecov-action from 3.1.0 to 3.1.1 by @dependabot in #46
- Bump actions/cache from 3.0.8 to 3.0.10 by @dependabot in #48
- Update packaging setup by @xhochy in #49
- Check untyped defs by @xhochy in #50
- Replace
storefactandsimplekvusages with minimalkv by @xhochy in #51 - Test for pyarrow 5 by @xhochy in #52
- Update pre-commit hooks and add pyupgrade by @xhochy in #53
- Use mamba for readthedocs. by @jtilly in #54
New Contributors
Full Changelog: 4.0.4...4.1.0
Plateau 4.0.4
Plateau 4.0.4
- Fork and rename the project as
plateau(flat files, flat land). - Fixed a bug where sometimes data partitions in a
plateaudataset would be read in a non-deterministic order among Python executions (#23).