Releases: RascalSoftware/python-RAT
Releases · RascalSoftware/python-RAT
0.0.0.dev14
What's Changed
- Fix shift value for confidence interval by @StephenNneji in #202
- Update to dev14 by @StephenNneji in #203
Full Changelog: 0.0.0.dev13...0.0.0.dev14
0.0.0.dev13
What's Changed
- Change pybind build version, fix blit plot bug and update to dev13 by @StephenNneji in #200
- Use latest version of cibuildwheel by @StephenNneji in #201
Full Changelog: 0.0.0.dev12...0.0.0.dev13
0.0.0.dev12
What's Changed
- Fixes MATLAB engine not shutting down by @StephenNneji in #196
- Unifies the contrast number used by python and cpp to be same with matlab and Data points now show when
show_erroris False by @StephenNneji in #197 - Allow relative paths for custom file by @StephenNneji in #198
- Fixes auto name bug, adds clearer error for missing custom file or function name and update to dev12 by @StephenNneji in #199
Full Changelog: 0.0.0.dev11...0.0.0.dev12
0.0.0.dev11
What's Changed
- Adjusts hydration indices to match RasCAL-1 by @DrPaulSharp in #193
- Refactors ORSO validation to use custom layers by @StephenNneji in #194
- Bumps dev version to dev11 by @DrPaulSharp in #195
Full Changelog: 0.0.0.dev10...0.0.0.dev11
0.0.0.dev10
What's Changed
- Fixes plot bug when resample is set on a subset of contrast by @StephenNneji in #189
- IPC bug fixes by @StephenNneji in #190
- Updates GitHub action runner OS by @StephenNneji in #191
- Adds method to get bayes result procedure and bumps version to dev10 by @StephenNneji in #192
Full Changelog: 0.0.0.dev9...0.0.0.dev10
0.0.0.dev9
What's Changed
- Unify save methods by @StephenNneji in #180
- Adds to "pyproject.toml" to enable setup of uv environment by @DrPaulSharp in #182
- Fixes GLIBC Linux wheel issue and adds more progress callbacks by @StephenNneji in #187
Full Changelog: 0.0.0.dev8...0.0.0.dev9
0.0.0.dev8
What's Changed
- Updates github action for ruff by @DrPaulSharp in #173
- Testing runs on ARM Macs by @StephenNneji in #172
- Adds the
shift_valueargument toplot_ref_sldby @StephenNneji in #174 - Removes controls option "calcSLDDuringFit" by @DrPaulSharp in #175
- Fixes incorrect shift value on bayes plots by @StephenNneji in #176
- Reverts removal of bliiting by @StephenNneji in #177
- Adds "repeat_layers" option to contrasts by @DrPaulSharp in #178
- Updates version by @StephenNneji in #179
Full Changelog: 0.0.0.dev7...0.0.0.dev8
0.0.0.dev7
What's Changed
- Adds support for relative paths for custom files by @DrPaulSharp in #163
- Renames package to lower case and fixes some build issues by @StephenNneji in #168
- Adds feature to use shared MATLAB for MatlabWrapper by @StephenNneji in #169
- Adds controls option "numSimulationPoints" by @DrPaulSharp in #170
- Updates version and remove tests from wheel by @StephenNneji in #171
Full Changelog: 0.0.0.dev6...0.0.0.dev7
0.0.0.dev6
What's Changed
- Fix chain plots crash if chains are smaller than
maxpointsby @alexhroom in #154 - Refactors to account for pydantic deprecation warnings by @DrPaulSharp in #152
- Adds error message for undefined source by @DrPaulSharp in #153
- Adds blitting plot by @StephenNneji in #156
- Adds ORSO validation tests by @DrPaulSharp in #155
- Adds checks for undefined fields in layers and contrasts by @DrPaulSharp in #160
- Adds fixed figure size and font size to make corner plot less awkward by @StephenNneji in #159
- Adds code to save and load results objects by @DrPaulSharp in #161
- Creates new dev release by @DrPaulSharp in #162
Full Changelog: 0.0.0.dev5...0.0.0.dev6
0.0.0.dev5
What's Changed
- Adds docstrings to the Results struct by @alexhroom in #132
- Improves
Project.saveby @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
Priorsenum and updates submodule by @alexhroom in #139 - Adds orsopy integration for
.ortfiles 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
nSamplesdocstring 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_closeby @StephenNneji in #150 - Creates new dev release by @DrPaulSharp in #151
Full Changelog: 0.0.0.dev4...0.0.0.dev5