Skip to content

v0.3.5

Compare
Choose a tag to compare
@ClaasRostock ClaasRostock released this 09 Jan 17:38
· 123 commits to main since this release
bb6a4d9

Changed

  • farn/sampling/sampling.py:
    • _generate_values_using_uniform_lhs_sampling():
      replaced SALib latin with pyDOE2 lhs
    • _generate_values_using_sobol_sampling():
      replaced sobol-seq with scipy.stats.qmc.sobol
    • removed orphaned _cov argument from normalLhs sampling

Dependencies

  • Upgraded from pyDOE2>=1.3 to pyDOE3>=1.0
  • Removed SALib and sobol-seq
  • Updated to dictIO>=0.3.1 and ospx>=0.2.12