File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ --------------------
2+ [0.1.1] - 2020-01-02
3+ --------------------
4+
5+ Bugfix release. Fixes some distribution issues and temporarily removes the
6+ PonPyg species.
7+
8+ **Bug fixes **:
9+
10+ - Pin the msprime and attrs packages to resolve some distribution problems
11+ (:issue: `366 `; :user: `jgallowa07 ` and :user: `gtsambos `).
12+
13+ **New features **:
14+
15+ - Provide citations for the genome assembly (:issue: `359 `, :pr: `360 `;
16+ :user: `andrewkern ` and :user: `grahamgower `).
17+
18+ **Breaking changes **:
19+
20+ - Temporarily remove the PonPyg species from the catalog to provide time
21+ to fix issues with genomes and multi-species models (:issue: `365 `).
22+
123--------------------
224[0.1.0] - 2019-12-18
325--------------------
Original file line number Diff line number Diff line change 11
2- Standard models for population genetics simulations in msprime.
2+ **Standard library of population genetic simulations **
3+
4+ Stdpopsim is a community-maintained standard library of population genetic models.
5+ Please see the `documentation <https://stdpopsim.readthedocs.org/en/stable/ >`_
6+ for details.
7+
8+ Stdpopsim is highly portable, and provides a number of
9+ `installation options <https://stdpopsim.readthedocs.org/en/stable/installation.html >`_.
Original file line number Diff line number Diff line change 2828# The short X.Y version
2929version = ''
3030# The full version, including alpha/beta/rc tags
31- release = '0.1.0 '
31+ release = '0.1.1 '
3232
3333
3434# -- General configuration ---------------------------------------------------
4949 'sphinx.ext.viewcode' ,
5050 'speciescatalog' ,
5151 'sphinxarg.ext' ,
52- 'sphinxcontrib.programoutput'
52+ 'sphinxcontrib.programoutput' ,
53+ 'sphinx_issues' ,
5354]
5455
5556# Add any paths that contain templates here, relative to this directory.
199200
200201# If true, `todo` and `todoList` produce output, else they produce nothing.
201202todo_include_todos = True
203+
204+ # Github repo
205+ issues_github_path = "popsim-consortium/stdpopsim"
Original file line number Diff line number Diff line change @@ -27,8 +27,30 @@ Stdpopsim requires Python 3.5 or later.
2727Conda
2828*****
2929
30- .. todo :: The conda package for stdpopsim is currently under development and will
31- be available shortly. Please use pip for now.
30+ Pre-built binary packages for ``stdpopsim `` are available through
31+ `conda <https://conda.io/docs/ >`_, and built using `conda-forge <https://conda-forge.org/ >`_.
32+ Packages for recent version of Python are available for Linux, OSX and Windows. Install
33+ using::
34+
35+ $ conda install -c conda-forge stdpopsim
36+
37+
38+ +++++++++++
39+ Quick Start
40+ +++++++++++
41+
42+ 1. Install ``conda `` using `miniconda <https://conda.io/miniconda.html >`_.
43+ Make sure you follow the instructions to fully activate your ``conda ``
44+ installation!
45+ 2. Set up the `conda-forge channel <https://conda-forge.org/ >`_ using
46+ ``conda config --add channels conda-forge ``.
47+ 3. Install stdpopsim: ``conda install stdpopsim ``.
48+ 4. Try it out: ``stdpopsim --version ``.
49+
50+
51+ There are several different ways to obtain ``conda ``. Please see the
52+ `anaconda installation documentation <https://docs.anaconda.com/anaconda/install/ >`_
53+ for full details.
3254
3355
3456.. _sec_installation_pip :
Original file line number Diff line number Diff line change 55setuptools_scm
66sphinx
77sphinx-argparse
8+ sphinx-issues
89sphinx_rtd_theme
910sphinxcontrib-programoutput
1011msprime
Original file line number Diff line number Diff line change @@ -9,5 +9,6 @@ dependencies:
99 - appdirs
1010 - msprime
1111 - sphinx-argparse
12+ - sphinx-issues
1213 - sphinxcontrib-programoutput
1314 - humanize
You can’t perform that action at this time.
0 commit comments