Install & Compatibility
Where this runs
tested against v1.4.0 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
muslpy 3.10–3.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 116.7MB
glibcpy 3.10–3.95 runs
installs and imports cleanly · install 5.8s · import 0.000s · 109MB
116MB installed
● package 116MB
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
root_to_parquet
✓ from hepconvert import root_to_parquet
✗ from hepconvert import convert_root_to_parquet
parquet_to_root
✓ from hepconvert import parquet_to_root
merge_root
✓ from hepconvert import merge_root
Quickly convert a ROOT file to Parquet, selecting specific branches.
from hepconvert import convert_root_to_parquet
convert_root_to_parquet("input.root", "output.parquet", branches=["branch1", "branch2"])
hepconvert --version
Upgrade
Version history
1.4.0latest on PyPI · released Feb 13, 2025
Audit
Dependencies
uprootrequiredROOT file I/O
awkwardrequiredarray manipulation for HEP data
pyarrowrequiredParquet file support
numpyrequirednumerical operations
boost_histogramoptionalhistogram operations (for add_histograms)