aboutsummaryrefslogtreecommitdiff
path: root/math/py-awkward
Commit message (Collapse)AuthorAgeFilesLines
* math/py-awkward: Allow build with py-awkward-cpp 27Po-Chuan Hsieh2023-12-142-3/+4
| | | | | | - Bump PORTREVISION for package change Obtained from: https://github.com/scikit-hep/awkward/commit/ed51502347ce53c4125be1bfba6ac16867ef4ac0
* math/py-awkward: Allow build with py-awkward-cpp 26Po-Chuan Hsieh2023-11-142-1/+15
| | | | | | - Bump PORTREVISION for package change Obtained from: https://github.com/scikit-hep/awkward/commit/cac93481d17d54616dd0e8e5edb7bf69fa57adec
* math/py-awkward: Update to 2.4.10Po-Chuan Hsieh2023-11-142-4/+4
| | | | Changes: https://github.com/scikit-hep/awkward/releases
* math/py-awkward: Update to 2.4.7Po-Chuan Hsieh2023-11-023-16/+4
| | | | Changes: https://github.com/scikit-hep/awkward/releases
* math/py-awkward: Allow build with py-awkward-cpp 25Po-Chuan Hsieh2023-11-012-1/+13
| | | | | | - Bump PORTREVISION for package change Obtained from: https://github.com/scikit-hep/awkward/commit/2bb023810ae2e2adfa20b6690006de883b7dbf7a
* math/py-awkward: Update to 2.4.6Po-Chuan Hsieh2023-10-162-4/+4
| | | | Changes: https://github.com/scikit-hep/awkward/releases
* math/py-awkward: Update to 2.4.5Po-Chuan Hsieh2023-10-082-4/+4
| | | | Changes: https://github.com/scikit-hep/awkward/releases
* math/py-awkward: Update to 2.4.4Po-Chuan Hsieh2023-09-302-5/+5
| | | | Changes: https://github.com/scikit-hep/awkward/releases
* math/py-awkward: Update to 2.4.3Po-Chuan Hsieh2023-09-222-4/+4
| | | | Changes: https://github.com/scikit-hep/awkward/releases
* math/py-awkward: Update to 2.4.2Po-Chuan Hsieh2023-09-112-4/+4
| | | | Changes: https://github.com/scikit-hep/awkward/releases
* math/py-awkward: Update to 2.4.1Po-Chuan Hsieh2023-09-062-4/+4
| | | | Changes: https://github.com/scikit-hep/awkward/releases
* math/py-awkward: Update to 2.4.0Po-Chuan Hsieh2023-09-052-9/+9
| | | | Changes: https://github.com/scikit-hep/awkward/releases
* math/py-awkward: Update to 2.3.3Po-Chuan Hsieh2023-08-212-4/+4
| | | | Changes: https://github.com/scikit-hep/awkward/releases
* math/py-awkward: Update to 2.3.2Po-Chuan Hsieh2023-08-212-5/+5
| | | | Changes: https://github.com/scikit-hep/awkward/releases
* math/py-awkward: Add py-awkward 2.3.1Po-Chuan Hsieh2023-08-163-0/+46
Awkward Array is a library for nested, variable-sized data, including arbitrary-length lists, records, mixed types, and missing data, using NumPy-like idioms. Arrays are dynamically typed, but operations on them are compiled and fast. Their behavior coincides with NumPy when array dimensions are regular and generalizes when they're not.