Changelog
[1.8.0] - 2025-01-29
Added
[1.7.0] - 2024-10-29
Added
Fixed
parameter optimization error with 3d models #1007
[1.6.0] - 2024-03-26
Added
[1.5.0] - 2023-12-01
Added
support for dune-copasi 2 #908
Python 3.12 wheels #897
Apple Silicon wheels and binaries ssciwr/sme-osx-arm64
[1.4.0] - 2023-09-04
Added
Changed
Fixed
lack of geometry image could cause a crash in some cases #872
[1.3.6] - 2023-05-23
Added
support for importing RGBA TIFF image files #862
[1.3.5] - 2023-03-02
Fixed
[1.3.4] - 2023-02-23
Fixed
incorrect initial concentrations with DUNE simulator for some models #852
[1.3.3] - 2022-12-05
Changed
[1.3.2] - 2022-10-13
Added
support for importing Combine archives #828
[1.3.1] - 2022-08-10
Changed
offer to use alternative simulator if simulation setup fails #814
Fixed
[1.3.0] - 2022-06-10
Added
parameter fitting functionality to GUI #757
support for reading SBML files compressed with bzip2 #246
Changed
GUI no longer writes logging output to console #771
Fixed
analytic initial species concentrations were not updated when a parameter value was modified #776
[1.2.2] - 2022-04-28
Added
support for reading compressed sampledFields #709
Changed
TBB is now used everywhere for multithreading (previously linux Python wheels used OpenMP) #732
Fixed
[1.2.1] - 2021-09-30
Added
Changed
model reactions with invalid locations can now be seen and removed or relocated #615
Fixed
functions with zero arguments are now fully supported #674
python interface: setting
n_threads=1
for simulate takes precedence overn_threads
value in model #672bug where membrane reactions could disappear when geometry was changed #679
bug where removing a compartment could result in an invalid model or a crash #685
SBML export includes any ModifierSpecies in reactions #133
Removed
incomplete Parametric geometry sbml export support #599
[1.2.0] - 2021-09-13
Added
Fixed
[1.1.5] - 2021-09-01
Added
Changed
compartment colour assignments are now preserved when the geometry image is resized #587
Fixed
[1.1.4] - 2021-08-17
Added
python interface:
Model.simulation_results()
provides access to existing model simulation data #622
Changed
python interface: simulation results now provided in numpy.ndarray format #610
Fixed
bug where opening a corrupted sme file caused a crash #618
[1.1.3] - 2021-08-10
Added
Fixed
bug where invalid reaction rate expression caused simulation to crash #609
[1.1.2] - 2021-07-13
Added
Changed
Fixed
bug when clicking on simulation results plot selected wrong timepoint #570
reaction rates involving species from unrelated compartments now displays an error, instead of only giving an error on simulation #552
simulation crash when species is changed to constant & simulation data are re-loaded #561
inaccuracy when re-starting a simulation that was stopped early #388
bug where compartment sizes were not updated when compartment image resolution was altered #583
bug where invalid mesh could cause a crash #585
bug where simulating after changing geometry image size could cause a crash #591
incorrect units used for compartment volumes when referenced in reaction rates #584
bug where membrane area could be incorrect on model load #595
[1.1.1] - 2021-05-30
Added
Changed
Fixed
bug loading simulation settings depending on system locale setting #535
slow loading of simulation data #504
bug where simulation doesn’t run again after being stopped #545
bug where selected reaction sometimes changes when reaction location is changed #548
ensure species involved in a reaction are valid when reaction location is changed #551
bug where loading existing simulation uses initial concentrations instead of latest simulation concentrations #541
[1.1.0] - 2021-05-04
Added
sme file format, contains model, simulation settings and simulation results #482
support multiple simulation lengths as comma delimited lists #464
support for simulating models with empty compartments with the Dune-Copasi simulator #435
option to resize the number of pixels in the geometry image #462
option to reduce the number of colours in the geometry image #280
support for non-integer stoichiometries in reactions #495
optional grid and scale to geometry image #497
python interface: DUNE simulator can now be used #276
python interface: existing simulations can be continued #514
zoom option to geometry image #516
Changed
use v1.1.0 of Dune-Copasi simulator
Fixed
python interface: revert change in default simulate() behaviour when doing a second simulation of a model #475
incorrect compartment name displayed in simulate display options #487
simulation image intervals changing length of simulation #492
bug where removing compartment could cause a crash #506
artefacts in import of species concentrations into simulation #508
DUNE maximum iteraction count simulation error #490
[1.0.9] - 2021-04-06
Added
open/save as
.sme
filetype: contains both the model and the simulation results #461support for time-based events: parameters and species concentrations can be set at specified times in the simulation
diagnostic info & image when a simulation fails #432
zoom option for Boundary and Mesh images in the Geometry Tab
new option in Simulation Tab to export concentrations to model as initial concentrations
Changed
simulation is no longer reset when the Simulate tab is left in the GUI
simulations can be continued using a different simulator
use v1.0.0 of Dune-Copasi simulator
GUI warns before closing a model with unsaved changes #346
Membrane names can now be edited in the GUI and in the python interface
Fixed
Removed
incomplete Parametric geometry sbml import support #452
[1.0.8] - 2021-02-10
Added
python library can now import a new geometry image using
sme.Model.import_geometry_from_image()
Changed
mesh generation is now done using the CGAL library
Removed
dependence on Triangle mesh library removed due to its non-free license
[1.0.7] - 2021-02-07
Fixed
illegal instruction crash on old CPUs #422
[1.0.6] - 2021-01-29
Added
python library
sme.Model.simulate
:simulation results now also contain rate of change of concentrations
option to return partial results instead of throwing on simulation timeout
Changed
more accurate initial concentration interpolation for dune-copasi simulations
applies to both GUI simulations and exported TIFF files for stand-alone dune-copasi simulation
improved performance of interior point determination in mesh construction
Fixed
meshing bug where invalid 2-point boundary line could cause crash
[1.0.5] - 2021-01-02
Added
user can edit dune-copasi Newton solver parameters
Pixel simulator supports reactions that explicitly depend on t, x, y
Changed
dune-copasi simulations now support membrane flux terms
rectangular membrane compartments no longer required
simpler mesh generation
faster and more accurate simulations
improved boundary construction
use pixel edges as boundary edges instead of pixels
shared boundaries and their end points now unambiguously determined
improved line simplification
Fixed
bug in scaling of membrane reactions in Pixel simulations
added missing
1/a
factor, wherea
is the width of a pixel in model units
Removed
inconsistent
RateRule
support in SBML import
[1.0.4] - 2020-10-22
Added
simulation display options are now saved
Changed
python library API
lists now have name-based look-up, old name-based look-up functions removed
examples of old -> new change required in user code:
model.compartment("name")
->model.compartments["name"]
model.specie("name")
->model.species["name"]
Fixed
species removal bug
[1.0.3] - 2020-10-19
Added
python library example notebooks
Changed
python library performance improvements
Fixed
python library segfault / missing data issue on some linux platforms
[1.0.2] - 2020-10-16
Added
python library documentation and example notebooks
support for import of geometry image with alpha channel / transparency
display compartment size and membrane length
Changed
python library performance improvements
Fixed
normalisation of simulation concentration images
geometry imported from another model not saved bug
python library segfault / missing data issue on linux
reaction removal bug
[1.0.1] - 2020-10-5
Added
membranes to python library
compartment pixel mask to python library
timeout parameter to simulate function in python library
[1.0.0] - 2020-10-2
First official release.
Changelog format based on Keep a Changelog.