enable Distribution objects to be created by providing string of 'module.object' as an alternate to passing the module object itself. Similarly for random_state objects with the rng keyword.
Checklist
Documentation and Tests
[ ] Added relevant tests that run with python tests/__main__.py, and pass.
[x] Added relevant documentation that builds in sphinx without error.
[ ] Added new features that are documented with examples.
[x] Artifacts produced with the main branch work as expected under this PR.
Summary
enable Distribution objects to be created by providing string of 'module.object' as an alternate to passing the module object itself. Similarly for
random_state
objects with therng
keyword.Checklist
Documentation and Tests
python tests/__main__.py
, and pass.