Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MAINT: Drop support for Python 3.4 #1866

Merged
merged 4 commits into from
Jun 22, 2019
Merged

MAINT: Drop support for Python 3.4 #1866

merged 4 commits into from
Jun 22, 2019

Conversation

arokem
Copy link
Contributor

@arokem arokem commented Jun 20, 2019

Closes #1865

.travis.yml Outdated
@@ -35,7 +34,7 @@ matrix:
env:
- DEPENDS="$DEPENDS scipy"
# To test minimum dependencies for Python 3.6:
- python: 3.4
- python: 3.6
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that this was a typo, now fixed.

@codecov-io
Copy link

codecov-io commented Jun 21, 2019

Codecov Report

Merging #1866 into master will increase coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1866      +/-   ##
==========================================
+ Coverage   84.31%   84.33%   +0.01%     
==========================================
  Files         117      117              
  Lines       14234    14252      +18     
  Branches     2251     2255       +4     
==========================================
+ Hits        12001    12019      +18     
  Misses       1716     1716              
  Partials      517      517
Impacted Files Coverage Δ
dipy/info.py 100% <100%> (ø) ⬆️
dipy/core/geometry.py 91.22% <0%> (+0.59%) ⬆️

@arokem
Copy link
Contributor Author

arokem commented Jun 21, 2019

Looks like this one is now passing and ready for review.

Copy link
Member

@skoudoro skoudoro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we need to wait Appveyor so I will go ahead and merge it.

Thanks @arokem for this!

@skoudoro skoudoro added this to the 1.0 milestone Jun 21, 2019
env:
# Check these values against requirements.txt and dipy/info.py
- DEPENDS="cython==0.29 numpy==1.8.2 scipy==1.0 nibabel==2.4.0 h5py==2.4.0"
- DEPENDS="cython==0.29 numpy==1.9.0 scipy==1.0 nibabel==2.4.0 h5py==2.4.0"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Finally, I have one comment: why do you update this Numpy version ? If we really need to update it, can you do it for requirements.txt and dipy/info.py

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because there is no wheel for python 3.5/numpy 1.8.2.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

make sense, thanks!

@skoudoro skoudoro merged commit 37fb6fe into dipy:master Jun 22, 2019
@skoudoro
Copy link
Member

Thank you @arokem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Drop Python 3.4?
3 participants