Peter Fackeldey
Peter Fackeldey
Dear @patrick-kidger, this project is awesome, thank you very much for it!! I am currently developing a fitting library for binned likelihood fits ([`dilax`](https://github.com/pfackeldey/dilax/tree/main)) in high energy physics based on...
Dear iminuit developers, Thank you very much for this great package! I am the author of [evermore](https://github.com/pfackeldey/evermore) - a pure JAX based package to build binned likelihoods in HEP. Here,...
Dear @patrick-kidger, I am currently developing a fitting library (https://github.com/pfackeldey/evermore) for binned likelihood fits. These type of fits are typically performed within high energy physics analyses. A common pattern is...
Dear `perun` devs, thank you very much for this package! I want to use `perun` to track energy consumption of multiple functions, but not print or write the energy consumptions...
closes https://github.com/dask-contrib/dask-awkward/issues/577 if a 0-dim array is passed to `new_known_scalar` the dtype was inferred to be `np.dtype(type(array(...)))` which results in object dtype. This PR directly uses the dtype of the...
Awkward-array v2.7.4 introduces `ak.zip_no_broadcast` which is useful for coffea to construct arrays without touching unwanted buffer keys. This PR implements the `dak` equivalent.
Using `.` as a delimiter in field names of `ak.Records` leads to wrong report of necessary columns
Using `.` within field names of `ak.Records` is a valid thing to do. `.` is also commonly used in parquet's schemas or ROOT TBranch names, which are translated directly into...
Dear optimistix team, I'm looking into implementing the [`Minuit`](https://www.sciencedirect.com/science/article/pii/0010465575900399?via%3Dihub) optimizer with optimistix. Python bindings for the (newer) C++ implementation can be found in [`iminuit`](https://github.com/scikit-hep/iminuit). This optimizer is a standard in...
> Our CI tests hang indefinitely over in https://github.com/dask-contrib/dask-awkward and https://github.com/scikit-hep/uproot5 since this PR (found this out using `git bisect`). This issue seems to be only present for running tests...