-
`Vector` lacks issue and PR templates, which should be added to make the contribution process smooth for both maintainers and newcomers.
A couple of Scikit-HEP repositories that can be used as insp…
-
### Version of Awkward Array
1.5.1
### Python version
Python 3.6 and 3.8
### OS
Ubuntu 18.04 and macOS Big Sur
### Problem
Using `ak.Array` causes memory to be leaked. The followi…
-
Using `ar != None` results in an unexpected mask
Consider:
```
a = ak.Array([None, 2, None, 2, None])
b = np.array([None, 2, None, 2, None])
a, b
>>> (,
array([None, 2, None, 2, None], dtype…
-
If I understand correctly, `MANIFEST.in` has no effect for sdist in when using hatchling (source: https://scikit-hep.org/developer/pep621). I was a bit confused as to why files I excluded in manifest …
-
### Version of Awkward Array
2.0.6
### Description and code to reproduce
In some of my code, I frequently check that there are entries left in the array before trying to proceed to the next s…
-
Hello, I am experiencing the same issue as was discussed here: https://github.com/scikit-hep/iminuit/issues/252 by @HDembinski.
I have a custom function called NLL. I am trying to perform a fit us…
-
References -
- Files - https://github.com/pybamm-team/PyBaMM/tree/develop/.github | New issue - https://github.com/pybamm-team/PyBaMM/issues/new/choose
- Files - https://github.com/scikit-hep/pyhf/…
-
But this issue is going to remove it entirely: https://github.com/scikit-hep/awkward/issues/1843
It will have to be coordinated between Awkward and Uproot, though it's apparently an error that does…
-
### Version of Awkward Array
main
### Description and code to reproduce
If you attempt to load a parquet file containing decimal columns, you get a ValueError, which is expected, but the message is…
-
I was wondering if we should add a developer guide specific to vector and link the [Scikit-HEP developer information](https://scikit-hep.org/developer) within it.
The basic structure of the `.rst`…