Releases: scikit-hep/awkward
Releases · scikit-hep/awkward
Version 2.1.3
New features
(none!)
Bug-fixes and performance
- fix: support empty records in
ak.with_field
by @agoose77 in #2387 - fix: only format exception for primary context by @agoose77 in #2388
- fix: only touch data in
nplike.asarray
if copy is required by @agoose77 in #2395 - fix: update
GrowableBuffer::move_to
algorithm by @ianna in #2394 - fix: don't touch for
ascontiguousarray
by @agoose77 in #2397
Other
- refactor: implement
nplike
registry (1 of 2) by @agoose77 in #2389 - refactor: implement
Backend
registry (2 of 2) by @agoose77 in #2390 - refactor: use existing
unset
sentinel by @agoose77 in #2391 - ci: add workflow to ensure C++ is released by @agoose77 in #2398
- chore(deps): bump pypa/gh-action-pypi-publish from 1.8.1 to 1.8.5 by @dependabot in #2356
- chore: update pre-commit hooks by @pre-commit-ci in #2342
Full Changelog: v2.1.2...v2.1.3
Version 2.1.2
New features
- feat: use cppyy for JIT by @ianna in #2306
- feat!: rename cpptype by @agoose77 in #2331
- feat: implemented GrowableBuffer in Numba as a start toward LayoutBuilder by @jpivarski in #2349
- feat: add
to_backend
toak.record.Record
by @agoose77 in #2355 - feat: add type equality
is_equal_to
member by @agoose77 in #2368
Bug-fixes and performance
- fix: expose array interface for CUDA by @agoose77 in #2327
- fix: test untested path in
ak.cartesian
& broadcasting by @agoose77 in #2329 - fix:
ak.cartesian
for typetracer by @agoose77 in #2295 - fix: Numba string reference count memory leak. by @jpivarski in #2332
- fix: generate an array view when an Array C++ type is requested by @ianna in #2335
- fix: do not expose an
rdfentry_
column by @ianna in #2343 - fix: generate RDataSource API based on ROOT attribute by @ianna in #2345
- fix: simplify depth limit test to support bigger-than-depth values by @agoose77 in #2347
- fix: use cppyy include by @ianna in #2348
- fix: convert ufunc arguments to same backend by @agoose77 in #2354
- fix: support N-d sequences in
TypeTracer.asarray
by @agoose77 in #2361 - fix: make
from_iter
require iterables! by @agoose77 in #2353 - fix: avoid stack overflow with std::unique_ptr linked list by @ianna in #2366
- fix:
ak.unzip
visits all contents by @agoose77 in #2373 - fix: remove spurious typetracer conversion by @agoose77 in #2375
Other
- refactor: hide
awkward.typing
by @agoose77 in #2324 - refactor: move
_parameters_XXX
functions into_parameters
submodule by @agoose77 in #2325 - refactor: move
merge_as_union
toak_concatenate
by @agoose77 in #2351 - refactor: improve broadcasting logic readability by @agoose77 in #2359
- refactor: wrap exceptions at catch time by @agoose77 in #2370
- docs: fix pyodide (again!) by @agoose77 in #2326
- docs: add import statement by @raybellwaves in #2358
- docs: update mybinder link to example notebook by @raybellwaves in #2357
- docs: fix extra for pyodide by @agoose77 in #2360
- docs: add raybellwaves as a contributor for doc by @allcontributors in #2379
- chore: update pre-commit hooks by @pre-commit-ci in #2313
- chore: update pre-commit hooks by @pre-commit-ci in #2328
New Contributors
- @raybellwaves made their first contribution in #2358
Full Changelog: v2.1.1...v2.1.2
Version 2.1.1
New features
- feat: add support for arrays in
from_buffers
by @agoose77 in #2319 - feat: validate
axis
in L1 by @agoose77 in #2285 - feat: add examples to header-only module by @agoose77 in #2288
Bug-fixes and performance
- fix: support typetracer in
ak.unflatten
by @agoose77 in #2293 - fix: view for unknown scalar by @agoose77 in #2294
- fix: common backend in functions accepting multiple arrays by @agoose77 in #2297
- fix: support unknown scalars in
__getitem__
by @agoose77 in #2314 - fix: fail early if index is too dimensional by @agoose77 in #2304
- fix: uneccessary use of
nplike_of
by @agoose77 in #2315 - fix: jupyterlite dependency changes by @agoose77 in #2318
Other
- refactor: rename util functions by @agoose77 in #2316
- docs: update version switcher (#2299)Co-authored-by: Jim Pivarski [email protected] by @agoose77 in #2299
- docs: add Gitter badge by @agoose77 in #2298
- docs: add deployment notes to contributing guide by @agoose77 in #2300
- chore(deps): bump aws-actions/configure-aws-credentials from 1 to 2 by @dependabot in #2290
- chore(deps): bump amannn/action-semantic-pull-request from 5.1.0 to 5.2.0 by @dependabot in #2321
- chore(deps): bump pypa/gh-action-pypi-publish from 1.6.4 to 1.7.1 by @dependabot in #2308
- chore(deps): bump pypa/cibuildwheel from 2.12.0 to 2.12.1 by @dependabot in #2309
- chore(deps): bump pypa/gh-action-pypi-publish from 1.7.1 to 1.8.1 by @dependabot in #2322
- ci: fix parsing of docs version by @agoose77 in #2301
Full Changelog: v2.1.0...v2.1.1
Version 1.10.3
This is a bug-fix release, motivated by PR #2311, which fixes a memory leak investigated in issues #1127, #1280, #2275, and #2310 (500 days from first sighting).
New features
(none!)
Bug-fixes and performance
- fix: DECREFing PyObject*s from Python C API calls in v1. by @jpivarski in #2311
Other
(none!)
Full Changelog: v1.10.2...v1.10.3
Version 2.1.0
Version 2.0.10
New features
Bug-fixes and performance
Other
- docs: fix URI to header-only LayoutBuilder examples by @agoose77 in #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 #2286
Full Changelog: v2.0.9...v2.0.10
Version 2.0.9
New features
- feat: keep column order after filtering flag by @ianna in #2234
- feat: Awkward Arrays in Numba's CUDA target by @ianna in #1809
- feat: add 'highlevel' and 'behavior' arguments to 'ak.from_rdataframe' function by @ianna in #2258
Bug-fixes and performance
- fix: set dtype in
full_like
by @agoose77 in #2251 - fix: use
simplified
inak._do.merge_as_union
by @agoose77 in #2240 - fix: support unknown content length in
to_packed
by @agoose77 in #2263 - fix: run-lengths with typetracer by @agoose77 in #2259
- fix: add trivial
nan_to_num
impl by @agoose77 in #2266 - fix: add
ak.broadcast_fields
by @agoose77 in #2267 - fix: keep column order in all tests by @ianna in #2276
Other
- test: numba cuda tests by @ianna in #2264
- docs: add missing entries to toctree by @agoose77 in #2270
- docs: fix build for latest theme by @agoose77 in #2274
- docs: RDataFrame add multi-threaded example by @ianna in #2269
- docs: add Numba CUDA guide (#2260)Co-authored-by: Angus Hollands [email protected] Co-authored-by: Jim Pivarski [email protected] Co-authored-by: Jim Pivarski [email protected] by @ianna in #2260
- chore: use scikit-build-core 0.2's build-dir by @henryiii in #2252
- chore: more Ruff by @henryiii in #2184
- chore: update pre-commit hooks by @pre-commit-ci in #2255
- chore: update pre-commit hooks by @pre-commit-ci in #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 [email protected] by @henryiii in #2268
Full Changelog: v2.0.8...v2.0.9
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
Version 2.0.7
- feat: add ability to forget length of typetracer created with
typetracer_from_report
by @douglasdavis in #2141 - feat: start hardening nplike signatures by @agoose77 in #2148
- feat: implement all ufuncs on TypeTracer. by @jpivarski in #2149
- feat: use
None
for unknown lengths (1 of 2) by @agoose77 in #2168 - feat: coerce backends to same zero-copy type (2 of 2) by @agoose77 in #2175
- feat: growable buffer move_to method by @ianna in #2178
- feat: add
ak.merge_union_of_records
by @agoose77 in #2185 - feat: add support for histogram module by @agoose77 in #2190
- feat: add
ak.approx_equal
by @agoose77 in #2198
Bug-fixes and performance
- fix: re-order cases to handle NumPy scalar types properly by @agoose77 in #2125
- fix: specify
dtype
for buffers infrom_rdataframe
. by @agoose77 in #2145 - fix: unify typestr with
_repr
by @agoose77 in #2158 - fix: update
type_to_name
for Layout buildercxx_14
target by @ianna in #2165 - fix: Layout builders clean and length bug fixes by @ianna in #2171
- fix: support
mask_identity=True
foraxis=None
inptp
,std
, etc. by @agoose77 in #2172 - fix: preserve dimensions for
keepdims=True
,axis=None
reductions by @agoose77 in #2177 - fix: some usages of
len(layout)
under typetracer by @agoose77 in #2181 - fix: rdataframe memory check by @ianna in #2155
- fix: rework parameter merging rules by @agoose77 in #2179
- fix: don't raise
NotImplementedError
when reading empty array from Parquet by @dsavoiu in #2194 - fix: ignore object arrays by @agoose77 in #2206
- fix: ak.values_astype now turns 'unknown' type into the requested type. by @jpivarski in #2196
Other
- refactor: remove
to_arraylib
by @agoose77 in #2128 - refactor: move
Singleton
to its own module by @agoose77 in #2131 - refactor: move kernel logic to _kernels by @agoose77 in #2132
- refactor: use
nplike.asarray
by @agoose77 in #2134 - refactor: remove dead code by @agoose77 in #2139
- refactor: make
nplike.zeros
et al. use Array API type signatures by @agoose77 in #2137 - refactor: move typetracer ufunc handling to backend [1 of 2] by @agoose77 in #2150
- refactor: split
_nplikes.py
into_nplikes/*.py
[2 of 2] by @agoose77 in #2152 - refactor: drop
UnknownScalar
, harden unknown scalar behavior by @agoose77 in #2154 - docs: fix bold docstring due to indent by @agoose77 in #2122
- docs: disable IPyParallel & load dependencies in reverse order by @agoose77 in #2126
- docs: improve error message by @agoose77 in #2201
- docs: add dsavoiu as a contributor for code by @allcontributors in #2204
- ci: test NumPy < 1.17 by @agoose77 in #2142
- ci: run header-only tests by @agoose77 in #2169
- chore: apply changes from flake8 by @agoose77 in #2130
- chore: isolate nox dependencies in
noxfile
by @agoose77 in #2136 - chore: drop unused nplike functions by @agoose77 in #2138
- chore: add helpful message if cpp install is not prepared by @agoose77 in #2146
- chore: move to Ruff by @henryiii in #2153
- chore(deps): bump pypa/cibuildwheel from 2.11.4 to 2.12.0 by @dependabot in #2133
- chore: update Ruff version by @henryiii in #2174
- chore: ruff rewrite
not in
by @henryiii in #2176 - chore: ruff rewrite dicts by @henryiii in #2183
New Contributors
Full Changelog: v2.0.6...v2.0.7
Version 2.0.6
New features
- feat: expose typetracer in public backend API by @agoose77 in #2066
- feat: add byteorder argument to
to_buffers
by @agoose77 in #2095 - feat: add exception for missing field by @agoose77 in #2120
Bug-fixes and performance
- fix: support scalars in tuple (and list) arguments provided to
__array_function__
by @agoose77 in #2045 - fix: support option-in-record for
fill_none
by @agoose77 in #2065 - fix: support unzipping
ak.Record
by @agoose77 in #2077 - fix: render keyword and varargs by @agoose77 in #2074
- fix: don't try to re-wrap
array_function
overload results by @agoose77 in #2079 - fix: support merging of
RegularArray
andNumpyArray
by @agoose77 in #2063 - fix: correct NumPy zero-size broadcasting by @agoose77 in #2083
- fix: implement explicit translation for NEP-18 by @agoose77 in #2089
- fix: listarray - slicing expects scalars by @ianna in #2069
- fix: off-by-one error in
run_lengths
by @agoose77 in #2093 - fix: broken links due to cpp split by @agoose77 in #2087
- fix: unflatten should accept non-packed
counts
by @agoose77 in #2097 - fix: remove string casting from
ak.to_layout
by @agoose77 in #2098 - fix: support categorical counts in
ak.unflatten
by @agoose77 in #2099 - fix: use pickleable closure for
ak.mixin_class_method
by @agoose77 in #2102 - fix: be more permissive with sort translation by @agoose77 in #2112
- fix: merging 1D
NumpyArray
with option by @agoose77 in #2105 - fix: support
is_indexed
types inak.fill_none
by @agoose77 in #2111 - fix: use
object.__new__(ak.Array)
for pickling constructor by @agoose77 in #2113 - fix: remove Long64_t from common header-only by @ianna in #2084
- fix:
TypeTracerArray
binary operators,ak.Array.__str__
with a typetracer, attempts to calltouch_data
on non-typetracers, ...? by @jpivarski in #2115 - fix: add
ScalarType
and treat bare strings as char arrays by @agoose77 in #2116 - fix: ensure Exception if branch evaluates for Awkward type by @agoose77 in #2019
Other
- refactor: add
@final
to contents, types, and forms by @agoose77 in #2033 - refactor: remove
kind
andorder
args to sorting protocols by @agoose77 in #2090 - docs: remove reference to sorting implementation by @agoose77 in #2114
- test: fix on win32 by @agoose77 in #2117
- ci: remove link checker by @agoose77 in #2075
- chore: update pyodide-build by @agoose77 in #2060
- chore: update pre-commit hooks by @pre-commit-ci in #2039
- chore(deps): bump pypa/cibuildwheel from 2.11.3 to 2.11.4 by @dependabot in #2038
- chore(deps): bump mymindstorm/setup-emsdk from 11 to 12 by @dependabot in #2119
Full Changelog: v2.0.5...v2.0.6