Skip to content

Releases: mathematicalmichael/mud-examples

bugfix for showing plots

21 Feb 06:28
644f746
Compare
Choose a tag to compare

suppress plt.show

cleanup and some docs

21 Feb 06:53
644f746
Compare
Choose a tag to compare
cleanup and some docs Pre-release
Pre-release

deleting files from repo, general cleanup, shouldn't impact package much. also rolls in the bugfix.

linear + inverse problem comparison examples

21 Feb 05:00
7c74fa7
Compare
Choose a tag to compare

BIP vs SIP example and Linear Contours examples added. Folders generated automatically. This completes all but the high-dimensional linear examples needed for the paper as an MVP (still plenty of to-dos, cleanup required).

data pre-packaged for console scripts

20 Feb 23:31
d93a103
Compare
Choose a tag to compare

testing that pde and ode can be run from ANYWHERE in your filesystem.

command-line runtime

15 Feb 09:14
Compare
Choose a tag to compare

a lot of code added, poisson file centralized. lazy loading of fenics. support for doctests. can run without fenics if using pre-packaged data.

ode migration + initial scripts

07 Feb 20:58
7592a54
Compare
Choose a tag to compare

migrating code from mud-paper repo, adding in ODE example + comparison with MAP point solution

contour plot updates

07 Feb 03:22
1075f99
Compare
Choose a tag to compare

allowing for comparisons of MAP / MUD on same figure

pde helpers, datasets module

01 Feb 03:47
Compare
Choose a tag to compare

extras is now datasets and some new pde-related experiment orchestration code has been added.

change test -> save in plotting

01 Feb 01:43
Compare
Choose a tag to compare

argument swaps, plus poisson plotting

linear examples

31 Jan 22:59
611195e
Compare
Choose a tag to compare

Code to generate the linear examples is migrated, with the exception of plotting functionality.