Awkward

Latest version: v2.7.2

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

Scan your dependencies

Page 8 of 44

2.1.1

New features
* feat: add support for arrays in `from_buffers` by agoose77 in https://github.com/scikit-hep/awkward/pull/2319
* feat: validate `axis` in L1 by agoose77 in https://github.com/scikit-hep/awkward/pull/2285
* feat: add examples to header-only module by agoose77 in https://github.com/scikit-hep/awkward/pull/2288

Bug-fixes and performance
* fix: support typetracer in `ak.unflatten` by agoose77 in https://github.com/scikit-hep/awkward/pull/2293
* fix: view for unknown scalar by agoose77 in https://github.com/scikit-hep/awkward/pull/2294
* fix: common backend in functions accepting multiple arrays by agoose77 in https://github.com/scikit-hep/awkward/pull/2297
* fix: support unknown scalars in `__getitem__` by agoose77 in https://github.com/scikit-hep/awkward/pull/2314
* fix: fail early if index is too dimensional by agoose77 in https://github.com/scikit-hep/awkward/pull/2304
* fix: uneccessary use of `nplike_of` by agoose77 in https://github.com/scikit-hep/awkward/pull/2315
* fix: jupyterlite dependency changes by agoose77 in https://github.com/scikit-hep/awkward/pull/2318

Other
* refactor: rename util functions by agoose77 in https://github.com/scikit-hep/awkward/pull/2316
* docs: update version switcher (2299)Co-authored-by: Jim Pivarski <jpivarskiusers.noreply.github.com> by agoose77 in https://github.com/scikit-hep/awkward/pull/2299
* docs: add Gitter badge by agoose77 in https://github.com/scikit-hep/awkward/pull/2298
* docs: add deployment notes to contributing guide by agoose77 in https://github.com/scikit-hep/awkward/pull/2300
* chore(deps): bump aws-actions/configure-aws-credentials from 1 to 2 by dependabot in https://github.com/scikit-hep/awkward/pull/2290
* chore(deps): bump amannn/action-semantic-pull-request from 5.1.0 to 5.2.0 by dependabot in https://github.com/scikit-hep/awkward/pull/2321
* chore(deps): bump pypa/gh-action-pypi-publish from 1.6.4 to 1.7.1 by dependabot in https://github.com/scikit-hep/awkward/pull/2308
* chore(deps): bump pypa/cibuildwheel from 2.12.0 to 2.12.1 by dependabot in https://github.com/scikit-hep/awkward/pull/2309
* chore(deps): bump pypa/gh-action-pypi-publish from 1.7.1 to 1.8.1 by dependabot in https://github.com/scikit-hep/awkward/pull/2322
* ci: fix parsing of docs version by agoose77 in https://github.com/scikit-hep/awkward/pull/2301


**Full Changelog**: https://github.com/scikit-hep/awkward/compare/v2.1.0...v2.1.1

2.1.0

New features

_(none!)_

Bug-fixes and performance

_(none!)_

Other

* chore: bump NumPy version by agoose77 in https://github.com/scikit-hep/awkward/pull/2282

**Full Changelog**: https://github.com/scikit-hep/awkward/compare/v2.0.10...v2.1.0

2.0.10

New features

* feat: make `header-only` libraries a CMake project by agoose77 in https://github.com/scikit-hep/awkward/pull/2280

Bug-fixes and performance

* fix: apply subset of fixes for downstream dask usage by agoose77 in https://github.com/scikit-hep/awkward/pull/2283

Other

* docs: fix URI to header-only LayoutBuilder examples by agoose77 in https://github.com/scikit-hep/awkward/pull/2279
* chore: update pre-commit hooks (2286)Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]users.noreply.github.com> by pre-commit-ci in https://github.com/scikit-hep/awkward/pull/2286

**Full Changelog**: https://github.com/scikit-hep/awkward/compare/v2.0.9...v2.0.10

2.0.9

New features

* feat: keep column order after filtering flag by ianna in https://github.com/scikit-hep/awkward/pull/2234
* feat: Awkward Arrays in Numba's CUDA target by ianna in https://github.com/scikit-hep/awkward/pull/1809
* feat: add 'highlevel' and 'behavior' arguments to 'ak.from_rdataframe' function by ianna in https://github.com/scikit-hep/awkward/pull/2258

Bug-fixes and performance

* fix: set dtype in `full_like` by agoose77 in https://github.com/scikit-hep/awkward/pull/2251
* fix: use `simplified` in `ak._do.merge_as_union` by agoose77 in https://github.com/scikit-hep/awkward/pull/2240
* fix: support unknown content length in `to_packed` by agoose77 in https://github.com/scikit-hep/awkward/pull/2263
* fix: run-lengths with typetracer by agoose77 in https://github.com/scikit-hep/awkward/pull/2259
* fix: add trivial `nan_to_num` impl by agoose77 in https://github.com/scikit-hep/awkward/pull/2266
* fix: add `ak.broadcast_fields` by agoose77 in https://github.com/scikit-hep/awkward/pull/2267
* fix: keep column order in all tests by ianna in https://github.com/scikit-hep/awkward/pull/2276

Other

* test: numba cuda tests by ianna in https://github.com/scikit-hep/awkward/pull/2264
* docs: add missing entries to toctree by agoose77 in https://github.com/scikit-hep/awkward/pull/2270
* docs: fix build for latest theme by agoose77 in https://github.com/scikit-hep/awkward/pull/2274
* docs: RDataFrame add multi-threaded example by ianna in https://github.com/scikit-hep/awkward/pull/2269
* docs: add Numba CUDA guide (2260)Co-authored-by: Angus Hollands <goosey15gmail.com> Co-authored-by: Jim Pivarski <jpivarskiusers.noreply.github.com> Co-authored-by: Jim Pivarski <jpivarskigmail.com> by ianna in https://github.com/scikit-hep/awkward/pull/2260
* chore: use scikit-build-core 0.2's build-dir by henryiii in https://github.com/scikit-hep/awkward/pull/2252
* chore: more Ruff by henryiii in https://github.com/scikit-hep/awkward/pull/2184
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/scikit-hep/awkward/pull/2255
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/scikit-hep/awkward/pull/2272
* chore: Ruff updates from dev guidelines (2268)Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]users.noreply.github.com> Co-authored-by: Jim Pivarski <jpivarskiusers.noreply.github.com> by henryiii in https://github.com/scikit-hep/awkward/pull/2268

**Full Changelog**: https://github.com/scikit-hep/awkward/compare/v2.0.8...v2.0.9

2.0.8

New features

* feat: allow awkward type arrays filtering based on rdfentry by ianna in https://github.com/scikit-hep/awkward/pull/2202
* feat!: re-introduce `unknown-length` by agoose77 in https://github.com/scikit-hep/awkward/pull/2229

Bug-fixes and performance

* fix: keep `EmptyArray` in `remove_structure` by agoose77 in https://github.com/scikit-hep/awkward/pull/2219
* fix: add `is_c_contiguous` method to Cupy by ianna in https://github.com/scikit-hep/awkward/pull/2221
* fix: boolean indexing with non-zero starting offsets by agoose77 in https://github.com/scikit-hep/awkward/pull/2216
* fix: add license to _backends by ianna in https://github.com/scikit-hep/awkward/pull/2224
* fix: use of size in `to_RegularArray` by agoose77 in https://github.com/scikit-hep/awkward/pull/2226
* fix: indexing into `RegularArray` with typetracer by agoose77 in https://github.com/scikit-hep/awkward/pull/2227
* fix: support length-zero outer arrays in almost_equal by agoose77 in https://github.com/scikit-hep/awkward/pull/2210
* fix: support options in `ak.merge_union_of_records` by agoose77 in https://github.com/scikit-hep/awkward/pull/2236
* fix: don't merge non-union parameters by agoose77 in https://github.com/scikit-hep/awkward/pull/2241
* fix: boolean slicing with non-packed arrays by agoose77 in https://github.com/scikit-hep/awkward/pull/2246

Other

* refactor: add type hints for `Content._getitem_XXX` by agoose77 in https://github.com/scikit-hep/awkward/pull/2223
* refactor: drop `NumpyLike.known_shape` by agoose77 in https://github.com/scikit-hep/awkward/pull/2228
* refactor: change `Content._getitem_range` to use explicit indices by agoose77 in https://github.com/scikit-hep/awkward/pull/2220
* docs: fix example for `merge_union_of_records` by agoose77 in https://github.com/scikit-hep/awkward/pull/2213
* docs: add 1.10 legacy docs to `switcher.json` by agoose77 in https://github.com/scikit-hep/awkward/pull/2217
* docs: reintroduce Content documentation from v1 reST files. by jpivarski in https://github.com/scikit-hep/awkward/pull/2231
* docs: add `how-to-examine-type.md` by agoose77 in https://github.com/scikit-hep/awkward/pull/2013
* docs: improve ragged indexing docs by agoose77 in https://github.com/scikit-hep/awkward/pull/2247
* chore: include cuda kernel tests in sdist by agoose77 in https://github.com/scikit-hep/awkward/pull/2218
* chore(deps): bump amannn/action-semantic-pull-request from 5.0.2 to 5.1.0 by dependabot in https://github.com/scikit-hep/awkward/pull/2232
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/scikit-hep/awkward/pull/2215

**Full Changelog**: https://github.com/scikit-hep/awkward/compare/v2.0.7...v2.0.8

2.0.7

* feat: add ability to forget length of typetracer created with `typetracer_from_report` by douglasdavis in https://github.com/scikit-hep/awkward/pull/2141
* feat: start hardening nplike signatures by agoose77 in https://github.com/scikit-hep/awkward/pull/2148
* feat: implement all ufuncs on TypeTracer. by jpivarski in https://github.com/scikit-hep/awkward/pull/2149
* feat: use `None` for unknown lengths (1 of 2) by agoose77 in https://github.com/scikit-hep/awkward/pull/2168
* feat: coerce backends to same zero-copy type (2 of 2) by agoose77 in https://github.com/scikit-hep/awkward/pull/2175
* feat: growable buffer move_to method by ianna in https://github.com/scikit-hep/awkward/pull/2178
* feat: add `ak.merge_union_of_records` by agoose77 in https://github.com/scikit-hep/awkward/pull/2185
* feat: add support for histogram module by agoose77 in https://github.com/scikit-hep/awkward/pull/2190
* feat: add `ak.approx_equal` by agoose77 in https://github.com/scikit-hep/awkward/pull/2198

Bug-fixes and performance

* fix: re-order cases to handle NumPy scalar types properly by agoose77 in https://github.com/scikit-hep/awkward/pull/2125
* fix: specify `dtype` for buffers in `from_rdataframe`. by agoose77 in https://github.com/scikit-hep/awkward/pull/2145
* fix: unify typestr with `_repr` by agoose77 in https://github.com/scikit-hep/awkward/pull/2158
* fix: update `type_to_name` for Layout builder `cxx_14` target by ianna in https://github.com/scikit-hep/awkward/pull/2165
* fix: Layout builders clean and length bug fixes by ianna in https://github.com/scikit-hep/awkward/pull/2171
* fix: support `mask_identity=True` for `axis=None` in `ptp`, `std`, etc. by agoose77 in https://github.com/scikit-hep/awkward/pull/2172
* fix: preserve dimensions for `keepdims=True`, `axis=None` reductions by agoose77 in https://github.com/scikit-hep/awkward/pull/2177
* fix: some usages of `len(layout)` under typetracer by agoose77 in https://github.com/scikit-hep/awkward/pull/2181
* fix: rdataframe memory check by ianna in https://github.com/scikit-hep/awkward/pull/2155
* fix: rework parameter merging rules by agoose77 in https://github.com/scikit-hep/awkward/pull/2179
* fix: don't raise `NotImplementedError` when reading empty array from Parquet by dsavoiu in https://github.com/scikit-hep/awkward/pull/2194
* fix: ignore object arrays by agoose77 in https://github.com/scikit-hep/awkward/pull/2206
* fix: ak.values_astype now turns 'unknown' type into the requested type. by jpivarski in https://github.com/scikit-hep/awkward/pull/2196

Other

* refactor: remove `to_arraylib` by agoose77 in https://github.com/scikit-hep/awkward/pull/2128
* refactor: move `Singleton` to its own module by agoose77 in https://github.com/scikit-hep/awkward/pull/2131
* refactor: move kernel logic to _kernels by agoose77 in https://github.com/scikit-hep/awkward/pull/2132
* refactor: use `nplike.asarray` by agoose77 in https://github.com/scikit-hep/awkward/pull/2134
* refactor: remove dead code by agoose77 in https://github.com/scikit-hep/awkward/pull/2139
* refactor: make `nplike.zeros` et al. use Array API type signatures by agoose77 in https://github.com/scikit-hep/awkward/pull/2137
* refactor: move typetracer ufunc handling to backend [1 of 2] by agoose77 in https://github.com/scikit-hep/awkward/pull/2150
* refactor: split `_nplikes.py` into `_nplikes/*.py` [2 of 2] by agoose77 in https://github.com/scikit-hep/awkward/pull/2152
* refactor: drop `UnknownScalar`, harden unknown scalar behavior by agoose77 in https://github.com/scikit-hep/awkward/pull/2154
* docs: fix bold docstring due to indent by agoose77 in https://github.com/scikit-hep/awkward/pull/2122
* docs: disable IPyParallel & load dependencies in reverse order by agoose77 in https://github.com/scikit-hep/awkward/pull/2126
* docs: improve error message by agoose77 in https://github.com/scikit-hep/awkward/pull/2201
* docs: add dsavoiu as a contributor for code by allcontributors in https://github.com/scikit-hep/awkward/pull/2204
* ci: test NumPy < 1.17 by agoose77 in https://github.com/scikit-hep/awkward/pull/2142
* ci: run header-only tests by agoose77 in https://github.com/scikit-hep/awkward/pull/2169
* chore: apply changes from flake8 by agoose77 in https://github.com/scikit-hep/awkward/pull/2130
* chore: isolate nox dependencies in `noxfile` by agoose77 in https://github.com/scikit-hep/awkward/pull/2136
* chore: drop unused nplike functions by agoose77 in https://github.com/scikit-hep/awkward/pull/2138
* chore: add helpful message if cpp install is not prepared by agoose77 in https://github.com/scikit-hep/awkward/pull/2146
* chore: move to Ruff by henryiii in https://github.com/scikit-hep/awkward/pull/2153
* chore(deps): bump pypa/cibuildwheel from 2.11.4 to 2.12.0 by dependabot in https://github.com/scikit-hep/awkward/pull/2133
* chore: update Ruff version by henryiii in https://github.com/scikit-hep/awkward/pull/2174
* chore: ruff rewrite `not in` by henryiii in https://github.com/scikit-hep/awkward/pull/2176
* chore: ruff rewrite dicts by henryiii in https://github.com/scikit-hep/awkward/pull/2183

New Contributors

* dsavoiu made their first contribution in https://github.com/scikit-hep/awkward/pull/2194

**Full Changelog**: https://github.com/scikit-hep/awkward/compare/v2.0.6...v2.0.7

Page 8 of 44

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.