-
Notifications
You must be signed in to change notification settings - Fork 10
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
3 changed files
with
20 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,17 @@ | ||
# Please contribute to pyMBE! | ||
|
||
## Bug reporting | ||
If you discover any strange feature or unexpected behaviour of the library, please report it by opening an issue in this Gitlab repository or contacting Dr. Pablo M. Blanco ([email protected]) or any other member of the pyMBE development team. | ||
Once a ticket is open in Gitlab, we will work to fix the issue as soon as possible. | ||
If you discover any strange feature or unexpected behaviour of the library, please report it by opening an issue in this GitHub repository or contacting Dr. Pablo M. Blanco ([email protected]) or any other member of the pyMBE development team. | ||
Once a ticket is open in GitHub, we will work to fix the issue as soon as possible. | ||
|
||
## New contributors | ||
New developers are welcomed to contribute to extend the functionalities of the pyMBE library. | ||
To contribute to the pyMBE library, first one needs to be added as a member of this Gitlab repository. | ||
To contribute to the pyMBE library, first one needs to be added as a member of this GitHub repository. | ||
If you want to contribute to the development of the pyMBE library, please contact Dr. Pablo M. Blanco ([email protected]) | ||
|
||
## Rules to contribute to pyMBE | ||
All new features of pyMBE must be developed in a branch of this Gitlab repository and must be reported to a member of the pyMBE development team. | ||
All new features of pyMBE must be developed in a branch of this GitHub repository and must be reported to a member of the pyMBE development team. | ||
Any new version of the code must reproduce all the data stored in `reference_data/`. | ||
The scripts provided in `tests/` can be used to quickly set-up simulations with pyMBE to reproduce such data sets. | ||
All new code will be reviewed by at least one member of the pyMBE development team before being merged into the stable version of the library to ensure that a functional version of the code is always available. | ||
Class methods are sorted in alphabetical order. |
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 |
---|---|---|
|
@@ -3,5 +3,6 @@ pandas>=1.5.3 | |
pint>=0.20.01 | ||
pint-pandas==0.5 | ||
biopandas==0.5.1.dev0 | ||
scipy | ||
matplotlib | ||
tqdm |