Skip to content

Releases: scikit-hep/awkward

0.1.8

02 Oct 15:55
7adc0f4
Compare
Choose a tag to compare

PR #12.

0.1.7

26 Sep 20:00
Compare
Choose a tag to compare

The half-thought-through PR10 tests were failing in 32-bit, so I removed them for the sake of deployment. I'll revisit RawArray someday.

0.1.6

26 Sep 19:47
Compare
Choose a tag to compare

Try to fix manylinux1 deployment again.

0.1.5

26 Sep 19:12
Compare
Choose a tag to compare

Try to fix manylinux1 deployment.

0.1.4

26 Sep 18:52
fe17e09
Compare
Choose a tag to compare

Through PR #11 (implemented ListArray and ListOffsetArray's __getitem__).

0.1.3

21 Sep 17:52
Compare
Choose a tag to compare

Fix CMake version check again (for Linux2010).

0.1.2

21 Sep 17:45
Compare
Choose a tag to compare

Protect Linux2010 from visibility setting (which is intended for MacOS, anyway).

0.1.1

21 Sep 17:27
ecf83ca
Compare
Choose a tag to compare

PR #8: C++ NumpyArray::getitem is done, setting the pattern for other classes (external C functions).

The Numba and Identity extensions are not done, which would be necessary to fully set the pattern.

0.1.0

27 Aug 22:01
Compare
Choose a tag to compare

Up through PR #4: NumpyArray and ListOffsetArray usable in C++, Python, and Numpy. C++ and Python have an Identity framework for particle kinematics (see combinatorics language). The dummy1 and dummy3 functions tested in deployments 0.0.x have been removed (Identity has some real code in cpu-kernels).

0.0.14

17 Aug 16:42
Compare
Choose a tag to compare

Try to build MacOS 10.9+ images, rather than 10.13+.