← Back to home
Comparison · Analytics

hubData vs nabla

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

hubData vs nabla: at a glance

FeaturehubDatanabla
SectorAnalyticsAnalytics
Velocity score0.00.0
Sparks · 30d00
Top themesdata-access, arrow, cloud-storage, hubverseautomatic-differentiation, dual-numbers, pure-r, package-rename
Last editorial update1h ago24m ago
WebsiteVisit →Visit →

What is hubData?

The Arrow data layer for forecast hubs, spending its releases on cloud and materialisation bugs.

hubData is the access layer for hubverse forecasting hubs, connecting to local and cloud-stored model output through Arrow and handing back lazy connections or materialised tibbles. Its releases divide sharply between schema and utility additions in the 1.x line and, more recently, a run of defect fixes in the cloud and Arrow integration. Two of those fixes involved data being silently wrong rather than an error being raised.

Read the full hubData trajectory →

What is nabla?

nabla dropped its C++ engine to chase exact derivatives at any order.

nabla does forward-mode automatic differentiation in R using dual numbers, returning derivatives exact to machine precision rather than approximated by finite differences. It shipped as dualr in January 2026, then a day later released 0.5.0 under a changed identity: derivatives generalise from a hardcoded second order to arbitrary order through recursive nesting, and the Rcpp and C++ fast paths are deleted so the package is pure R. The current release, 0.7.1, is CRAN resubmission cleanup.

Read the full nabla trajectory →

hubData vs nabla: editorial side-by-side

H
hubData
ANALYTICS
0.0

The Arrow data layer for forecast hubs, spending its releases on cloud and materialisation bugs.

◆ Current state

hubData is the access layer for hubverse forecasting hubs, connecting to local and cloud-stored model output through Arrow and handing back lazy connections or materialised tibbles. Its releases divide sharply between schema and utility additions in the 1.x line and, more recently, a run of defect fixes in the cloud and Arrow integration. Two of those fixes involved data being silently wrong rather than an error being raised.

◆ Where it's heading

The package has largely finished adding surface and is now paying down the cost of sitting on top of Arrow and S3: ALTREP-backed columns escaping into user sessions, cloud hubs whose declared format differs from what is actually written, and metadata arrays parsing inconsistently. Each fix narrows the gap between what the storage layer does and what an R user expects. The performance-motivated default flip in 2.0.0 points the same way, prioritising large cloud hubs over conservative local behaviour.

◆ Prediction

Expect continued fixes at the Arrow and cloud boundary, particularly where declared hub configuration and actual stored format disagree, which has now produced defects twice.

N
nabla
ANALYTICS
0.0

nabla dropped its C++ engine to chase exact derivatives at any order.

◆ Current state

nabla does forward-mode automatic differentiation in R using dual numbers, returning derivatives exact to machine precision rather than approximated by finite differences. It shipped as dualr in January 2026, then a day later released 0.5.0 under a changed identity: derivatives generalise from a hardcoded second order to arbitrary order through recursive nesting, and the Rcpp and C++ fast paths are deleted so the package is pure R. The current release, 0.7.1, is CRAN resubmission cleanup.

◆ Where it's heading

The 0.5.0 release note states the positioning explicitly: exact machine-precision derivatives at any order, not speed. Removing compiled code to make that claim coherent is an unusual direction, most numerical R packages move the other way, and it commits the package to a niche where correctness beats throughput. The old second-order API survives as deprecated thin wrappers, so the pivot was made without stranding early users. The rapid rename and version jump suggest identity was settled late.

◆ Prediction

Expect CRAN acceptance to be followed by work on the optimiser and MLE integration paths, where arbitrary-order derivatives have the clearest use.

Alternatives to hubData and nabla

Other Analytics 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 hubData or nabla.

See all hubData alternatives → · See all nabla alternatives →

Recent activity from hubData and nabla

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

  1. 1mo agohubDataCloud hubs declaring CSV no longer return an empty connection
  2. 3mo agohubDatacollect_hub() returns plain vectors instead of ALTREP views
  3. 3mo agohubDataArray-valued metadata fields now parse as list columns
  4. 5mo agonablaCRAN resubmission cleanup after reviewer feedback
  5. 6mo agonablaArbitrary-order exact derivatives arrive; compiled code removed
  6. 6mo agonablaFirst release as dualr: dual-number autodiff with MLE helpers
  7. 7mo agohubDatadate_col parameter for oracle output schemas
  8. 8mo agohubDataconnect_hub() skips file validation by default (breaking)
  9. 10mo agohubDataArrow schema conversion and validation utilities

Frequently asked questions

What is the difference between hubData and nabla?

They serve adjacent needs but don't currently overlap on shipped themes. hubData and nabla 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 hubData better than nabla?

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. hubData and nabla 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 Analytics products to evaluate alongside.

What are the best alternatives to hubData?

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

What are the best alternatives to nabla?

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