You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
by @FFroehlich in https://github.com/AMICI-dev/AMICI/pull/1861
38
+
39
+
* Faster `fill_in_parameters_for_condition`
40
+
41
+
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2586
42
+
43
+
* Added Python function `writeSimulationExpData` for writing ExpData to HDF5
44
+
45
+
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2588
46
+
47
+
* Improved import of amici-generated models via `amici.import_model_module()`.
48
+
49
+
So far, it was not possible to import different model modules with the same
50
+
name. This is now possible if they are in different directories.
51
+
Overwriting an already imported module is still not possible (and never
52
+
was); any attempts to do so will raise a `RuntimeError`.
53
+
While model packages can, in principle, be imported using regular
54
+
`import`s, it is strongly recommended to use `amici.import_model_module()`.
55
+
56
+
by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2604, https://github.com/AMICI-dev/AMICI/pull/2603, https://github.com/AMICI-dev/AMICI/pull/2596
0 commit comments