Skip to content

Commit

Permalink
Merge pull request #182 from ICB-DCM/develop
Browse files Browse the repository at this point in the history
Release 0.9.17
  • Loading branch information
yannikschaelte authored Oct 10, 2019
2 parents 33fdd35 + 4c9c936 commit 8cb0d85
Show file tree
Hide file tree
Showing 32 changed files with 433 additions and 634 deletions.
8 changes: 0 additions & 8 deletions .environment.yml

This file was deleted.

23 changes: 20 additions & 3 deletions .readthedocs.yml
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
- pdf
- htmlzip
11 changes: 11 additions & 0 deletions .rtd_conda_env.yml
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
3 changes: 1 addition & 2 deletions .rtd_pip_reqs.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
nbsphinx
sphinx-rtd-theme

6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ before_install:
- sudo add-apt-repository 'deb https://cran.rstudio.com/bin/linux/ubuntu xenial/'
- sudo apt-get update
- sudo apt-get install r-base r-base-dev r-base-core r-recommended
# install latest rpy2
# note: this is since version >= 3.1.0 is required
- mkdir tmp
- sudo apt install mercurial
- hg clone https://bitbucket.org/rpy2/rpy2 tmp/rpy2
- cd tmp/rpy2; python setup.py install; cd ../..
# from apt
addons:
apt:
Expand Down
1 change: 1 addition & 0 deletions .travis_pip_reqs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ ipython
feather-format
bkcharts
tzlocal
rpy2>=3.2.0
flake8
pytest
codecov
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pyABC

![pyABC](https://raw.githubusercontent.com/ICB-DCM/pyABC/master/doc/logo.png)
![pyABC logo](https://raw.githubusercontent.com/ICB-DCM/pyABC/master/doc/logo/logo.png)

[![build Status](https://travis-ci.org/ICB-DCM/pyABC.svg?branch=master)](https://travis-ci.org/ICB-DCM/pyABC)
[![docs](https://readthedocs.org/projects/pyabc/badge/?version=latest)](http://pyabc.readthedocs.io/en/latest/)
Expand Down
8 changes: 4 additions & 4 deletions doc/about.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------
Expand Down
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Welcome to pyABC's documentation!
:Release: |version|
:Source code: https://github.com/icb-dcm/pyabc

.. image:: logo.png
.. image:: logo/logo.png
:alt: pyABC logo
:align: center

Expand Down
582 changes: 0 additions & 582 deletions doc/logo.eps

This file was deleted.

Binary file removed doc/logo.pdf
Binary file not shown.
Binary file removed doc/logo.png
Binary file not shown.
Binary file renamed doc/logo.emf → doc/logo/logo.emf
Binary file not shown.
157 changes: 157 additions & 0 deletions doc/logo/logo.eps

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added doc/logo/logo.pdf
Binary file not shown.
Binary file added doc/logo/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
114 changes: 114 additions & 0 deletions doc/logo/logo.svg
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
Loading

0 comments on commit 8cb0d85

Please sign in to comment.