Dask-awkward

Latest version: v2024.9.0

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

Scan your dependencies

Page 1 of 8

2024.9.0

What's Changed
* [feat] Explicitly raise `TracerConversionError` when a tracer is used in a context that requires a concrete value by pfackeldey in https://github.com/dask-contrib/dask-awkward/pull/542
* [fix] Solve circular imports by martindurant in https://github.com/dask-contrib/dask-awkward/pull/546

New Contributors
* pfackeldey made their first contribution in https://github.com/dask-contrib/dask-awkward/pull/542

**Full Changelog**: https://github.com/dask-contrib/dask-awkward/compare/2024.7.0...2024.9.0

2024.7.0

What's Changed

* fix: Respect inverse in scalar binop by martindurant in https://github.com/dask-contrib/dask-awkward/pull/516
* fix: n_to_one repartition by martindurant in https://github.com/dask-contrib/dask-awkward/pull/517
* fix: allow for Nones in repartition n_to_one by martindurant in https://github.com/dask-contrib/dask-awkward/pull/518

**Full Changelog**: https://github.com/dask-contrib/dask-awkward/compare/2024.6.0...2024.7.0

2024.6.0

What's Changed
* docs: dask-awkward needs a logo by jpivarski in https://github.com/dask-contrib/dask-awkward/pull/482
* build: add dask[dataframe] for test deps by veprbl in https://github.com/dask-contrib/dask-awkward/pull/485
* feat: support slicing with int16/int8 index arrays by veprbl in https://github.com/dask-contrib/dask-awkward/pull/483
* feat: turn off ak's typetracer _new checks during optimize by martindurant in https://github.com/dask-contrib/dask-awkward/pull/486
* feat: add 'dak.backend' and `dak.to_list` and verify that they overload the `ak.*` versions by jpivarski in https://github.com/dask-contrib/dask-awkward/pull/498
* feat: Implement dak.nan_to_num by martindurant in https://github.com/dask-contrib/dask-awkward/pull/505
* feat: add `dask_awkward.without_field` by ikrommyd in https://github.com/dask-contrib/dask-awkward/pull/508
* feat: Make simple types of repartition by martindurant in https://github.com/dask-contrib/dask-awkward/pull/512


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

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

Page 1 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.