Skip to content

Commit

Permalink
Merge pull request #73 from AxeldeRomblay/0.8.0
Browse files Browse the repository at this point in the history
[UPD] remove support for Python 2.7
  • Loading branch information
AxeldeRomblay committed Jul 29, 2019
2 parents 4c5811a + 23a1005 commit 8e8cbe7
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 18 deletions.
17 changes: 3 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,12 @@
language: python
matrix:
include:
- os: linux
python: '2.7'

- os: linux
python: '3.5'
- os: linux
python: '3.6'
- os: osx
language: generic
python: '2.7'
before_install:
- brew update
- brew install libomp
- brew upgrade pyenv
- brew install pyenv-virtualenv
- pyenv install 2.7.15
- eval "$(pyenv init -)"
- pyenv virtualenv 2.7.15 venv
- pyenv activate venv

- os: osx
language: generic
python: '3.5'
Expand All @@ -43,6 +31,7 @@ matrix:
- eval "$(pyenv init -)"
- pyenv virtualenv 3.6.7 venv
- pyenv activate venv

- os: windows
language: sh
python: '3.5'
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.0
0.8.0
4 changes: 4 additions & 0 deletions docs/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,7 @@ History
* add tests
* improve documentation & examples
* minor changes in the package architecture

0.8.0 (2019-07-29)
------------------
* remove support for python 2.7 version
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Compatibilities
---------------

* *Operating systems:* **Linux**, **MacOS** & **Windows**.
* *Python versions:* **2.7** (except on Windows), **3.5** - **3.6**. & **64-bit version** only (32-bit python is not supported)
* *Python versions:* **3.5** - **3.6**. & **64-bit version** only (32-bit python is not supported)


Basic requirements
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy>=1.16.3
numpy==1.16.3
scipy==1.2.1
matplotlib==2.2.4
hyperopt==0.1
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
'Operating System :: Microsoft :: Windows',
'Operating System :: POSIX :: Linux',

'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6'
],
Expand Down

0 comments on commit 8e8cbe7

Please sign in to comment.