-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
120 changed files
with
15,510 additions
and
9,098 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
recursive-include petab/schemas *.yaml | ||
recursive-include petab/visualize/templates * | ||
recursive-include petab/v1/visualize/templates * | ||
recursive-exclude tests * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
Development | ||
=========== | ||
|
||
Versioning | ||
---------- | ||
|
||
We use `Semantic Versioning <http://semver.org/>`_ with the modifications | ||
described under :ref:`deprecation_policy`. | ||
|
||
.. _deprecation_policy: | ||
|
||
Deprecation policy | ||
------------------ | ||
|
||
petab aims to provide a stable API for users. However, not all features can be | ||
maintained indefinitely. We will deprecate features in minor releases and | ||
where possible, issue a warning when they are used. We will keep deprecated | ||
features for at least six months after the release that includes the | ||
respective deprecation warning and then remove them earliest in the next minor | ||
or major release. If a deprecated feature is the source of a major bug, we may | ||
remove it earlier. | ||
|
||
Python compatibility | ||
-------------------- | ||
|
||
We follow `numpy's Python support policy <https://numpy.org/neps/nep-0029-deprecation_policy.html>`_. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,7 @@ | |
Changelog <CHANGELOG.md> | ||
how_to_cite | ||
license | ||
development | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,32 @@ | ||
API Reference | ||
============= | ||
|
||
.. automodule:: petab | ||
|
||
.. rubric:: Modules | ||
|
||
.. autosummary:: | ||
:toctree: build/_autosummary | ||
:recursive: | ||
|
||
petab.C | ||
petab.calculate | ||
petab.composite_problem | ||
petab.conditions | ||
petab.core | ||
petab.lint | ||
petab.measurements | ||
petab.observables | ||
petab.parameter_mapping | ||
petab.parameters | ||
petab.problem | ||
petab.sampling | ||
petab.sbml | ||
petab.simulate | ||
petab.simplify | ||
petab.visualize | ||
petab.yaml | ||
petab | ||
petab.v1 | ||
petab.v1.C | ||
petab.v1.calculate | ||
petab.v1.composite_problem | ||
petab.v1.conditions | ||
petab.v1.core | ||
petab.v1.lint | ||
petab.v1.measurements | ||
petab.v1.models | ||
petab.v1.observables | ||
petab.v1.parameter_mapping | ||
petab.v1.parameters | ||
petab.v1.problem | ||
petab.v1.sampling | ||
petab.v1.sbml | ||
petab.v1.simulate | ||
petab.v1.simplify | ||
petab.v1.visualize | ||
petab.v1.yaml | ||
petab.v2 | ||
petab.v2.lint | ||
petab.v2.problem |
Oops, something went wrong.