v0.3.5
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
- _generate_values_using_uniform_lhs_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