Dask-awkward

Latest version: v2024.3.0

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

Scan your dependencies

Page 1 of 8

2024.3.0

What's Changed

New Features
* feat: more obvious names for report products by lgray in https://github.com/dask-contrib/dask-awkward/pull/478
* feat: use tree reduction to aggregate i/o report by lgray in https://github.com/dask-contrib/dask-awkward/pull/479
* feat: cache map_partitions ops by martindurant in https://github.com/dask-contrib/dask-awkward/pull/475

Fixes
* fix: projected AwkwardInputLayers have __dask_tokenize__ by lgray in https://github.com/dask-contrib/dask-awkward/pull/470
* fix: build proper mask in `unproject_layout` by agoose77 in https://github.com/dask-contrib/dask-awkward/pull/473
* perf: private map partitions by lgray in https://github.com/dask-contrib/dask-awkward/pull/477
* perf: use _map_partitions in __array_ufunc__, with_field by lgray in https://github.com/dask-contrib/dask-awkward/pull/481

Misc

* chore(deps): bump codecov/codecov-action from 3 to 4 by dependabot in https://github.com/dask-contrib/dask-awkward/pull/466
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/dask-contrib/dask-awkward/pull/467
* ci(pre-commit): pre-commit autoupdate by pre-commit-ci in https://github.com/dask-contrib/dask-awkward/pull/471
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/dask-contrib/dask-awkward/pull/474
* chore: various bits of housekeeping by lgray in https://github.com/dask-contrib/dask-awkward/pull/480

**Full Changelog**: https://github.com/dask-contrib/dask-awkward/compare/2024.2.0...2024.3.0

2024.2.0

What's Changed

New Features
* feat: make `from_awkward` compatible with `necessary_columns` by douglasdavis in https://github.com/dask-contrib/dask-awkward/pull/453

Fixes
* fix: `to_{parquet,json}` retain complete path by douglasdavis in https://github.com/dask-contrib/dask-awkward/pull/459
* fix: return proxy of attrs, behavior; dak.from_awkward correctly sets attrs by agoose77 in https://github.com/dask-contrib/dask-awkward/pull/448
* fix: bad getitem call by martindurant in https://github.com/dask-contrib/dask-awkward/pull/460
* fix: Allow pre-commit produced PR titles by martindurant in https://github.com/dask-contrib/dask-awkward/pull/462
* fix: optimize even if we have to make the HLG by lgray in https://github.com/dask-contrib/dask-awkward/pull/465

Other
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/dask-contrib/dask-awkward/pull/452
* docs: add IO notebook by douglasdavis in https://github.com/dask-contrib/dask-awkward/pull/444
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/dask-contrib/dask-awkward/pull/461
* chore: let website-based release trigger workflow by lgray in https://github.com/dask-contrib/dask-awkward/pull/463



**Full Changelog**: https://github.com/dask-contrib/dask-awkward/compare/2024.1.2...2024.2.0

2024.2.0a0

What's Changed

New
* feat: make `from_awkward` compatible with `necessary_columns` by douglasdavis in https://github.com/dask-contrib/dask-awkward/pull/453

Fixes
* fix: `to_{parquet,json}` retain complete path by douglasdavis in https://github.com/dask-contrib/dask-awkward/pull/459
* fix: return proxy of attrs, behavior; dak.from_awkward correctly sets attrs by agoose77 in https://github.com/dask-contrib/dask-awkward/pull/448
* fix: bad getitem call by martindurant in https://github.com/dask-contrib/dask-awkward/pull/460
* fix: Allow pre-commit produced PR titles by martindurant in https://github.com/dask-contrib/dask-awkward/pull/462

Documentation:
* docs: add IO notebook by douglasdavis in https://github.com/dask-contrib/dask-awkward/pull/444

Other:
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/dask-contrib/dask-awkward/pull/452
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/dask-contrib/dask-awkward/pull/461
* chore: let website-based release trigger workflow by lgray in https://github.com/dask-contrib/dask-awkward/pull/463

**Full Changelog**: https://github.com/dask-contrib/dask-awkward/compare/2024.1.2...2024.2.0.a0

2024.1.2

What's Changed

Fixes

* fix: pass `keys` to column optimisation by agoose77 in https://github.com/dask-contrib/dask-awkward/pull/430

Misc

* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/dask-contrib/dask-awkward/pull/450
* docs: fix RTD build by douglasdavis in https://github.com/dask-contrib/dask-awkward/pull/451



**Full Changelog**: https://github.com/dask-contrib/dask-awkward/compare/2024.1.1...2024.1.2

2024.1.1

What's Changed
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/dask-contrib/dask-awkward/pull/445
* feat: add support for `Delayed` in partitionwise layer creation. by douglasdavis in https://github.com/dask-contrib/dask-awkward/pull/449


**Full Changelog**: https://github.com/dask-contrib/dask-awkward/compare/2024.1.0...2024.1.1

2024.1.0

What's Changed

Fixes

* fix: improve `concatenate` layer label by douglasdavis in https://github.com/dask-contrib/dask-awkward/pull/438
* fix: pickle array attributes by agoose77 in https://github.com/dask-contrib/dask-awkward/pull/437
* fix: properly handle mapping version of (arg)cartesian for at least dicts by lgray in https://github.com/dask-contrib/dask-awkward/pull/443

Misc

* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/dask-contrib/dask-awkward/pull/439
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/dask-contrib/dask-awkward/pull/442


**Full Changelog**: https://github.com/dask-contrib/dask-awkward/compare/2023.12.2...2024.1.0

Page 1 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.