Python interface for RAT
0.0.0.dev14
0.0.0.dev14
What’s Changed
- Fix shift value for confidence interval by @StephenNneji in https://github.com/RascalSoftware/python-RAT/pull/202
- Update to dev14 by @StephenNneji in https://github.com/RascalSoftware/python-RAT/pull/203
Full Changelog: https://github.com/RascalSoftware/python-RAT/compare/0.0.0.dev13...0.0.0.dev14
Download
0.0.0.dev13
0.0.0.dev13
What’s Changed
- Change pybind build version, fix blit plot bug and update to dev13 by @StephenNneji in https://github.com/RascalSoftware/python-RAT/pull/200
- Use latest version of cibuildwheel by @StephenNneji in https://github.com/RascalSoftware/python-RAT/pull/201
Full Changelog: https://github.com/RascalSoftware/python-RAT/compare/0.0.0.dev12...0.0.0.dev13
Download
0.0.0.dev12
0.0.0.dev12
What’s Changed
- Fixes MATLAB engine not shutting down by @StephenNneji in https://github.com/RascalSoftware/python-RAT/pull/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 https://github.com/RascalSoftware/python-RAT/pull/197 - Allow relative paths for custom file by @StephenNneji in https://github.com/RascalSoftware/python-RAT/pull/198
- Fixes auto name bug, adds clearer error for missing custom file or function name and update to dev12 by @StephenNneji in https://github.com/RascalSoftware/python-RAT/pull/199
Full Changelog: https://github.com/RascalSoftware/python-RAT/compare/0.0.0.dev11...0.0.0.dev12
Download
0.0.0.dev11
0.0.0.dev11
What’s Changed
- Adjusts hydration indices to match RasCAL-1 by @DrPaulSharp in https://github.com/RascalSoftware/python-RAT/pull/193
- Refactors ORSO validation to use custom layers by @StephenNneji in https://github.com/RascalSoftware/python-RAT/pull/194
- Bumps dev version to dev11 by @DrPaulSharp in https://github.com/RascalSoftware/python-RAT/pull/195
Full Changelog: https://github.com/RascalSoftware/python-RAT/compare/0.0.0.dev10...0.0.0.dev11
Download
0.0.0.dev10
0.0.0.dev10
What’s Changed
- Fixes plot bug when resample is set on a subset of contrast by @StephenNneji in https://github.com/RascalSoftware/python-RAT/pull/189
- IPC bug fixes by @StephenNneji in https://github.com/RascalSoftware/python-RAT/pull/190
- Updates GitHub action runner OS by @StephenNneji in https://github.com/RascalSoftware/python-RAT/pull/191
- Adds method to get bayes result procedure and bumps version to dev10 by @StephenNneji in https://github.com/RascalSoftware/python-RAT/pull/192
Full Changelog: https://github.com/RascalSoftware/python-RAT/compare/0.0.0.dev9...0.0.0.dev10
Download
0.0.0.dev9
0.0.0.dev9
What’s Changed
- Unify save methods by @StephenNneji in https://github.com/RascalSoftware/python-RAT/pull/180
- Adds to “pyproject.toml” to enable setup of uv environment by @DrPaulSharp in https://github.com/RascalSoftware/python-RAT/pull/182
- Fixes GLIBC Linux wheel issue and adds more progress callbacks by @StephenNneji in https://github.com/RascalSoftware/python-RAT/pull/187
Full Changelog: https://github.com/RascalSoftware/python-RAT/compare/0.0.0.dev8...0.0.0.dev9
Download
0.0.0.dev8
0.0.0.dev8
What’s Changed
- Updates github action for ruff by @DrPaulSharp in https://github.com/RascalSoftware/python-RAT/pull/173
- Testing runs on ARM Macs by @StephenNneji in https://github.com/RascalSoftware/python-RAT/pull/172
- Adds the
shift_valueargument toplot_ref_sldby @StephenNneji in https://github.com/RascalSoftware/python-RAT/pull/174 - Removes controls option “calcSLDDuringFit” by @DrPaulSharp in https://github.com/RascalSoftware/python-RAT/pull/175
- Fixes incorrect shift value on bayes plots by @StephenNneji in https://github.com/RascalSoftware/python-RAT/pull/176
- Reverts removal of bliiting by @StephenNneji in https://github.com/RascalSoftware/python-RAT/pull/177
- Adds “repeat_layers” option to contrasts by @DrPaulSharp in https://github.com/RascalSoftware/python-RAT/pull/178
- Updates version by @StephenNneji in https://github.com/RascalSoftware/python-RAT/pull/179
Full Changelog: https://github.com/RascalSoftware/python-RAT/compare/0.0.0.dev7...0.0.0.dev8
Download
0.0.0.dev7
0.0.0.dev7
What’s Changed
- Adds support for relative paths for custom files by @DrPaulSharp in https://github.com/RascalSoftware/python-RAT/pull/163
- Renames package to lower case and fixes some build issues by @StephenNneji in https://github.com/RascalSoftware/python-RAT/pull/168
- Adds feature to use shared MATLAB for MatlabWrapper by @StephenNneji in https://github.com/RascalSoftware/python-RAT/pull/169
- Adds controls option “numSimulationPoints” by @DrPaulSharp in https://github.com/RascalSoftware/python-RAT/pull/170
- Updates version and remove tests from wheel by @StephenNneji in https://github.com/RascalSoftware/python-RAT/pull/171
Full Changelog: https://github.com/RascalSoftware/python-RAT/compare/0.0.0.dev6...0.0.0.dev7
Download
0.0.0.dev6
0.0.0.dev6
What’s Changed
- Fix chain plots crash if chains are smaller than
maxpointsby @alexhroom in https://github.com/RascalSoftware/python-RAT/pull/154 - Refactors to account for pydantic deprecation warnings by @DrPaulSharp in https://github.com/RascalSoftware/python-RAT/pull/152
- Adds error message for undefined source by @DrPaulSharp in https://github.com/RascalSoftware/python-RAT/pull/153
- Adds blitting plot by @StephenNneji in https://github.com/RascalSoftware/python-RAT/pull/156
- Adds ORSO validation tests by @DrPaulSharp in https://github.com/RascalSoftware/python-RAT/pull/155
- Adds checks for undefined fields in layers and contrasts by @DrPaulSharp in https://github.com/RascalSoftware/python-RAT/pull/160
- Adds fixed figure size and font size to make corner plot less awkward by @StephenNneji in https://github.com/RascalSoftware/python-RAT/pull/159
- Adds code to save and load results objects by @DrPaulSharp in https://github.com/RascalSoftware/python-RAT/pull/161
- Creates new dev release by @DrPaulSharp in https://github.com/RascalSoftware/python-RAT/pull/162
Full Changelog: https://github.com/RascalSoftware/python-RAT/compare/0.0.0.dev5...0.0.0.dev6
Download
0.0.0.dev5
0.0.0.dev5
What’s Changed
- Adds docstrings to the Results struct by @alexhroom in https://github.com/RascalSoftware/python-RAT/pull/132
- Improves
Project.saveby @alexhroom in https://github.com/RascalSoftware/python-RAT/pull/127 - Removes priors struct, adding relevant fields to the project by @DrPaulSharp in https://github.com/RascalSoftware/python-RAT/pull/135
- Adds some docstring to pybind function and some refactors by @StephenNneji in https://github.com/RascalSoftware/python-RAT/pull/133
- Updates cpp with new c struct names by @StephenNneji in https://github.com/RascalSoftware/python-RAT/pull/136
- Fixes all docstrings and adds lint for docstrings by @alexhroom in https://github.com/RascalSoftware/python-RAT/pull/134
- Removes unused properties from the API by @DrPaulSharp in https://github.com/RascalSoftware/python-RAT/pull/137
- Bumps python version to 3.10 and matlab engine version to 2023a by @DrPaulSharp in https://github.com/RascalSoftware/python-RAT/pull/138
- adds Jeffreys prior to
Priorsenum and updates submodule by @alexhroom in https://github.com/RascalSoftware/python-RAT/pull/139 - Adds orsopy integration for
.ortfiles and ORSO models by @alexhroom in https://github.com/RascalSoftware/python-RAT/pull/131 - Makes orsopy actually optional by @alexhroom in https://github.com/RascalSoftware/python-RAT/pull/140
- Ensure nChains is greater than 1 by @alexhroom in https://github.com/RascalSoftware/python-RAT/pull/141
- Fixes the
nSamplesdocstring by @alexhroom in https://github.com/RascalSoftware/python-RAT/pull/142 - Updates inputs, outputs, and build process by @DrPaulSharp in https://github.com/RascalSoftware/python-RAT/pull/143
- Fixes bugs in model validation when using “set_fields” by @DrPaulSharp in https://github.com/RascalSoftware/python-RAT/pull/144
- Updates submodule by @DrPaulSharp in https://github.com/RascalSoftware/python-RAT/pull/146
- Updates jupyter notebook by @DrPaulSharp in https://github.com/RascalSoftware/python-RAT/pull/148
- Improves error message for cross check validation by @DrPaulSharp in https://github.com/RascalSoftware/python-RAT/pull/147
- Removes
wait_for_closeby @StephenNneji in https://github.com/RascalSoftware/python-RAT/pull/150 - Creates new dev release by @DrPaulSharp in https://github.com/RascalSoftware/python-RAT/pull/151
Full Changelog: https://github.com/RascalSoftware/python-RAT/compare/0.0.0.dev4...0.0.0.dev5
Download
- Source: https://github.com/RascalSoftware/python-RAT
- JSON API: repos.ecosyste.ms
-
PURL:
pkg:github/RascalSoftware/python-RAT
- Stars 1
- Forks 4
- Open issues 4
- License None
- Language Python
- Size 2.47 MB
- Created at almost 3 years ago
- Updated at 19 days ago
- Pushed at 19 days ago
- Last synced at 14 days ago
- Dependencies parsed at Pending