Skip to content

Releases: pypest/pyemu

1.3.8

11 Dec 23:23
Compare
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