Version 2.0.8
New features
- feat: allow awkward type arrays filtering based on rdfentry by @ianna in #2202
- feat!: re-introduce
unknown-length
by @agoose77 in #2229
Bug-fixes and performance
- fix: keep
EmptyArray
inremove_structure
by @agoose77 in #2219 - fix: add
is_c_contiguous
method to Cupy by @ianna in #2221 - fix: boolean indexing with non-zero starting offsets by @agoose77 in #2216
- fix: add license to _backends by @ianna in #2224
- fix: use of size in
to_RegularArray
by @agoose77 in #2226 - fix: indexing into
RegularArray
with typetracer by @agoose77 in #2227 - fix: support length-zero outer arrays in almost_equal by @agoose77 in #2210
- fix: support options in
ak.merge_union_of_records
by @agoose77 in #2236 - fix: don't merge non-union parameters by @agoose77 in #2241
- fix: boolean slicing with non-packed arrays by @agoose77 in #2246
Other
- refactor: add type hints for
Content._getitem_XXX
by @agoose77 in #2223 - refactor: drop
NumpyLike.known_shape
by @agoose77 in #2228 - refactor: change
Content._getitem_range
to use explicit indices by @agoose77 in #2220 - docs: fix example for
merge_union_of_records
by @agoose77 in #2213 - docs: add 1.10 legacy docs to
switcher.json
by @agoose77 in #2217 - docs: reintroduce Content documentation from v1 reST files. by @jpivarski in #2231
- docs: add
how-to-examine-type.md
by @agoose77 in #2013 - docs: improve ragged indexing docs by @agoose77 in #2247
- chore: include cuda kernel tests in sdist by @agoose77 in #2218
- chore(deps): bump amannn/action-semantic-pull-request from 5.0.2 to 5.1.0 by @dependabot in #2232
- chore: update pre-commit hooks by @pre-commit-ci in #2215
Full Changelog: v2.0.7...v2.0.8