version 0.7.0 2026-08-02

This release incorporates 0.6.0, which was tagged but never submitted to CRAN, together with the further breaking changes below. The version on CRAN is 0.3.0, so 0.4.0, 0.5.x and 0.6.0 are all superseded here.

Breaking Changes

Why this matters

The two consequences of the old cell equations were both invisible from outside:

The paper’s model is identified in closed form – gamma/(1-gamma) is x10/x00, and every lambda follows – and over-identified by exactly one degree of freedom, the restriction x1d/x0d = x10/x00.

Bug Fixes

Internal

Testing

version 0.5.1 2026-07-31

Bug Fixes

Documentation

Testing

R CMD check --as-cran is clean: 0 errors, 0 warnings, and the one NOTE is the absence of the optional V8 package for math rendering.

version 0.5.0 2026-04-05

Breaking Changes

New Features

Example Migration

# Old code
result$params["lgk", ]
result$params[c("lgg", "lgk", "lkk"), ]

# New code
result$params["gk", ]
result$params[c("gg", "gk", "kk"), ]

version 0.4.0 2026-04-05

Breaking Changes

Improvements

Bug Fixes

version 0.3.0 2026-03-30

New Features

Bug Fixes

Testing

version 0.2.2 2025-12-15

Validation System Modernization

Development Workflow Improvements

version 0.2.1 2024-12-15

Infrastructure & Modernization

version 0.2.0 2017-05-XX