civisanalytics / python-glmnet

A python port of the glmnet package for fitting generalized linear models via penalized maximum likelihood.
Other
262 stars 59 forks source link

[PARO-779] Prep for v2.2.1 release; remove six dependency #65

Closed jacksonllee closed 4 years ago

jacksonllee commented 4 years ago

This PR removes the six dependency entirely. Since python-glmnet is python 3 only, six shouldn't be used anymore.

I wasn't aware six was still actually called until after the v2.2.0 release and while working through the conda-forge release (see https://github.com/conda-forge/glmnet-feedstock/pull/14, which I had to abandon). At https://github.com/civisanalytics/python-glmnet/pull/64, all builds passed because six was available via pytest in the build environment.

jacksonllee commented 4 years ago

I am going to merge this pull request and start the release process for v2.2.1 tomorrow morning (Tuesday June 30).