Skip to content

Releases: SURGroup/UQpy

v4.1.5: Merge pull request #233 from SURGroup/Development

27 Nov 18:55
f8d0b1d
Compare
Choose a tag to compare

Changes:

  • f8d0b1d Merge pull request #233 from SURGroup/Development
  • f695e37 Merge branch 'master' into Development
  • ff07e3a Removes seaborn from example dependencies

This list of changes was auto generated.

v4.1.4

21 Nov 20:48
cce5c3a
Compare
Choose a tag to compare

Changes:

  • cce5c3a Physics-informed PCE capability
  • c9a47c2 Merge branch 'master' into Development
  • 58ea332 Merge pull request #231 from SURGroup/feature/PC2
  • d35d561 Type hints in PdeData and PdePCE
  • edbce33 Sonarcloud bugfix
  • b718315 Sonarcloud bugfix
  • a7f6dca Merge pull request #229 from SURGroup/feature/PC2
  • 7a51ba0 Tries to fix Pylint errors
  • a565587 Tries to fix Pylint errors
  • 6f19146 Changes to resolve failing import statements
See More
  • e07eb59 Implementation of PC2
  • a7a609b Implementation of PC2
  • caa4928 Implementation of PC2
  • da1e62a Implementation of PC2
  • 68648b7 Implementation of PC2
  • dc711f5 Implementation of PC2
  • 3c72db4 Merge pull request #228 from SURGroup/bugfix/karcher_mean
  • 5a75881 Update README.rst
  • 6201115 corrected documentation
  • c14bae8 new and improved test for simple analytic examples on Karcher mean of grassman manifold
  • 5c76e06 deleted test
  • c2b2ccd added test for two point mean on Gr(1,2)

This list of changes was auto generated.

v4.1.3: Merge pull request #227 from SURGroup/Development

14 Sep 16:06
1ea42a6
Compare
Choose a tag to compare

Changes:

  • 1ea42a6 Merge pull request #227 from SURGroup/Development
  • 98761fd Merge branch 'master' into Development
  • 4e2142d Disables flaky tests
  • 62696ed Merge pull request #225 from SURGroup/feature/inverse_form
  • bc50b1c Merge remote-tracking branch 'origin/Development' into feature/inverse_form
  • 52743a0 Merge pull request #224 from SURGroup/feature/documentation_improvements
  • d8c3b73 deleted unneeded attribute
  • 1aa56e0 fixes dummy syntax
  • 9704aa0 added logic to run InverseFORM.run() if seed is provided in init
  • 6236297 added logic to prevent seed_x and see_u from being specified at the same time in init
See More
  • 8995220 Merge remote-tracking branch 'origin/Development' into feature/documentation_improvements
  • 738e25b changed title font to match existing documentation
  • 6359c16 cleaned up and added docstrings to public and hidden methods, renamed internal variables for clarity and consistency with literature
  • adad1d0 deleted unused file
  • a75aac5 cleaned up notation and attribute documentation
  • d992388 fixed minor bug with state_function attribute
  • 5a6a1ce added state_function attribute, correct attribute behavior when max number of iterations is reached
  • 8133538 grammatical and notation edits to make documentation more consistent with literature references
  • adafcdf added references to the new child class InverseFORM
  • fa02302 editted docstrings for clarity and notational consistency
  • 770256b edited markdown for clarity and notational consistency
  • b74b418 corrected vector notation in math statement
  • 935d45d improved docstrings and markdown for cleaniness and consistency in readthedocs
  • bd5c57d added InverseFORM to paths so the examples would show up in the ReadTheDocs
  • 55db785 scripts to config and run examples for InverseFORM
  • 48b6204 documentation for InverseFORM as a child of the TaylorSeries class
  • c3e5459 tests for accuracy and behavior under various inputs for InverseFORM class
  • 9cd9d75 initial commit of the InverseFORM class
  • bbb4341 Disables example execution
  • 333be9b Disables FORM and SORM examples execution
  • 7a5bd24 Corrects equation display in plot_pce_sparsity_lars.py
  • 174d578 Minor changes to fix reliability examples
  • ee0fa3e added Connor to development team
  • ec3f6e9 passes test for seed_u_is_none in FORM.run()
  • 06c413a Merge remote-tracking branch 'origin/feature/documentation_improvements' into feature/documentation_improvements
  • 80f3609 added test for seed_u is None in FORM.run()

This list of changes was auto generated.

v4.1.2: Merge pull request #222 from SURGroup/Development

04 Aug 13:54
9e98a62
Compare
Choose a tag to compare

Changes:

  • 9e98a62 Merge pull request #222 from SURGroup/Development
  • 8e4d074 Merge branch 'master' into Development
  • ca196b8 Merge pull request #220 from SURGroup/feature/documentation_improvements
  • 83cd4b8 Adds SORM reference
  • 8575027 Corrects SORM documentation
  • bcb171b Adds citation for FORM structural reliability example
  • f15aee5 made the FORM plots more accurate, useful, and the code more legible
  • eb0eca1 Hides auxiliary file in SORM example
  • 4435f59 Merge remote-tracking branch 'origin/feature/documentation_improvements' into feature/documentation_improvements
  • 5b61847 updated documentation to improve legibility
See More
  • 8324ebe Fixes minor SORM error
  • c133c3d updated local variable names to match class attribute names
  • 79a3dd0 updated local variable names to match class attribute names
  • 9319cc1 Fixes FORM attributes inside SORM
  • 4a3d2c8 Merge remote-tracking branch 'origin/Development' into feature/documentation_improvements
  • 013a6bd Fixes figures in FORM structural reliability example
  • 25a9f44 fixed typo in LaTeX in docstring
  • 3cb5fcd Fixes issue #194 - removed duplicate import statement
  • 1e7844b fixed minor formatting error in math statement, alphabetized class attributes
  • c20aeba added specific versions to packages for compatability
  • 9d2f3d0 removed tabs
  • ce3d906 improved documentation, cleaned up and renamed attributes, simplified variable storage after FORM.run() completes
  • 653558b updated input and attribute names for improved FORM.py
  • 717328f fixing examples for updated FORM.py
  • 655d0f6 improved docstrings
  • d416434 removed incorrected and unneeded example statements
  • 00b9119 optimized import statements

This list of changes was auto generated.

v4.1.1: Merge pull request #216 from SURGroup/Development

02 May 21:21
680b267
Compare
Choose a tag to compare

Changes:

  • 680b267 Merge pull request #216 from SURGroup/Development
  • 32d2dc5 Merge branch 'master' into Development
  • 5136dae Tries to fix Sphinx error
  • 89e6509 Tries to fix Sphinx error
  • 9e6a00b Fixes sphinx warnings
  • d2f3722 Removes Kernel cross-ref
  • 8fb4eea Minor documentation fixes
  • 100f783 Disables plotting of Nataf example
  • 2135024 Merge pull request #215 from SURGroup/feature/unify_kernels
  • 3dc0086 Merge branch 'Development' into feature/unify_kernels
See More
  • 1080c15 Fixes failing import statements due to kernels restructuring
  • 73b258c Fixes failing import statements due to kernels restructuring
  • 0f44a14 Refactors Dimension Reduction kernels to match GP kernels signatures
  • 2917cca Moves GP kernels to utilities
  • 5564ab8 Refactors Gaussian process kernels to abstract from hyperparameters

This list of changes was auto generated.

v4.1.0: Merge pull request #214 from SURGroup/Development

28 Apr 22:56
c2f3e5c
Compare
Choose a tag to compare

Changes:

  • c2f3e5c Merge pull request #214 from SURGroup/Development
  • bb2c0ce Merge branch 'master' into Development
  • 9fe7e31 Merge pull request #213 from SURGroup/feature/increment_minor_version
  • 4724b58 +semver: minor
  • 888209e Merge pull request #212 from SURGroup/feature/Active_Learning_PCE
  • 36269b1 Updates standardization code for Uniform and Normal
  • e059b2e Update documentation of ThetaActiveLearning
  • 6284575 Added one unit test for standardization
  • e859d3c Updates documentation files
  • f52aa94 Fixes failing ThetaCriterion test
See More
  • 1697947 Example for Theta Criterion
  • e33a673 Update ThetaCriterionPCE.py
  • 441e35b Update test_pce.py
  • 07d2673 Adds theta criterion PCE to init.py
  • 1790f37 Minor naming conventions changes
  • b4502ed Active learning for PCE Class
  • fd26576 New functions for PCE basis
  • d8f2de0 Adds missing file copy in ClusterExecution.py
  • 9e5f072 Merge pull request #205 from SURGroup/feature/RunModel_updates
  • e6c48a2 Merge branch 'Development' into feature/RunModel_updates
  • 45f446c Merge pull request #202 from SURGroup/feature/v4/TMCMC
  • 15e8d4d Merge branch 'Development' into feature/v4/TMCMC
  • ee6540a Updates numpy version from 1.24.2 to 1.22.0
  • bdba54a Updates numpy version from 1.21.4 to 1.24.2
  • dec5d72 Updates test values @promitchakroborty
  • e5ee158 STMCMC test error debug push 2
  • 9533703 Merge remote-tracking branch 'origin/feature/v4/TMCMC' into feature/v4/TMCMC
  • accae15 STMCMC test error debug push
  • c8db82e Minor formatting changes in cluster execution example
  • 15cbf30 Merge branch 'Development' into feature/RunModel_updates
  • 291bd55 Merge pull request #196 from shellshocked2003/frontera
  • 475df6c Merge remote-tracking branch 'origin/Development' into feature/v4/TMCMC
  • 6e2f2b7 Finalizes TMCMC docs
  • 3d87f70 Merge remote-tracking branch 'origin/feature/v4/TMCMC' into feature/v4/TMCMC
  • 8921f9b STMCMC documentation and docstrings
  • ed1b5bd STMCMC bug fixes and unit tests
  • 1cf219e Merge remote-tracking branch 'origin/feature/v4/TMCMC' into feature/v4/TMCMC
  • 0fcdb28 Update run_script.sh to tile jobs using bash loop and mpirun
  • 21fb695 parallel tempering docstrings: changes to output docs
  • 885bcfd tempering and parallel tempering documentation
  • 5e9dbed first try at tempering / parallel tempering docstrings
  • d897bfc Merge remote-tracking branch 'upstream/master' into frontera
  • d7db12b Added documentation and example for launching parallel job on cluster
  • 02a53b6 Correction for FORM
  • 8917c83 Allows either a single MCMC sampler or list to be provided in ParallelTemperingMCMC.py
  • 8fae052 Moves TemperingMCMC files inside mcmc folder
  • 8982763 Port TMCMC examples to v4
  • 1b479bd Ports SequentialTemperingMCMC.py to v4
  • e758876 Ports ParallelTemperingMCMC.py to v4
  • b87cf47 Starts TMCMC porting
  • cfdf3df Adds Parallel and Sequential Tempering files
  • 8d93c72 Finished adding cluster exectution model, will test multi-node deployment on HPC next
  • bc6fda0 Update to fix issue related to Iterable
  • 283f40a Merge remote-tracking branch 'upstream/master' into frontera
  • 8dc7cd4 Adding cluster execution model
  • 179306f Merge remote-tracking branch 'upstream/master' into frontera
  • a023a25 Changes to run on Frontera: separate preprocessing, model run, and post processing to only use ibrun on computationally intensive portions
  • d52d06f Changes to RunModel to execute tiled MPI jobs on Frontera

This list of changes was auto generated.

v4.0.7: Merge pull request #207 from SURGroup/Development

23 Feb 23:58
859921b
Compare
Choose a tag to compare

Changes:

  • 859921b Merge pull request #207 from SURGroup/Development
  • 43a5804 Merge branch 'master' into Development
  • 9476b0b Merge pull request #204 from SURGroup/bugfix/KLE_2D
  • 8be0d82 Merge branch 'Development' into bugfix/KLE_2D
  • 031cbe7 Merge pull request #206 from SURGroup/bugfix/form_convergence_condition
  • 1caef56 Merge branch 'Development' into bugfix/form_convergence_condition
  • 4f2b840 removed print statements and added tests
  • 682dc25 correct quasi correlation computation
  • 1241fed Adds simple descriptions to UML diagrams
  • 103d8e6 Adds UML diagrams to docs
See More
  • b166584 Merge pull request #178 from SURGroup/feature/v4/KLE_2D
  • 8ea79d1 Merge remote-tracking branch 'origin/Development' into feature/v4/KLE_2D
  • ace9ebe Changes while loop convergence condition of FORM.py
  • 2dcd16a Changes logging error to logging info inside FORM.py
  • 92241c0 Tries to fix FORM convergence condition
  • 8bd92a8 Merge remote-tracking branch 'origin/feature/v4/KLE_2D' into feature/v4/KLE_2D
  • 05ba57a modified the example code plot for KLE 2D
  • cb0f6f2 Merge remote-tracking branch 'origin/feature/v4/KLE_2D' into feature/v4/KLE_2D
  • f97fde8 KLE2D documentation fixes
  • d01eb72 corrected 2d test
  • 07e34fc added example file and documentation for the method along with another test for KLE 2d code
  • c179ed8 Extracts KLE2D to separate file
  • 7987f31 corrected a typo in the file test_karhunen_loeve_2d.py
  • 19c1434 updated the docstrings for the class KarhunenLoeveExpansionTwoDimension
  • cde3b52 corrected the sample value in pytest
  • cdd2031 corrected the samples shape test and print the value of the samples at a specific index
  • c60520b reduced the number of samples in the test to reduce the test time
  • 7c41dce fixed samples shape error
  • fabe62a added debug print statements
  • 0da8242 added import from KarhunenLoeveExpansionTwoDimension in the 'init' file of the stochastic_process module
  • 3a4cbc9 added the code for KarhunenLoeveExpansionTwoDimension and added tests - test_karhunen_loeve_2d.py

This list of changes was auto generated.

v4.0.6: Merge pull request #193 from SURGroup/Development

18 Jan 13:47
bfbb5eb
Compare
Choose a tag to compare

Changes:

  • bfbb5eb Merge pull request #193 from SURGroup/Development
  • 55fed0b Merge remote-tracking branch 'origin/Development' into Development
  • bb06927 Changes default number of Nataf integration points
  • 498091a Merge branch 'master' into Development
  • 13c5539 Disables execution of monte carlo example
  • 5cc7e42 Adds option to increase gauss points also in Nataf initializer
  • a5f9fc1 Update requirements.txt
  • e8eb6fe Merge pull request #195 from SURGroup/feature/remove_old_kriging_files
  • 32bdd29 Fixes RSS tests
  • 1ed0540 Fixes RSS tests
See More
  • 38c96f5 Fixes RSS tests
  • 2818b25 Fixes RSS tests
  • 08b5f33 Fixes AKMCS tests
  • 80c3b03 Removes old kriging files
  • 1bfec7c Merge pull request #192 from SURGroup/bugfix/nataf_stability
  • 293f374 Test fix
  • e1cee93 Fixes matplotlib 3d projection issue
  • 10a3822 Fixes matplotlib 3d projection issue
  • 5a9c338 Fixes Nataf Stability issue by adding an n_gauss_points optional parameter to distortion_z2x function

This list of changes was auto generated.

v4.0.5: Merge pull request #190 from SURGroup/Development

21 Oct 19:42
2f16b1a
Compare
Choose a tag to compare

Changes:

  • 2f16b1a Merge pull request #190 from SURGroup/Development
  • 0c523f1 Merge branch 'master' into Development
  • 5dba9de Merge pull request #189 from SURGroup/feature/new_sensitivities
  • bba0a67 Revert "Delete src/UQpy/surrogates/kriging directory"
  • a79da94 Delete src/UQpy/surrogates/kriging directory
  • 066e5a3 Update README.rst
  • b82e53e Very minor updates to the documentation for Chatterjee Sensitivity documentation
  • ec2f910 Fixes failing Sobol Sensitivity tests
  • bc15e7f Documentation fixes due to class and attribute renaming
  • 7f3a9dc Fixes failing examples due to changed naming conventions
See More
  • 0b0ee2f Fixes failing tests after changing naming conventions
  • 813ae54 Naming fixes
  • 02bbff7 Minor example fixes
  • f4e2bb3 Merge pull request #186 from Uncertainty-Group-Braunschweig/Development
  • e57f82d Described why SA outputs are different
  • ee1d892 Minor changes in documentation
  • af5e2a5 Minor fixes to docstring
  • 786c6e5 Changed a_values in Sobol func
  • dfa17e9 Added convergence study
  • 08d9180 Minor fix
  • 7da93b1 Added a basic comparison of sensitivity indices
  • 624c373 Fixed minor typo
  • 0216941 Added type hints to PostProcess module
  • 564086b Added plots in Chatterjee index examples
  • ef52484 Added plots in CVM index examples
  • bb14e82 Added plots in Generalised Sobol examples
  • d11e395 Added plots in Sobol examples
  • 08d954f Added PostProcess module for sensitivity indices.
  • dd6393f Added references to bibliography for Sobol
  • 168f7d3 Added references to bibliography for GSI
  • e3f0d7a Added references to bibliography for CVM
  • f3b5935 Added references to bibliography for Chatterjee
  • caffb2d Changed variable name: CI -> confidence interval
  • d78b28b Changed variable name: CI -> confidence interval
  • e0ad8da Changed baseclass module names to CamelCase
  • bfa2c53 Changed Sobol module name to CamelCase
  • f9eec9a Changed GSI module name to CamelCase
  • 78ba451 Changed CVM module name to CamelCase
  • 4ceb33c Changed Chatterjee module name to CamelCase
  • aff7d09 Added Type Hints to baseclass modules
  • 13d229e Added Type Hints to Sobol module
  • 9fcda77 Added Type Hints to GSI module
  • 3584406 Added Type Hints to CVM module
  • df66e93 Added Type Hints to Chatterjee module
  • 12a5b82 Added NumpyIntArray to support int arrays as input
  • d842ec6 Improved documentation Sobol indices
  • 26d27db Merge pull request #1 from SURGroup/Development
  • d48552c Improved documentation GeneralisedSobol indices
  • 86dcd1a Improved documentation for CramervonMises indices
  • 21c0289 Improved documentation for Chatterjee indices
  • f15c7bb Added examples generalised sobol sensitivity
  • 29b4727 Add unit tests for generalised sobol sensitivity
  • 3da45cf Added documentation for generalised sobol indices
  • 1e6118f Added generalised sobol sensitivity
  • e181e73 Add unit tests for Chatterjee sensitivity
  • e4407c6 Added examples Chatterjee sensitivity
  • 0b5a666 Added documentation Chatterjee sensitivity
  • c86aea2 Minor docstring fix
  • 92a724c Added Chatterjee sensitivity index
  • 3f59fd8 Changed docstrings to match rtd_theme
  • 69ac38a Minor fixes in docstrings
  • 852be9d Rearranged order in index
  • 8ab4892 Fixed references in documentation
  • 4d4a012 Added examples Cramér-von Mises sensitivity
  • 27305fc Added documentation Cramér-von Mises sensitivity
  • f16288d Add unit tests for Cramér-von Mises sensitivity
  • 068fde5 Added Cramér-von Mises sensitivity index
  • c38b2e6 Added examples for Sobol indices
  • 5de396e Added documentation for Sobol indices
  • 23c0607 Formatted conf.py with Black
  • 2ae7ceb Added modules in sensitivity init.py
  • d2da7d1 Fixed minor typo
  • 18ed2f2 Add unit tests for sobol & sensitivity baseclass
  • a0ddbed Added sobol sensitivity

This list of changes was auto generated.

v4.0.4: Merge pull request #184 from SURGroup/Development

09 Aug 16:00
b8bc070
Compare
Choose a tag to compare

Changes:

  • b8bc070 Merge pull request #184 from SURGroup/Development
  • 836e83c Merge pull request #185 from SURGroup/feature/DirectoryFix
  • 17cc73e Merge remote-tracking branch 'origin/Development' into feature/DirectoryFix
  • 019d1cb Directory fix
  • 4333f04 Merge pull request #183 from SURGroup/feature/conda_fix
  • 6b41d55 Fix for missing beartype package

This list of changes was auto generated.