Hans Dembinski

Results 105 issues of Hans Dembinski

It would be great to see a tutorial on how to port a pyparsing based project to Lark.

enhancement
help wanted
good first issue
docs

Minuit2's MnHesse sometimes returns success, but the matrix contains only NaN values (this should be fixed, but that is a bigger issue not addressed here). In this case, IsAboveMaxEdm() returns...

Following the nice invite in the docs to raise an issue for unfilled topics that should get higher priority, I am doing that here. I would like to write a...

docs

This is awesome. Do you have plans for integrating this into matplotlib? Something like this should become an official backend. On a related note, I don't see any license file...

## Summary Allow one to use word-diff for staged changes ## Motivation When you write text instead of code, git's normal diff is useless, it usually highlights a whole paragraph...

It would be a handy time-saver if one could call `b2` with an option that automatically runs the first "run" test that fails in the debugger.

transition

I am teaching about uproot and I found that several methods on a jagged array do not seem to exist, but they can be accessed anyway. ``` # x is...

Context: I use Numba a lot, so it would be great if `particle` would work with Numba directly, but I guess that this is probably a more elaborate project. In...

⚙️ enhancement

Sophisticated analyses use high-dimensional histograms, both disc and memory usage can become an issue. Disc usage is easy to fix by writing a compressed stream with Boost.Serialization and Boost.IOStreams. But...

enhancement
help wanted
easy

Histograms are often used to compute efficiencies in HEP. This is best done with a dedicated accumulator, to avoid filling two separate histograms. If one uses two histograms, the bin...

enhancement
help wanted
easy