Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Tags: civisanalytics/python-glmnet

Tags

v2.2.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[PARO-779] Prep for v2.2.1 release; remove six dependency (#65)

* RM no more six dependency

* MAINT version bump to 2.2.1

* MAINT update changelog

v2.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[PARO-779] Prep for v2.2.0 release (#64)

* MAINT CircleCI: drop py3.4, add py3.8, specify only py3.x minor versions

* MAINT drop versioneer; update setup.py

* DEP minimal versions in setup.py, exact ones in dev-req txt

* MAINT update MANIFEST.in

* MAINT update readme

* MAINT add twine check in CircleCI for PyPI compliance

* MAINT update changelog

* MAINT more setup.py updates

* MAINT add repo badges to readme

* FIX typo in readme

* MAINT make sure setuptools is available for pkg_resources

* MAINT setup.py needs to import setuptools for numpy internal

* MAINT drop python 3.5

v2.1.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
 BUG Include Fortran files in distribution (#55)

Make sure that the distribution includes the Fortran code needed to build from source. The C file(s) are autogenerated and not needed in the source distribution.

v2.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
MAINT Use setuptools (#54)

Use setuptools and update classifiers

v2.0.0

Version 2.0.0

v1.0.0

initial release