← Back to home
Comparison · DevOps

purrr vs uproot5

A side-by-side editorial comparison of purrr and uproot5 — release velocity, themes, recent moves, and the top alternatives to consider.

purrr vs uproot5: at a glance

Featurepurrruproot5
SectorDevOpsDevOps
Velocity score0.00.0
Sparks · 30d00
Top themestidyverse, functional-programming, deprecations, parallelismrntuple, root files, particle physics, gpu decompression
Last editorial update1h ago2h ago
WebsiteVisit →Visit →

What is purrr?

purrr finished a decade of deprecations and picked up a parallel backend.

purrr is at 1.2.2, and the last two releases are CRAN check fixes and vctrs compatibility. The substance sits in 1.2.0, which removed everything deprecated back in 0.3.0 and fully deprecated the invoke, lift, cross and splice families soft-deprecated in 1.0.0, while making map_chr() stop silently coercing logicals and numbers to strings. 1.1.0 before it raised the floor to R 4.1 and added in_parallel() on the mirai backend.

Read the full purrr trajectory →

What is uproot5?

Uproot quietly made RNTuple the default write format — filed under 'chore'.

Uproot ships small, frequent 5.7.x releases in which the RNTuple work dominates and is often buried below the feature list. Since switching the default write format to RNTuple in 5.7.0, the releases have been about making that path complete: entry bounds and report=True for RNTuple.iterate, GPU interpretation of RNTuple data with nvCOMP decompression, support for the v1.0.1.0 format, and the library kwarg finished. Two of the six releases in this window list no new features at all.

Read the full uproot5 trajectory →

purrr vs uproot5: editorial side-by-side

P
purrr
DEVOPS
0.0

purrr finished a decade of deprecations and picked up a parallel backend.

◆ Current state

purrr is at 1.2.2, and the last two releases are CRAN check fixes and vctrs compatibility. The substance sits in 1.2.0, which removed everything deprecated back in 0.3.0 and fully deprecated the invoke, lift, cross and splice families soft-deprecated in 1.0.0, while making map_chr() stop silently coercing logicals and numbers to strings. 1.1.0 before it raised the floor to R 4.1 and added in_parallel() on the mirai backend.

◆ Where it's heading

The direction is a smaller, stricter surface. Functions that predated the 1.0.0 redesign are being cleared out in stages, and the ones that remain are tightening their type contracts — map_chr() no longer coerces, every() and some() now demand a logical scalar. The parallel work is the one addition, and it arrives as a backend rather than a new way to write maps.

◆ Prediction

With the 1.0.0 soft deprecations now fully deprecated and marked for removal, the next release most likely deletes them rather than adding capability.

U
uproot5
DEVOPS
0.0

Uproot quietly made RNTuple the default write format — filed under 'chore'.

◆ Current state

Uproot ships small, frequent 5.7.x releases in which the RNTuple work dominates and is often buried below the feature list. Since switching the default write format to RNTuple in 5.7.0, the releases have been about making that path complete: entry bounds and report=True for RNTuple.iterate, GPU interpretation of RNTuple data with nvCOMP decompression, support for the v1.0.1.0 format, and the library kwarg finished. Two of the six releases in this window list no new features at all.

◆ Where it's heading

This is a migration project wearing patch-release clothing. The direction is that RNTuple, ROOT's newer columnar format, becomes what Uproot writes and reads by default, with the older TTree path maintained rather than developed. The GPU decompression work points further out: reading physics data straight into accelerator memory rather than staging it through the CPU. Expect the remaining gaps to keep surfacing as bug fixes in the RNTuple path as more of the field writes in the new format.

◆ Prediction

Continued 5.7.x patches closing RNTuple feature parity with TTree, with the GPU and nvCOMP path the most likely area to gain rather than just get fixed.

Alternatives to purrr and uproot5

Other DevOps products tracked by Sparkpulse, ranked by recent ship velocity. Each card links to a full editorial trajectory and lets you pivot into a head-to-head comparison with either purrr or uproot5.

See all purrr alternatives → · See all uproot5 alternatives →

Recent activity from purrr and uproot5

Latest ship moves from both products, interleaved chronologically. ⚡ = editorial spark.

  1. 1mo agouproot55.7.5: RNTuple library kwarg finished, byte-swap fix in dtype interpretation
  2. 3mo agouproot5Version 5.7.4
  3. 4mo agopurrrCRAN check fixes
  4. 4mo agouproot55.7.3: corrupted free_num_bytes and mktree subdirectory fixes
  5. 5mo agouproot55.7.2: GPU interpretation of RNTuple data with nvCOMP decompression
  6. 6mo agouproot5Version 5.7.1
  7. 6mo agouproot55.7.0: RNTuple becomes the default write format
  8. 7mo agopurrrCompatibility with upcoming vctrs 0.7.0
  9. 9mo agopurrrOld deprecations removed; map_chr() stops coercing
  10. 1y agopurrrin_parallel() adds parallel and distributed maps via mirai
  11. 3y agopurrrValgrind fix and lower map_chr() deprecation overhead
  12. 3y agopurrrIndexed map() errors gain a catchable class and fields

Frequently asked questions

What is the difference between purrr and uproot5?

They serve adjacent needs but don't currently overlap on shipped themes. purrr and uproot5 are shipping at a similar cadence (velocity 0.0 vs 0.0, both within Sparkpulse's "active" band). See the at-a-glance table above for a side-by-side breakdown of velocity, recent sparks, and editorial themes.

Is purrr better than uproot5?

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. purrr and uproot5 are shipping at a similar cadence (velocity 0.0 vs 0.0, both within Sparkpulse's "active" band). For your specific use case, the alternatives sections above list other DevOps products to evaluate alongside.

What are the best alternatives to purrr?

Top purrr alternatives in DevOps are ranked by recent ship velocity. Browse the "purrr alternatives" section above for the current picks, or visit /alternatives/purrr for the full list with editorial commentary on each.

What are the best alternatives to uproot5?

Top uproot5 alternatives in DevOps are ranked by recent ship velocity. Browse the "uproot5 alternatives" section above for the current picks, or visit /alternatives/uproot for the full list with editorial commentary on each.