Skip to content

Releases: pypest/pyemu

v1.4.0

07 Dec 22:48

Choose a tag to compare

What's Changed

New Features

Changes and improvements

General maintenance, improves and testing:

  • Fix typos by @mwtoews in #562
  • passing mfile_skip through to format eval by @briochh in #565
  • Propagating headers in array files to model input files by @briochh in #566
  • casting get_xy arg to tuple regardless -- think it is safe by @briochh in #588
  • hacking a fix for pstfrom tests in class for py3.13 by @briochh in #599
  • quick fix for pyshp 3.0 changes by @briochh in #610
  • allow bindir to be a Path for get_pestpp(.run_main) function by @martinvonk in #613
  • Hotfix testexe by @briochh in #619
  • Change the default behavior of the _try_copy_dir function in os_utils regarding symlinks by @smagne-brgm in #625
  • Feat easiertesting by @rhugman in #626

Additional info

  • tested against python versions 3.10 -> 3.14, xplatform (windows, ubuntu, macOS)
  • Now testing against bleeding edge pestpp in nightly builds (#637)
  • OpenBLAS currently pinned pre 0.3.30 due to issues within LinAlg execution on some systems (incl. deadlock on linux)

Full Changelog: 1.3.8...1.4.0

1.3.8

11 Dec 23:23

Choose a tag to compare

What's Changed

Major

  • Addition of pypestutils integration supporting easier use of pypestutils functions for pilot point setup and interpolation. Including the definition of geostat hyperparameters for non-stationary fields.
  • Implementation of functions for Gaussian Process Regression emulation
  • Development of PyPestWorker class and helper functions for rapid model deployment using pure-python (leveraged by GPR methods)
  • Mods to DSI method to utilise PyPestWorker

Additionally

  • Option added to os_utils.run() to use subprocess library - Feat run_sp by @p-ortega in #539
  • Feat normtransf optional extrapolation by @rhugman in #528
  • fix to get_pestpp by @jtwhite79 in #538
  • Hotfix ppshortnames by @jtwhite79 in #542
  • Fix for change with quotechar and delim flex in built in csvwriter by @briochh in #547
  • Update .gitattributes for GitHub language recognizition as Python by @martinvonk in #550
  • (hotfix) update .gitattributes by @mnfienen in #551
  • allow parsing function to add_py_function by @martinvonk in #549
  • Appended some small changes to account for 1d array shapes from unstructured grids by @jonathanqv in #560
  • removing rc_params setting in plotutils by @briochh in #561

New Contributors

Full Changelog: 1.3.7...1.3.8