histoprint
histoprint copied to clipboard
Pretty print histograms to the console
updates: - [github.com/psf/black-pre-commit-mirror: 24.4.0 → 24.4.2](https://github.com/psf/black-pre-commit-mirror/compare/24.4.0...24.4.2) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.10.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.9.0...v1.10.0)
added option proposed in scikit-hep/histoprint #121 --- add --field-prefix via click.option adding this option modifies kwargs which causes later errors opting to delete this key, to fix root cause in...
EDIT: modify title of feature request and modify first post to specify updated request feature request more clear in [reply](https://github.com/scikit-hep/histoprint/issues/121#issuecomment-1672537914) to this post. Original post --- I suppose this is...
Enabling some extra checks, too.
The CLI code is a bit of a mess right now. Would be better to refactor it so that the code that loads the data from the files in independent...
There are very nice examples in Scikit-HEP packages from where to take inspiration :-).
Would be good to have some tests that can actually fail instead of depending on visual checks.
Hi, I thought I would mention the nice guidelines that we have at https://scikit-hep.org/developer. I see some places where things could here be made more homogeneous with other org packages:...