-
Example:
```python
def get_options(option1, option2):
options = []
if option1:
options = options + ["option1"]
if option2:
options = options + ["option2"]
retur…
-
See scikit-build/cmake-python-distributions#324 which has my example of trying to install `iminuit`.
The short story is `pip install iminuit` fails when to build when there's a lack of wheels. It …
-
I have noticed a problem when trying to write a `TList` of `TObjString` objects.
**I woud like to reproduce the following file created by root**:
```c++
const std::vector strings = {"this", "is…
lobis updated
2 years ago
-
As I'm sure you're aware the Github actions runner image `macos-latest` still points to Big Sur. `macos-12` is the runner image for Monterey. Up-to-date wheels would be super helpful for `pip`ing in `…
-
`Vector` supports Python `3.10`, but the support is not tested in the `CI` -
https://github.com/scikit-hep/vector/blob/d4ad49ecf1761e3a6561498d2405b7789d53deff/.github/workflows/ci.yml#L31-L39
---…
-
If there is interest, it would be nice to add a [`CITATION.cff`](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-file…
-
While looking at [this file (cernbox link, ~200 MB)](https://cernbox.cern.ch/index.php/s/lpS1T3oLI6Dhbnc) with `uproot-browser browse` (version `0.4.0`), I noticed that the names of the directories wi…
-
for mu = 0
-
### Version of Awkward Array
2.0.0rc1
### Description and code to reproduce
numpy = 1.23.4
```python3
>>> import awkward as ak
>>> import numpy as np
>>> x = np.random.normal(size=100)
>>> a…
lgray updated
2 years ago
-
### Version of Awkward Array
2.1.4
### Description and code to reproduce
Long story short in the `trijet["p4"] = trijet.j1 + trijet.j2 + trijet.j3` I am seeing up to a 2.5x longer execution time in…