Skip to content

Releases: mathematicalmichael/mud-examples

update badges

22 Jan 19:46
Compare
Choose a tag to compare

oversight, no impact to code. just README

compatibility upgrades with newer mud + new example

22 Jan 19:10
59b6675
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2...v0.2.1

documentation improvements + new example notebook

07 Jun 03:25
0a0e151
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2...v0.2.1-rc0

python packaging + support scipy < 0.19

04 May 04:37
Compare
Choose a tag to compare

v0.1.post1 Release

:shipit: new packaging process
🚀 improved CI/CD pipelines
🐳 docker image builds and ships automatically
🌟 beginning of strict semantic versioning

linting release, general cleanup

25 Apr 05:32
Compare
Choose a tag to compare

resolves over 100 linting warnings, but not all of them, nor any structural / architectural issues

new convergence plots for linear examples

25 Apr 02:56
94a9491
Compare
Choose a tag to compare

new linear example where we study the spectrum of the updated covariance as a function of the number of measurements used per QoI.

convergence plots in N-D for pde

23 Mar 22:21
41d41c1
Compare
Choose a tag to compare

feature request from Troy to show convergence plots with distance to "best estimate" from initial samples since there is no "true" parameter in this problem.

decouple initial + model eval samples, re-package datasets

17 Mar 03:47
dbb70b9
Compare
Choose a tag to compare

this release introduces a lot of breaking changes (not backwards compatible at all) in the interest of cleaning up syntax and supporting the ability to specify a prior/initial independent of a sampling distribution used to evaluate samples. The concept of "sample_dist" is used to refer to the distribution which was used to evaluate the model. "dist" refers to the prior distribution. New args are "loc" and "scale" which are used for scipy's distributions to set the prior to one's choosing. "tolerance" used to refer to measurement tolerance (precision of sensor), and now has been replaced with "precision" or "-p" with "-t" and "tolerance" used exclusively to refer to the parameter which is used to define the standard deviation of the sampling distribution when it is set to be normal. Tolerance in this context refers to the support of the prior/initial. File format is pde_{dim}D/{1000*tol}_{dim}{dist}.pkl

improvements and bugfixes

08 Mar 07:31
23036e0
Compare
Choose a tag to compare

convergence plots for ode were missing labels in previous release, not plotting comparison properly with MAP. the x-axis was also mis-labeled. figures now all saved to one directory.

linear examples completed

23 Feb 05:52
c9001f1
Compare
Choose a tag to compare

now all the examples will be generated.