Skip to content

Releases: ergosimulation/mpslib

MPSlib v 1.5

26 Apr 11:06
c874551
Compare
Choose a tag to compare

Updated documentation

Updated Python interface (sckit-mps)

Move binary (exe-files) to the MPSlib root directory, to use the Matlab interface.

MPSliv v 1.4.2

25 Jun 08:33
Compare
Choose a tag to compare

As v 1.4.1. with

  • TI eas files files with values -997799 will be treated as NaN values
  • mps_cpp(TI,SIM,O) --> Non-Nan values in SIM will be treated as hard data!

MPSlib v 1.4.1

23 Apr 12:06
Compare
Choose a tag to compare

Kasted data were missing in version 1.4. They are included here.

MPSlib v 1.4

12 Apr 13:19
Compare
Choose a tag to compare

Entropy

Added the option of computing the self-information and entropy of a specific choice of simulation options and training image

Estimation

Added the option of applying MPS based 'estimation' rather than 'simulation' to directly obtain the pointwise marginal distribution,

MPSlib v 1.4

07 Feb 21:53
Compare
Choose a tag to compare
MPSlib v 1.4 Pre-release
Pre-release

MPSlib version 1.4

Entropy

Added the option of computing the self-information and entropy of a specific choice of simulation options and training image

Estimation

Added the option of applying MPS based 'estimation' rather than 'simulation' to directly obtain the pointwise marginal distribution,

mpslib v 1.3

25 Mar 10:12
Compare
Choose a tag to compare

mpslib

  • Allow use of mask file, to allow simulation only part of the simulation grid
  • Compiled binaries for
    ** Windows (MinGW 64-bit): mps_snesim_tree.exe, mps_snesim_list.exe, mps_genesim.exe
    ** OSX (Xcode): mps_snesim_tree, mps_snesim_list, mps_genesim

doc

  • Documentation moved to sphinx/readthedocs

scikit-mps: Update python interface
** Parallel simulation
** Use of vtki for 3D visualization

MPSlib 1.2

09 Feb 12:22
64a6cad
Compare
Choose a tag to compare
MPSlib 1.2 Pre-release
Pre-release
  • Much better dealing with uncertain (soft) data through the use of
    a) a preferential path
    b) using non-colocated soft data

  • Python interface
    the MPSLIB codes can new to controlled from python

MPSLIB v1.1

07 Jul 09:34
Compare
Choose a tag to compare

This marks the second of release of MPSLIB.

New in this release:

  • bugfix: segmentation fault when running codes with no existing parameter file. fixed
  • bugfix: segmentation fault when running codes when hard or soft data are located outside simulation grid. fixed
  • examples/2D, examples/3D: Folder with ready to run examples running mps_snesim_* and mps_genesim, for both 2D and 3D. An both case of unconditional simulation, and simulation conditional to hard, and soft data.

Statically linked binaries for Linux (Ubuntu 16.04)

mps_genesim, mps_snesim_tree, mps_snesim_list are statically linked binaries compiled for Ubuntu 16.04

Statically linked binaries for Windows (MinGW, Windows 10)

mps_genesim.exe, mps_snesim_tree.exe, mps_snesim_list.exe are statically linked binaries compiled for Windows.

First release

12 May 08:47
Compare
Choose a tag to compare

This is the first release of MPSLIB, and it accompanies the manuscript
https://www.authorea.com/users/30338/articles/82347/
submitted to Software X

Statically compiles binary files for Windows and Linux (Ubuntu 16.04) are also available

First public release

14 Mar 23:24
Compare
Choose a tag to compare
First public release Pre-release
Pre-release

This is the first pre-release of MPS