0.0.0.dev5
What's Changed
- Adds docstrings to the Results struct by @alexhroom in #132
- Improves
Project.save
by @alexhroom in #127 - Removes priors struct, adding relevant fields to the project by @DrPaulSharp in #135
- Adds some docstring to pybind function and some refactors by @StephenNneji in #133
- Updates cpp with new c struct names by @StephenNneji in #136
- Fixes all docstrings and adds lint for docstrings by @alexhroom in #134
- Removes unused properties from the API by @DrPaulSharp in #137
- Bumps python version to 3.10 and matlab engine version to 2023a by @DrPaulSharp in #138
- adds Jeffreys prior to
Priors
enum and updates submodule by @alexhroom in #139 - Adds orsopy integration for
.ort
files and ORSO models by @alexhroom in #131 - Makes orsopy actually optional by @alexhroom in #140
- Ensure nChains is greater than 1 by @alexhroom in #141
- Fixes the
nSamples
docstring by @alexhroom in #142 - Updates inputs, outputs, and build process by @DrPaulSharp in #143
- Fixes bugs in model validation when using "set_fields" by @DrPaulSharp in #144
- Updates submodule by @DrPaulSharp in #146
- Updates jupyter notebook by @DrPaulSharp in #148
- Improves error message for cross check validation by @DrPaulSharp in #147
- Removes
wait_for_close
by @StephenNneji in #150 - Creates new dev release by @DrPaulSharp in #151
Full Changelog: 0.0.0.dev4...0.0.0.dev5