Skip to content

Releases: SFGLab/MultiMM

v.2.0.2

05 Jun 11:39

Choose a tag to compare

improved plots

v.2.0.1

28 May 11:33

Choose a tag to compare

Larger refactor. Main goal was to ensure better type safety of simulation parameters and a better compatibility of multimm package with the multimm web server. Main changes:

added ruff, black, isort, docformatter. Fixed all ruff warnings.
moved to modern pyproject instead of setup py
updated openmm and numpy to newest versions
added pydantic for type safety of configuration parameters
added a bridge.py that exposes the multimm config, and simulation through functions that are easy to consume by multimm server (reducing a big amount of boilerplate code required in multimm server)
changed the main package import name from 'simulation' to 'multimm' for more intuitive usage
various bugfixes regarding empty parameters, such as empty region when chromosome modeling is selected
a couple of tests with fixtures for easier bug reproducibility
updated the publishing github workflow to newest version
added 'uv' support
replaced all print statements with a dedicated logger

Multimm server is already using this version of multimm package, it has been tested with genomewide 150k beads simulation and a smaller single chromosome simulation

v.1.1.0.0.1

14 Nov 09:46

Choose a tag to compare

Fixed 200 exit error.

v.1.1.0.0.0

12 Apr 08:18

Choose a tag to compare

Fixed plots

v.1.0.24

09 Apr 09:55

Choose a tag to compare

Improved the region around gene.

v.1.0.23

09 Apr 09:41

Choose a tag to compare

Added CPU threads.

v.1.0.22

09 Apr 08:53
972ba8a

Choose a tag to compare

Added gene visualization, more organized output and some magic argument that makes modeling easier.

v.1.0.21

02 Apr 10:38

Choose a tag to compare

Fixed setup.py

MultiMM: v.1.0.16

31 Jan 10:39

Choose a tag to compare

Added some tests to make it more user-friendly.

MultiMM: v.1.0.15

31 Jan 09:24

Choose a tag to compare

Added option for downsampling.