-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #391 from PEtab-dev/release_0.1.5
Release 0.1.5 Library: * New create empty observable function (issue 386) (#387) * Deprecate petab.sbml.globalize_parameters (#381) * Fix computing log10 likelihood (#380) * Documentation update and typehints for visualization (#372) * Ordered result of `petab.get_output_parameters` * Fix missing argument to parameters.create_parameter_df Documentation: * Add overview of supported PEtab feature in toolboxes * Add contribution guide * Fix optional values in documentation (#378)
- Loading branch information
Showing
14 changed files
with
340 additions
and
156 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
# PEtab contribution guide | ||
|
||
We are happy about contributions to PEtab of any form. | ||
|
||
This includes, but is not limited to: | ||
|
||
* Extending / improving | ||
[documentation and examples](https://petab.readthedocs.io/en/latest/) | ||
* New library functionality | ||
* Additional | ||
[PEtab application examples](https://github.com/Benchmarking-Initiative/Benchmark-Models-PEtab) | ||
* Additional minimal | ||
[PEtab test cases](https://github.com/PEtab-dev/petab_test_suite) | ||
|
||
|
||
## Extending PEtab | ||
|
||
We are aware of the fact that PEtab may not serve everybody's needs. If you | ||
have a suggestion of how to extend PEtab, feel free to post an | ||
[issue](https://github.com/PEtab-dev/PEtab/issues) at our GitHub repository. | ||
|
||
|
||
## Contributions to this repository | ||
|
||
General: | ||
|
||
* For code contributions, please adhere to the | ||
[PEP8 style guide](https://www.python.org/dev/peps/pep-0008/) | ||
* All new functionality should be covered by unit tests | ||
* Please use Python type hints | ||
* Please document all modules, functions, classes, attributes, arguments, | ||
return values, ... in a style consistent with the rest of the library | ||
* Use descriptive commit messages | ||
|
||
To contribute to this repository: | ||
|
||
* Create a pull request | ||
|
||
*By creating a pull request you agree with your contribution being made | ||
available under the license terms specified in | ||
[https://github.com/PEtab-dev/PEtab/blob/master/LICENSE](https://github.com/PEtab-dev/PEtab/blob/master/LICENSE).* | ||
|
||
* Assign a reviewer, or let us know otherwise, that your pull request is ready | ||
for review. | ||
|
||
* Wait for feedback (and feel free so send a gentle reminder if you did not | ||
get any feedback within a week) |
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
Oops, something went wrong.