-
Notifications
You must be signed in to change notification settings - Fork 44
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 #182 from ICB-DCM/develop
Release 0.9.17
- Loading branch information
Showing
32 changed files
with
433 additions
and
634 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,7 +1,24 @@ | ||
version: 1 | ||
# .readthedocs.yml | ||
# readthedocs configuration file | ||
# see https://docs.readthedocs.io/en/stable/config-file/v2.html for details | ||
|
||
# required | ||
version: 2 | ||
|
||
# conda setup | ||
conda: | ||
file: .environment.yml | ||
environment: .rtd_conda_env.yml | ||
|
||
# python requirements | ||
python: | ||
setup_py_install: true | ||
version: 3.7 | ||
install: | ||
- requirements: .rtd_pip_reqs.txt | ||
- method: pip | ||
path: . | ||
|
||
# what to build | ||
formats: | ||
- epub | ||
- htmlzip |
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,11 @@ | ||
name: py37 | ||
dependencies: | ||
- python=3.7 | ||
- sphinx | ||
- pandoc | ||
- pip | ||
- pip: | ||
- sphinx | ||
- nbsphinx | ||
- nbconvert | ||
- sphinx-rtd-theme |
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 @@ | ||
nbsphinx | ||
sphinx-rtd-theme | ||
|
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 |
---|---|---|
|
@@ -24,6 +24,7 @@ ipython | |
feather-format | ||
bkcharts | ||
tzlocal | ||
rpy2>=3.2.0 | ||
flake8 | ||
pytest | ||
codecov | ||
|
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 |
---|---|---|
|
@@ -12,19 +12,19 @@ Source code: https://github.com/icb-dcm/pyabc | |
Authors | ||
------- | ||
|
||
The package was mainly developed by Emmanuel Klinger. Dennis Rickert contributed through discussions and code. Lukas Sandmeir and Elba Raimundez contributed to the examples. Yannik Schälte contributed several new features. | ||
The first main developer of the package was Emmanuel Klinger, with major contributions from Dennis Rickert and Nick Jagiella. | ||
Currently, the main developers are Yannik Schaelte, Emad Alamoudi and Elba Raimundez. | ||
|
||
|
||
Contact | ||
------- | ||
|
||
Discovered an error? Need help? Not sure if something works as intended? Please contact us! | ||
|
||
- Yannik Schälte: `[email protected] <[email protected]>`_ | ||
- Elba Raimundez: `[email protected] <[email protected]>`_ | ||
|
||
If you think that your issue could be of general interest, please consider creating an issue on github, which will then also be helpful for other users: https://github.com/icb-dcm/pyabc/issues | ||
|
||
If you prefer to contact us via e-mail, please use: Yannik Schaelte `[email protected] <[email protected]>`_ | ||
|
||
|
||
License | ||
------- | ||
|
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 was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Oops, something went wrong.