Releases: ICB-DCM/pyPESTO
Releases · ICB-DCM/pyPESTO
v0.0.4
- Implement multi process parallelization engine for optimization.
- Introduce PrePostProcessor to more reliably handle pre- and post-processing.
- Fix problems with simulating for multiple conditions.
- Add more visualization routines and options for those (colors, reference points, plotting of lists of result obejcts)
v0.0.3
- Import AMICI (https://github.com/ICB-DCM/AMICI/) models and the PEtab (https://github.com/ICB-DCM/PEtab) data format automatically using
pypesto.PetabImporter
(@yannikschaelte). - Basic profiling routines (@paulstapor).
- Various smaller fixes and enhancements