Unclaimed project
Are you a maintainer of SALib? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
SALib
Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and other methods.
Back to changelogHighlights
- Performance improvements to HDMR (~50% decrease in runtime for the Ishigami function)
- New Sobol' sampler (interfaced with SciPy) which supports sequence scrambling
- New heatmap visualization
- Improvements to documentation for Morris, PAWN and HDMR methods.
- New documentation website, thanks to @tupui and @sahin-abdullah
What's Changed
- Support additional positional arguments when using parallel evaluators/analyses by @ConnectedSystems in https://github.com/SALib/SALib/pull/473
- Add Oakley 2004 test function (Resolve #379) by @ConnectedSystems in https://github.com/SALib/SALib/pull/474
- Update example results in document by @ConnectedSystems in https://github.com/SALib/SALib/pull/477
- Docs: correct plural. by @brenthuisman in https://github.com/SALib/SALib/pull/476
- Improve listing of compatible sampling methods by @ConnectedSystems in https://github.com/SALib/SALib/pull/482
- Updated Sobol' direction numbers by @ConnectedSystems in https://github.com/SALib/SALib/pull/491
- Update hdmr.py by @idiomaticrefactoring in https://github.com/SALib/SALib/pull/496
- Raise error when a single parameter/group is detected [OO-based only] by @ConnectedSystems in https://github.com/SALib/SALib/pull/484
Fix for #480 - eFAST analysis erroring by @ConnectedSystems in https://github.com/SALib/SALib/pull/481add GitHub URL for PyPi by @andriyor in https://github.com/SALib/SALib/pull/502Expanded Morris docs by @ConnectedSystems in https://github.com/SALib/SALib/pull/489Expanded docs for the PAWN method by @ConnectedSystems in https://github.com/SALib/SALib/pull/490Better Triangular Distribution by @BrandonSLockey in https://github.com/SALib/SALib/pull/509Add missing parameters to docstrings by @schmitts in https://github.com/SALib/SALib/pull/434Support for grouped parameters with the PAWN method by @ConnectedSystems in https://github.com/SALib/SALib/pull/512Migrate to hatchling and migrate CI to GitHub actions by @tupui in https://github.com/SALib/SALib/pull/527Make Pathos optional by @tupui in https://github.com/SALib/SALib/pull/522Add Sobol' sampler from SciPy by @tupui in https://github.com/SALib/SALib/pull/519Allow seed as CLI option by @ConnectedSystems in https://github.com/SALib/SALib/pull/530Use pydata-sphinx-theme by @tupui in https://github.com/SALib/SALib/pull/523Update version switcher by @tupui in https://github.com/SALib/SALib/pull/533Sobol': Handle zero variance edge case by @ConnectedSystems in https://github.com/SALib/SALib/pull/505Heatmap by @ConnectedSystems in https://github.com/SALib/SALib/pull/526Handle DMIM zero variance case by @ConnectedSystems in https://github.com/SALib/SALib/pull/536HDMR Performance improvements by @ConnectedSystems in https://github.com/SALib/SALib/pull/511HDMR Docstring by @sahin-abdullah in https://github.com/SALib/SALib/pull/538Triang dist bounds fix by @ConnectedSystems in https://github.com/SALib/SALib/pull/537Pre-release documentation updates by @ConnectedSystems in https://github.com/SALib/SALib/pull/539New Contributors
- @brenthuisman made their first contribution in https://github.com/SALib/SALib/pull/476
- @idiomaticrefactoring made their first contribution in https://github.com/SALib/SALib/pull/496
- @andriyor made their first contribution in https://github.com/SALib/SALib/pull/502
- @BrandonSLockey made their first contribution in https://github.com/SALib/SALib/pull/509
- @tupui made their first contribution in https://github.com/SALib/SALib/pull/527
Full Changelog: https://github.com/SALib/SALib/compare/v1.4.5...v1.4.6