Skip to content

Commit

Permalink
Update docs (#338)
Browse files Browse the repository at this point in the history
* Initial commit

* Change python 3.5 references to 3.6
  • Loading branch information
hpesonen authored Oct 12, 2020
1 parent 5f05076 commit 305d09b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Changelog
=========

- Update info to reflect setting python 3.6 as the default version
- Update documentation to setting python 3.6 as default
- Add dask support to elfi client options
- Add python 3.7 to travis tests and remove python 3.5 due to clash with dask
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Ready to contribute? Here's how to set up `ELFI` for local development.
$ python -V

4. Install your local copy and the development requirements into a conda
environment. You may need to replace "3.5" in the first line with the python
environment. You may need to replace "3.6" in the first line with the python
version printed in the previous step::

$ conda create -n elfi python=3.6 numpy
Expand Down Expand Up @@ -127,7 +127,7 @@ Before you submit a pull request, check that it meets these guidelines:
2. If the pull request adds functionality, the docs should be updated. Put
your new functionality into a function with a docstring, and add the
feature to the list in README.rst.
3. The pull request should work for Python 3.5 and later. Check
3. The pull request should work for Python 3.6 and later. Check
https://travis-ci.org/elfi-dev/elfi/pull_requests
and make sure that the tests pass for all supported Python versions.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
long_description=(open('docs/description.rst').read()),
license='BSD',
classifiers=[
'Programming Language :: Python :: 3.5', 'Topic :: Scientific/Engineering',
'Programming Language :: Python :: 3.6', 'Topic :: Scientific/Engineering',
'Topic :: Scientific/Engineering :: Artificial Intelligence',
'Topic :: Scientific/Engineering :: Bio-Informatics',
'Topic :: Scientific/Engineering :: Mathematics', 'Operating System :: OS Independent',
Expand Down

0 comments on commit 305d09b

Please sign in to comment.