Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 523 Bytes

File metadata and controls

14 lines (9 loc) · 523 Bytes

HonestDiD 0.2.8

  • 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

  • Replace CVXR::solve() with CVXR::psolve() for compatibility with CVXR >= 1.0, which no longer exports solve (#68).

HonestDiD 0.2.6

  • Improve error messages; implemented scaling retry for .findLowestH (#63).