Version 1.10.5 #2737
jpivarski
started this conversation in
New releases
Version 1.10.5
#2737
Replies: 1 comment
-
The automated upload failed, but I uploaded it manually: https://pypi.org/project/awkward/1.10.5/ Tested pip-install: mamba create -n awkward1 python=3.10 numpy packaging
mamba activate awkward1
pip install 'awkward<2'
>>> import awkward as ak
>>> ak.__version__
'1.10.5'
>>> ak.sum(ak.Array([[1.1, 2.2, 3.3], [], [4.4, 5.5]]), axis=1)
<Array [6.6, 0, 9.9] type='3 * float64'> ( |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's Changed
Basically, third-party libraries have been changing. This backport brings Awkward 1.x up to speed with them.
Full Changelog: v1.10.4...v1.10.5
This discussion was created from the release Version 1.10.5.
Beta Was this translation helpful? Give feedback.
All reactions