Releases: juancyamin/cmrdesign
Releases · juancyamin/cmrdesign
Release list
cmrdesign 0.1.0
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 cmrdesignor 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
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.0a2Links:
- PyPI: https://pypi.org/project/cmrdesign/0.1.0a2/
- TestPyPI: https://test.pypi.org/project/cmrdesign/0.1.0a2/
- Source commit: 4c1c28b
- Paper: https://arxiv.org/abs/2607.16982
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.