← Back to home
Comparison · Analytics

seriation vs tidytab

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

Shared themes:r-package

seriation vs tidytab: at a glance

Featureseriationtidytab
SectorAnalyticsAnalytics
Velocity score0.00.0
Sparks · 30d00
Top themesseriation, matrix-reordering, optimization, clusteringtidyverse, tabulation, r-package, dependency-modernisation
Last editorial update48m ago1h ago
WebsiteVisit →Visit →

What is seriation?

seriation stopped shipping algorithms and started shipping a way to pick between them.

seriation finds meaningful orderings for matrices, distance objects and dendrograms, and carries a large registry of methods from classic combinatorial criteria to t-SNE and UMAP embeddings. The 1.5.0 release added a layer above that registry — seriate_best(), seriate_rep() and seriate_improve() — which run randomized methods repeatedly, in parallel, and keep the best result. Recent work is definitional and numeric rather than additive: 1.5.8 corrects the linear seriation criterion to match Hubert and Schultz's original 1976 definition.

Read the full seriation trajectory →

What is tidytab?

A young tabulation helper whose first releases are all dependency modernisation

tidytab is a small R package for tidyverse-style tabulation, three releases into its public life. Nothing so far has added functionality: 0.2.0 fixed a cumulative-percentage calculation and moved to the base R pipe, and 0.3.0 swapped a retired purrr function for tidyr::expand_grid. The one substantive user-facing item in the history is the cumulative percentage fix.

Read the full tidytab trajectory →

seriation vs tidytab: editorial side-by-side

S
seriation
ANALYTICS
0.0

seriation stopped shipping algorithms and started shipping a way to pick between them.

◆ Current state

seriation finds meaningful orderings for matrices, distance objects and dendrograms, and carries a large registry of methods from classic combinatorial criteria to t-SNE and UMAP embeddings. The 1.5.0 release added a layer above that registry — seriate_best(), seriate_rep() and seriate_improve() — which run randomized methods repeatedly, in parallel, and keep the best result. Recent work is definitional and numeric rather than additive: 1.5.8 corrects the linear seriation criterion to match Hubert and Schultz's original 1976 definition.

◆ Where it's heading

The package has shifted from breadth to judgment. Through 1.3.x the additions were new methods; from 1.5.0 the registry started carrying metadata about the methods — whether they are randomized, what criterion they optimize — so the package could choose and evaluate on the user's behalf. The 1.5.6 replacement of FORTRAN with C for BEA and ME points the same way, reducing the legacy surface underneath that machinery.

◆ Prediction

Further criterion audits are the likeliest next move, since 1.5.8 shows a published definition being reconciled against the implementation and the registry now records what each method optimizes. Expect corrections rather than new seriation algorithms.

T
tidytab
ANALYTICS
0.0

A young tabulation helper whose first releases are all dependency modernisation

◆ Current state

tidytab is a small R package for tidyverse-style tabulation, three releases into its public life. Nothing so far has added functionality: 0.2.0 fixed a cumulative-percentage calculation and moved to the base R pipe, and 0.3.0 swapped a retired purrr function for tidyr::expand_grid. The one substantive user-facing item in the history is the cumulative percentage fix.

◆ Where it's heading

The package is being brought up to current tidyverse conventions by a wave of first-time contributors — six of them in 0.2.0 alone — rather than developed by a sustained maintainer effort. That makes the near-term direction predictable and narrow: retire deprecated idioms, keep CRAN checks clean. There is not yet enough history to say what the package intends to become.

◆ Prediction

With deprecated tidyselect and purrr usage now cleared, the remaining work of this kind is thin, so the next release will show whether the contributor interest converts into new tabulation features or the package settles at its current surface.

Alternatives to seriation and tidytab

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 seriation or tidytab.

See all seriation alternatives → · See all tidytab alternatives →

Recent activity from seriation and tidytab

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

  1. 7mo agotidytabpurrr::cross2() replaced with tidyr::expand_grid()
  2. 8mo agotidytabCumulative percentage fixed; base pipe replaces magrittr
  3. 9mo agotidytabNEWS.md added to track changes
  4. 0y agoseriationseriation 1.5.8 realigns linear criterion with Hubert and Schultz
  5. 1y agoseriationseriation 1.5.7 adds BK_unconstrained, handles tiny inputs
  6. 1y agoseriationseriation 1.5.6 replaces FORTRAN BEA with C, modernizes allocation
  7. 2y agoseriationseriation 1.5.5 digest: AOE method, rep parameter, MDS_angle fix
  8. 3y agoseriationseriation 1.5.1 refines pimage, permute and hmap
  9. 3y agoseriationseriation 1.5.0 adds seriate_best and parallel repeated search

Frequently asked questions

What is the difference between seriation and tidytab?

Both compete on the same themes — r-package — within Analytics. seriation and tidytab 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 seriation better than tidytab?

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. seriation and tidytab 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 seriation?

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

What are the best alternatives to tidytab?

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