Skip to content

Releases: juancyamin/cmrdesign

cmrdesign 0.1.0

Choose a tag to compare

@juancyamin juancyamin released this 05 Aug 10:48
bdcec68

cmrdesign 0.1.0

cmrdesign is now publicly available for R and Python.

Install

  • R (CRAN): install.packages("cmrdesign") or visit CRAN.
  • Python (PyPI): python -m pip install cmrdesign or visit PyPI.

Documentation

Highlights

  • Applied CMR allocation rules for two-arm and shared-control multi-arm experiments.
  • Bounded, binary, MTR, and unbounded-outcome methods, plus stratified, multiple-outcome, and proxy extensions.
  • Pilot/main-wave planning from Appendix E and simulated examples in both languages.

Verification

  • CRAN checks are all OK for the published R package.
  • The Python source distribution and wheel passed twine check, TestPyPI smoke testing, and a clean real-PyPI install-and-fit smoke test.
  • GitHub Actions are green across supported Python and R environments, fixture parity, and reference-value validation.

cmrdesign Python 0.1.0a2 alpha

Pre-release

Choose a tag to compare

@juancyamin juancyamin released this 24 Jul 01:34

Python alpha release

This is the second Python alpha for cmrdesign. It updates the package README shown on PyPI so the public project page displays the real PyPI install command.

Install from PyPI:

python -m pip install cmrdesign==0.1.0a2

Links:

Verification:

  • GitHub Actions were green on Python, R, Fixtures, and Validation for the tagged commit.
  • Fresh PyPI install smoke test passed.
  • Installed-package Python tests and all simulated Python examples passed locally before upload.

Notes:

  • This is alpha pre-release software; pin the exact version while the API is pre-release.
  • The R package remains available from R-universe and is not yet a CRAN release.