Version 1.9.0 #1664
jpivarski
started this conversation in
New releases
Version 1.9.0
#1664
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
These are differences from 1.8.0 to 1.9.0. Most only affect Awkward Array version 2, in the
awkward._v2
submodule of 1.9.0. The exceptions are called out with "v1" in the subject line.Features
is_tuple
describe operation by @agoose77 in Feat: addis_tuple
describe operation #1351depth_limit
toak.broadcast_arrays
by @agoose77 in Feat: adddepth_limit
toak.broadcast_arrays
#1373_like
methods toTypeTracer
by @agoose77 in Feat: add missing_like
methods toTypeTracer
#1505AttributeError
for public Array attributes by @agoose77 in Feat: raiseAttributeError
for public Array attributes #1573ak.behavior['.', 'Name'] = cls
, which isn't working/isn't tested. by @jpivarski in feat: Dropak.behavior['.', 'Name'] = cls
, which isn't working/isn't tested. #1651Bug-fixes
ak.zip
does not accept generator expressions forarrays
#1363 by ensuring that arguments documented as 'iterable of X' aren't used in 'len(X)'. by @jpivarski in Fixes #1363 by ensuring that arguments documented as 'iterable of X' aren't used in 'len(X)'. #1364recursively_apply
forRecord
by @agoose77 in Implementrecursively_apply
forRecord
#1401from_numpy
referencesListArray64
by @agoose77 in Fix:from_numpy
referencesListArray64
#1404to_layout
withallow_records=False
and allows single-record writing to Arrow and Parquet by @jpivarski in Fixesto_layout
withallow_records=False
and allows single-record writing to Arrow and Parquet #1456to_rdataframe
extensive tests and bug fixes by @ianna into_rdataframe
extensive tests and bug fixes #1478axis_wrap_if_negative
Record method in both v1 and v2 by @ioanaif in Fix: Missingaxis_wrap_if_negative
Record method in both v1 and v2 #1565RecordArray
s inak.to_layout
by @agoose77 in Fix: allow emptyRecordArray
s inak.to_layout
#1581ak.from_iter
performance for long (axis=0) arrays by @agoose77 in fix: improveak.from_iter
performance for long (axis=0) arrays #1614RecordArray
's internal fields in HL API by @Saransh-cpp in fix: pass a copy ofRecordArray
's internal fields in HL API #1650self._length
inRegularArray.mergemany
by @agoose77 in fix: includeself._length
inRegularArray.mergemany
#1645ListArray
by @agoose77 in fix: jagged slicing forListArray
#1408Other
ak.concatenate
should flatten for first axis, single-array by @agoose77 in perf:ak.concatenate
should flatten for first axis, single-array #1641New Contributors
Full Changelog: 1.8.0...v1.9.0
This discussion was created from the release Version 1.9.0.
Beta Was this translation helpful? Give feedback.
All reactions