NEWS
HonestDiD 0.2.8 (2026-04-12)
- Restore legacy CVXR::psolve interface (
$solve, $status, $getValue)
- Fix remaining
CVXR::psolve() calls in .maxBiasFN and .minBiasFN to use .psolve() wrapper for CVXR >= 1.8 compatibility
- Add
tests/test_syntax.R with better options coverage
HonestDiD 0.2.7 (2026-04-01)
- Replace
CVXR::solve() with CVXR::psolve() for compatibility with CVXR >= 1.0,
which no longer exports solve (#68).
HonestDiD 0.2.6 (2024-07-14)
- Improve error messages; implemented scaling retry for
.findLowestH (#63).