Python-glmnet

Latest version: v2.6.1

Safety actively analyzes 723158 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

2.6.1

Changed
* Parameterized unit tests in nox to test a range of python versions > 3.10 and
numpy >1.26
* Trying to get 3.9 to work is a bust

2.6.0

Changed
* In root `meson.build`, replace `import numpy` and `numpy.f2py.get_include()` to
`from numpy import f2py` and `f2py.get_include()` to allow numpy < 2.0 to work
* Rewrote unittest-style tests as pytest-style tests
* Add Nox
* Formatting and linting using Ruff
* Revert usage of structural pattern matching so earlier versions of python work

2.5.0

Changed
* Python version support: Allow 3.12 and newer versions of numpy
that lack numpy.code.distutils
* Replace Numpy-based build system with Meson
* Remove setup.py and move all information into pyproject.toml
* Formatting and linting using Ruff
* Changed package layout to src-type, moved tests outside

Unreleased

2.2.2

Changed
* [3](https://github.com/replicahq/python-glmnet/pull/3)
- Python version support: Add 3.10 and 3.11, drop 3.8 and below.

2.2.1

Fix
* [65](https://github.com/civisanalytics/python-glmnet/pull/65)
Remove `six` dependency entirely.

2.2.0

Changed
* [57](https://github.com/civisanalytics/python-glmnet/pull/57)
Mark the Fortran code as linguist-vendored so that GitHub classifies
this project as Python (37).
* [62](https://github.com/civisanalytics/python-glmnet/pull/62)
Update the cross-validation for users to be able to define groups of
observations, which is equivalent with *foldid* of *cvglmnet* in *R*.
* [64](https://github.com/civisanalytics/python-glmnet/pull/64)
- Python version support: Add v3.8, and drop v3.4 + v3.5.
- Maintenance: Drop versioneer; update and pin dependencies for development.

Page 1 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.