Skip to content

Commit

Permalink
Added nbviewer, binder, an environment file, and updated version on s…
Browse files Browse the repository at this point in the history
…etup.cfg

Set up links and badges for nbviever and binder. Updated the PyPi badge for a more friendly color (green, to show things are cool), and added an environment file.
  • Loading branch information
lperezmo committed Aug 15, 2020
1 parent 79a61a9 commit 437c40a
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
7 changes: 7 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ History
=======

0.1.0 (2018-08-21)

------------------

* First release on PyPI.

------------------

0.2.0 (2020-08-14)

------------------
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# gpvolve

*A python package for extracting tevolutionary trajectories from genotype-phenotype-maps*

[![](https://img.shields.io/pypi/v/gpvolve.svg)](https://pypi.python.org/pypi/gpvolve)
[![PyPI version](https://badge.fury.io/py/gpvolve.svg)](https://badge.fury.io/py/gpvolve)
[![](https://readthedocs.org/projects/gpvolve/badge/?version=latest)](https://gpvolve.readthedocs.io/en/latest/?badge=latest)
[![nbviewer](https://raw.githubusercontent.com/jupyter/design/master/logos/Badges/nbviewer_badge.svg)](https://nbviewer.jupyter.org/github/harmslab/gpvolve/blob/master/examples/Introduction%20to%20gpvolve.ipynb)
[![Binder](https://mybinder.org/badge_logo.svg)]([![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/harmslab/gpvolve/master?filepath=examples%2FIntroduction%20to%20gpvolve.ipynb))

**A python package for extracting evolutionary trajectories from genotype-phenotype-maps**

A Python API for the simulation and analysis of evolution in genotype-phenotype space.
You can use this library to:
Expand Down
10 changes: 10 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: gpvolve-kernel
dependencies:
- python==3.6
- anaconda
- pip
- pip:
- matplotlib
- gpmap
- gpgraph
- gpvolve
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.2.0
commit = True
tag = True

Expand Down

0 comments on commit 437c40a

Please sign in to comment.