LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
src/sbmlsim/__init__.py
src/sbmlsim/data.py
src/sbmlsim/diff.py
src/sbmlsim/serialization.py
src/sbmlsim/units.py
src/sbmlsim/utils.py
src/sbmlsim/utils_logging.py
src/sbmlsim.egg-info/PKG-INFO
src/sbmlsim.egg-info/SOURCES.txt
src/sbmlsim.egg-info/dependency_links.txt
src/sbmlsim.egg-info/requires.txt
src/sbmlsim.egg-info/top_level.txt
src/sbmlsim.egg-info/zip-safe
src/sbmlsim/_deprecated/__init__.py
src/sbmlsim/_deprecated/pk/__init__.py
src/sbmlsim/_deprecated/pk/pkpd.py
src/sbmlsim/combine/__init__.py
src/sbmlsim/combine/mathml.py
src/sbmlsim/combine/omex.py
src/sbmlsim/combine/cellml/__init__.py
src/sbmlsim/combine/cellml/run_cellml.py
src/sbmlsim/combine/sedml/__init__.py
src/sbmlsim/combine/sedml/data.py
src/sbmlsim/combine/sedml/example.py
src/sbmlsim/combine/sedml/io.py
src/sbmlsim/combine/sedml/kisao.py
src/sbmlsim/combine/sedml/numl.py
src/sbmlsim/combine/sedml/parser.py
src/sbmlsim/combine/sedml/task.py
src/sbmlsim/combine/sedml/tesedml.py
src/sbmlsim/combine/sedml/examples/__init__.py
src/sbmlsim/combine/sedml/examples/create_dependent_variable.py
src/sbmlsim/combine/sedml/examples/create_nested_algoritm.py
src/sbmlsim/combine/sedml/examples/create_pe.py
src/sbmlsim/combine/sedml/examples/create_plot_with_styles.py
src/sbmlsim/combine/sedml/examples/create_sedml.py
src/sbmlsim/combine/sedml/examples/create_sedml2.py
src/sbmlsim/combine/sedml/examples/create_subplots.py
src/sbmlsim/combine/sedml/examples/echo_sedml.py
src/sbmlsim/combine/sedml/examples/print_sedml.py
src/sbmlsim/combine/sedml/templates/__init__.py
src/sbmlsim/distrib/__init__.py
src/sbmlsim/distrib/distributions.py
src/sbmlsim/distrib/samples.py
src/sbmlsim/distrib/sampling.py
src/sbmlsim/examples/__init__.py
src/sbmlsim/examples/example_model_change.py
src/sbmlsim/examples/example_parallel.py
src/sbmlsim/examples/example_scan.py
src/sbmlsim/examples/example_sensitivity.py
src/sbmlsim/examples/example_timecourse.py
src/sbmlsim/examples/example_units.py
src/sbmlsim/examples/experiments/__init__.py
src/sbmlsim/examples/experiments/demo/__init__.py
src/sbmlsim/examples/experiments/demo/demo.py
src/sbmlsim/examples/experiments/glucose/__init__.py
src/sbmlsim/examples/experiments/glucose/glucose.py
src/sbmlsim/examples/experiments/glucose/experiments/__init__.py
src/sbmlsim/examples/experiments/glucose/experiments/dose_response.py
src/sbmlsim/examples/experiments/initial_assignment/__init__.py
src/sbmlsim/examples/experiments/initial_assignment/initial_assignment.py
src/sbmlsim/examples/experiments/midazolam/__init__.py
src/sbmlsim/examples/experiments/midazolam/fitting_parallel.py
src/sbmlsim/examples/experiments/midazolam/fitting_problems.py
src/sbmlsim/examples/experiments/midazolam/fitting_serial.py
src/sbmlsim/examples/experiments/midazolam/simulate.py
src/sbmlsim/examples/experiments/midazolam/experiments/__init__.py
src/sbmlsim/examples/experiments/midazolam/experiments/kupferschmidt1995.py
src/sbmlsim/examples/experiments/midazolam/experiments/mandema1992.py
src/sbmlsim/examples/experiments/midazolam/experiments/model_change.py
src/sbmlsim/examples/experiments/repressilator/__init__.py
src/sbmlsim/examples/experiments/repressilator/repressilator.py
src/sbmlsim/experiment/__init__.py
src/sbmlsim/experiment/experiment.py
src/sbmlsim/experiment/runner.py
src/sbmlsim/fit/__init__.py
src/sbmlsim/fit/analysis.py
src/sbmlsim/fit/fit.py
src/sbmlsim/fit/mpfit.py
src/sbmlsim/fit/objects.py
src/sbmlsim/fit/optimization.py
src/sbmlsim/fit/sampling.py
src/sbmlsim/model/__init__.py
src/sbmlsim/model/model.py
src/sbmlsim/model/model_change.py
src/sbmlsim/model/model_resources.py
src/sbmlsim/model/model_roadrunner.py
src/sbmlsim/oven/__init__.py
src/sbmlsim/oven/fitting_parallel.py
src/sbmlsim/oven/lhsmdu_runtime.py
src/sbmlsim/oven/parallel/__init__.py
src/sbmlsim/oven/parallel/parallel.py
src/sbmlsim/plot/__init__.py
src/sbmlsim/plot/plotting.py
src/sbmlsim/plot/plotting_altair.py
src/sbmlsim/plot/plotting_matplotlib.py
src/sbmlsim/plot/plotting_plotly.py
src/sbmlsim/report/__init__.py
src/sbmlsim/report/experiment_report.py
src/sbmlsim/report/latex.py
src/sbmlsim/result/__init__.py
src/sbmlsim/result/datagenerator.py
src/sbmlsim/result/xresult.py
src/sbmlsim/simulation/__init__.py
src/sbmlsim/simulation/scan.py
src/sbmlsim/simulation/sensititvity.py
src/sbmlsim/simulation/simulation.py
src/sbmlsim/simulation/timecourse.py
src/sbmlsim/simulator/__init__.py
src/sbmlsim/simulator/simulation.py
src/sbmlsim/simulator/simulation_ray.py
src/sbmlsim/simulator/simulation_serial.py
src/sbmlsim/task/__init__.py
src/sbmlsim/task/task.py
src/sbmlsim/test/__init__.py
src/sbmlsim/test/test_data.py
src/sbmlsim/test/test_diff.py
src/sbmlsim/test/test_experiment.py
src/sbmlsim/test/test_fit.py
src/sbmlsim/test/test_model_change.py
src/sbmlsim/test/test_parallel.py
src/sbmlsim/test/test_plotting_matplotlib.py
src/sbmlsim/test/test_reports.py
src/sbmlsim/test/test_results.py
src/sbmlsim/test/test_scan.py
src/sbmlsim/test/test_sensitivity.py
src/sbmlsim/test/test_simulation.py
src/sbmlsim/test/test_simulator.py
src/sbmlsim/test/test_timecourse.py
src/sbmlsim/test/test_units.py
src/sbmlsim/test/combine/__init__.py
src/sbmlsim/test/combine/sedml/__init__.py
src/sbmlsim/test/combine/sedml/test_data.py
src/sbmlsim/test/combine/sedml/test_examples.py
src/sbmlsim/test/combine/sedml/test_io.py
src/sbmlsim/test/combine/sedml/test_numl.py
src/sbmlsim/test/data/datasets/Allonen1981/.Allonen1981_Fig3A.tsv
src/sbmlsim/test/data/datasets/Faber1978/.Faber1978_Fig1.tsv
src/sbmlsim/test/data/diff/__init__.py
src/sbmlsim/test/data/diff/example_1.json
src/sbmlsim/test/data/diff/example_1_diff.png
src/sbmlsim/test/data/diff/example_1_diff.tsv
src/sbmlsim/test/data/diff/example_2.json
src/sbmlsim/test/data/diff/example_2_diff.png
src/sbmlsim/test/data/diff/example_2_diff.tsv
src/sbmlsim/test/data/diff/example_3.json
src/sbmlsim/test/data/diff/example_3_diff.png
src/sbmlsim/test/data/diff/example_3_diff.tsv
src/sbmlsim/test/data/diff/example_4.json
src/sbmlsim/test/data/diff/example_4_diff.png
src/sbmlsim/test/data/diff/example_4_diff.tsv
src/sbmlsim/test/data/diff/example_5.json
src/sbmlsim/test/data/diff/example_5_diff.png
src/sbmlsim/test/data/diff/example_5_diff.tsv
src/sbmlsim/test/data/diff/example_6.json
src/sbmlsim/test/data/diff/example_6_diff.png
src/sbmlsim/test/data/diff/example_6_diff.tsv
src/sbmlsim/test/data/diff/simulate_examples.py
src/sbmlsim/test/data/diff/jws/example_1.tsv
src/sbmlsim/test/data/diff/jws/example_2.tsv
src/sbmlsim/test/data/diff/jws/example_3.tsv
src/sbmlsim/test/data/diff/jws/example_4.tsv
src/sbmlsim/test/data/diff/jws/example_5.tsv
src/sbmlsim/test/data/diff/jws/example_6.tsv
src/sbmlsim/test/data/diff/sbmlsim/example_1.tsv
src/sbmlsim/test/data/diff/sbmlsim/example_2.tsv
src/sbmlsim/test/data/diff/sbmlsim/example_3.tsv
src/sbmlsim/test/data/diff/sbmlsim/example_4.tsv
src/sbmlsim/test/data/diff/sbmlsim/example_5.tsv
src/sbmlsim/test/data/diff/sbmlsim/example_6.tsv
src/sbmlsim/test/data/models/Koenig_demo_14.html
src/sbmlsim/test/data/models/Koenig_demo_14.xml
src/sbmlsim/test/data/models/body21_livertoy_flat.html
src/sbmlsim/test/data/models/body21_livertoy_flat.xml
src/sbmlsim/test/data/models/midazolam_body_flat.xml
src/sbmlsim/test/data/models/repressilator.xml
src/sbmlsim/test/data/sedml/data/numlData1D.xml
src/sbmlsim/test/data/sedml/data/numlData2D.xml
src/sbmlsim/test/data/sedml/data/numlData2D2RC.xml
src/sbmlsim/test/data/sedml/data/oscli.csv
src/sbmlsim/test/data/sedml/data/oscli.tsv
src/sbmlsim/test/data/sedml/data/oscli.xml
src/sbmlsim/test/data/sedml/data/parameter-from-data-csv.xml
src/sbmlsim/test/data/sedml/data/parameters.csv
src/sbmlsim/test/data/sedml/data/reading-numlData1D.xml
src/sbmlsim/test/data/sedml/data/reading-numlData2D.xml
src/sbmlsim/test/data/sedml/data/reading-numlData2DRC.xml
src/sbmlsim/test/data/sedml/data/reading-oscli-csv.xml
src/sbmlsim/test/data/sedml/data/reading-oscli-numl.xml
src/sbmlsim/test/data/sedml/data/reading-oscli-tsv.xml
src/sbmlsim/test/data/sedml/l1v3/repressilator/manifest.json
src/sbmlsim/test/data/sedml/l1v3/repressilator/manifest.xml
src/sbmlsim/test/data/sedml/l1v3/repressilator/metadata.rdf
src/sbmlsim/test/data/sedml/l1v3/repressilator/repressilator.xml
src/sbmlsim/test/data/sedml/l1v3/repressilator/results/sedml_webtools/postprocessing.pdf
src/sbmlsim/test/data/sedml/l1v3/repressilator/results/sedml_webtools/preprocessing.pdf
src/sbmlsim/test/data/sedml/l1v3/repressilator/results/sedml_webtools/timecourse.pdf
src/sbmlsim/test/data/sedml/l1v3/repressilator/results/tellurium/postprocessing.pdf
src/sbmlsim/test/data/sedml/l1v3/repressilator/results/tellurium/preprocessing.pdf
src/sbmlsim/test/data/sedml/l1v3/repressilator/results/tellurium/timecourse.pdf
src/sbmlsim/test/data/sedml/l1v4/repressilator/BIOMD0000000012_urn.xml
src/sbmlsim/test/data/sedml/l1v4/repressilator/repressilator_sedml.xml
src/sbmlsim/test/data/sedml/l1v4/repressilator/repressilator_sedml_urn.xml
src/sbmlsim/test/models/__init__.py
src/sbmlsim/test/models/test_biomodels.py
src/sbmlsim/test/models/test_model.py
src/sbmlsim/test/processing/__init__.py
src/sbmlsim/test/processing/test_mathml.py