Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parallelize petab.get_optimization_to_simulation_parameter_mapping #205

Closed
dweindl opened this issue Dec 18, 2019 · 0 comments
Closed

Parallelize petab.get_optimization_to_simulation_parameter_mapping #205

dweindl opened this issue Dec 18, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@dweindl
Copy link
Member

dweindl commented Dec 18, 2019

Takes too long for large models and is already in good shape to generate mapping for different simulation conditions in parallel.

@dweindl dweindl added enhancement New feature or request pythonlib labels Dec 18, 2019
@dweindl dweindl self-assigned this Jan 9, 2020
@dweindl dweindl mentioned this issue Jan 28, 2020
dweindl added a commit that referenced this issue Jan 29, 2020
Release 0.1.0

Data format:

* Introduce observables table instead of SBML assignment rules for defining
  observation model (#244) (moves observableTransformation and noiseModel
  from the measurement table to the observables table)
* Allow initial concentrations / sizes in condition table (#238)
* Fixes and clarifications in the format documentation
* Changes in prior columns of the parameter table (#222)
* Introduced separate version number of file format, this release being
  version 1

Library:

* Adaptations to new file formats
* Various bugfixes and clean-up, especially in visualization and validator
* Parameter mapping changed to include all model parameters and not only
  those differing from the ones defined inside the SBML model
* Introduced constants for all field names and string options, replacing
  most string literals in the code (#228)
* Added unit tests and additional format validation steps
* Optional parallelization of parameter mapping (#205)
* Extended documentation (in-source and example Jupyter notebooks)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant