Skip to content

Releases: SALib/SALib

v1.4.7

08 Jan 01:02
3a09f1d
Compare
Choose a tag to compare

Sobol' bug fixes and documentation updates

What's Changed

Full Changelog: v1.4.6.1...v1.4.7

v1.4.6.1

17 Oct 23:30
Compare
Choose a tag to compare

Quick release with fix to allow 0 skipping of sobol' sequence.

What's Changed

Full Changelog: v1.4.6...v1.4.6.1

v1.4.6

02 Oct 02:59
Compare
Choose a tag to compare

Highlights

  • 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

New Contributors

Full Changelog: v1.4.5...v1.4.6

v1.4.6 Release Candidate

24 Sep 12:49
Compare
Choose a tag to compare
Pre-release

v1.4.6 Release Candidate.

A full release will be done if no issues are encountered.

What's Changed

New Contributors

Full Changelog: v1.4.5...v1.4.6-rc

Second v1.4.6 beta release

22 Jun 01:38
Compare
Choose a tag to compare
Pre-release

Second beta release of v1.4.6

What's Changed

New Contributors

Full Changelog: v1.4.6-beta.0...v1.4.6-beta.1

v1.4.6 beta release

06 Feb 04:38
98c95b1
Compare
Choose a tag to compare
v1.4.6 beta release Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.4.5...v1.4.6-beta.0

v1.4.5

04 Sep 09:49
Compare
Choose a tag to compare

Documentation

  • Updated Salteli sampling examples to use powers of 2 following recommendations
  • Added citations.cff file

Development

  • Upgrade PyScaffold to v4
  • Replaced recommonmark with MyST (PR #466)

Hotfix v1.4.0.2

01 Jul 12:39
9fba0aa
Compare
Choose a tag to compare

Minor update to allow no skip values in Saltelli/Sobol' sampling (#443)

See: #442 for context

Hotfix release for venv users

29 Jun 13:36
c8b65d7
Compare
Choose a tag to compare

Hotfix to address wheel dependency when installing SALib with venv

v1.4.0 Release

21 Apr 13:19
Compare
Choose a tag to compare

v1.4.0 Release

Shortlist of changes since v1.3.x

Added

  • High Dimensional Model Representation (HDMR) method (PR #275)
  • PAWN method (PR #415)
  • Support for sampling/analysis method chaining (PR #339)
  • Support for truncated normal distribution (PR #383)
  • Confidence Interval estimation for FAST-based methods (PR #375)
  • Initial support for parallel model evaluation

Documentation

  • Defining non-uniform sampling now explicitly documented
  • Many general documentation improvements
  • Added FAQ

Development

  • Generalized support for non-uniform sampling methods (PR #346)