Dask-awkward

Latest version: v2024.11.0

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

Scan your dependencies

Page 7 of 8

2023.4.2

What's Changed
* Automate releases with GH actions by douglasdavis in https://github.com/dask-contrib/dask-awkward/pull/229
* dask_un/pack are gone! by martindurant in https://github.com/dask-contrib/dask-awkward/pull/232
* feat: add dak.local_index by lgray in https://github.com/dask-contrib/dask-awkward/pull/238
* fix: make ak.singletons workaround operate correctly in all cases by lgray in https://github.com/dask-contrib/dask-awkward/pull/235
* fix: remove zero_length_array meta calculation in full_like by lgray in https://github.com/dask-contrib/dask-awkward/pull/240
* fix: remove _meta workaround in run_lengths by lgray in https://github.com/dask-contrib/dask-awkward/pull/242
* fix: remove meta workaround in dak.isclose by lgray in https://github.com/dask-contrib/dask-awkward/pull/241
* feat: Allow `dak.where`, `dak.with_field` and `__setitem__` to take some non-array arguments by lgray in https://github.com/dask-contrib/dask-awkward/pull/230
* fix: only do column optimization on one partition of input dataset by lgray in https://github.com/dask-contrib/dask-awkward/pull/234
* example: dask.visualize(optimize_graph=False) causes later computation to fail by lgray in https://github.com/dask-contrib/dask-awkward/pull/243
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/dask-contrib/dask-awkward/pull/247
* Remove typetracer work arounds in where and with_field by lgray in https://github.com/dask-contrib/dask-awkward/pull/248


**Full Changelog**: https://github.com/dask-contrib/dask-awkward/compare/2023.4.1...2023.4.2

2023.4.1

What's Changed
* dev docs: add GH release notes by douglasdavis in https://github.com/dask-contrib/dask-awkward/pull/224
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/dask-contrib/dask-awkward/pull/225
* Modify workaround for touching `what` in dak.with_name by lgray in https://github.com/dask-contrib/dask-awkward/pull/227
* Substitute in self for _dask_array_ when it is not specified by lgray in https://github.com/dask-contrib/dask-awkward/pull/228


**Full Changelog**: https://github.com/dask-contrib/dask-awkward/compare/2023.4.0...2023.4.1

2023.4.0

What's Changed

Features:

* feat: support Ellipsis as first arg in multi arg getitem by douglasdavis in https://github.com/dask-contrib/dask-awkward/pull/217

Fixes:

* fix: Remove workaround in cartesian; increase minimum awkward version by lgray in https://github.com/dask-contrib/dask-awkward/pull/222
* fix: raise for non-map-partitionable `getitem` calls with ellipsis by douglasdavis in https://github.com/dask-contrib/dask-awkward/pull/219
* fix: update dev docs by douglasdavis in https://github.com/dask-contrib/dask-awkward/pull/216

Docs

* docs: Add release docs by douglasdavis in https://github.com/dask-contrib/dask-awkward/pull/202
* docs: small docs fix by douglasdavis in https://github.com/dask-contrib/dask-awkward/pull/204
* docs: quotes around .[complete] by raybellwaves in https://github.com/dask-contrib/dask-awkward/pull/211

Misc.

* chore: misc. fixes & updates: typing, docs, formatting, rtd by douglasdavis in https://github.com/dask-contrib/dask-awkward/pull/221

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

**Full Changelog**: https://github.com/dask-contrib/dask-awkward/compare/2023.3.2...2023.4.0

2023.3.2

What's Changed

New features
* feat: `__setitem__` by way of using dak.with_field by lgray in https://github.com/dask-contrib/dask-awkward/pull/199

Fixes
* Recurse through nested contents for arrays used in `getitem` by masonproffitt in https://github.com/dask-contrib/dask-awkward/pull/191
* Check backend of `meta=` arguments in creation functions by douglasdavis in https://github.com/dask-contrib/dask-awkward/pull/197
* Touch all fields of ak.Record instances if last layer by douglasdavis in https://github.com/dask-contrib/dask-awkward/pull/198
* fix: actually return a type-tracer when typetracing dak.cartesian by lgray in https://github.com/dask-contrib/dask-awkward/pull/194

Misc.
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/dask-contrib/dask-awkward/pull/192
* [organization] Create a set_form_keys function used in layers module by douglasdavis in https://github.com/dask-contrib/dask-awkward/pull/195
* [experimental behaviors support] Use inspect to determine if we're passing in additional array contexts. by lgray in https://github.com/dask-contrib/dask-awkward/pull/200

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

**Full Changelog**: https://github.com/dask-contrib/dask-awkward/compare/2023.3.1...2023.3.2

2023.3.1

What's Changed

New

* Add ability to have file prefix in `to_parquet` by douglasdavis in https://github.com/dask-contrib/dask-awkward/pull/185

Fixes


* Fix URL in README by douglasdavis in https://github.com/dask-contrib/dask-awkward/pull/182
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/dask-contrib/dask-awkward/pull/183
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/dask-contrib/dask-awkward/pull/186
* Cast `getitem` indices to `int` (avoid passing NumPy scalar types which are not supported as `getitem` arguments in upstream awkward) by douglasdavis in https://github.com/dask-contrib/dask-awkward/pull/190
* fix: `dak.cartesian` was not tracing properly, fix data touching, behaviors by lgray in https://github.com/dask-contrib/dask-awkward/pull/189


**Full Changelog**: https://github.com/dask-contrib/dask-awkward/compare/2023.3.0...2023.3.1

2023.3.0

What's Changed
* reorder column projection by martindurant in https://github.com/dask-contrib/dask-awkward/pull/176
* touch 'what' argument by hand in `dak.with_field` by lgray in https://github.com/dask-contrib/dask-awkward/pull/178
* Retain divisions info for chunking in `to_dask_array` (if possible) by douglasdavis in https://github.com/dask-contrib/dask-awkward/pull/179
* add `dtype=` argument to `to_dask_array` by douglasdavis in https://github.com/dask-contrib/dask-awkward/pull/181


**Full Changelog**: https://github.com/dask-contrib/dask-awkward/compare/2023.2.2...2023.3.0

Page 7 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.