Wrap Glmnet
Project description
Wrap Glmnet
TODOs: Configuring this template
Create a Netlify site for your repository, then turn off automatic builds in Netlify settings.
Add these CI secrets: PYPI_API_TOKEN
, NETLIFY_AUTH_TOKEN
(Netlify user settings - personal access tokens), DEV_NETLIFY_SITE_ID
, PROD_NETLIFY_SITE_ID
(API ID from Netlify site settings)
Set up Codecov at TODO
Overview
Installation
pip install wrap_glmnet
Usage
Development
Submit PRs against develop
branch, then make a release pull request to master
.
# Optional: set up a pyenv virtualenv
pyenv virtualenv 3.9 wrap_glmnet-3.9
echo "wrap_glmnet-3.9" > .python-version
pyenv version
# Install requirements
pip install --upgrade pip wheel
pip install -r requirements_dev.txt
pip install -r requirements_dev_extra.txt
# Install local package
pip install -e .
# Install pre-commit
pre-commit install
# Run tests
make test
# Run lint
make lint
# bump version before submitting a PR against master (all master commits are deployed)
bump2version patch # possible: major / minor / patch
# also ensure CHANGELOG.md updated
Changelog
0.0.1
- First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
wrap_glmnet-0.1.0.tar.gz
(23.2 kB
view details)
Built Distribution
File details
Details for the file wrap_glmnet-0.1.0.tar.gz
.
File metadata
- Download URL: wrap_glmnet-0.1.0.tar.gz
- Upload date:
- Size: 23.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0c355718465792acaf492200ffe6c11a1367ab9e4b46198605919bffc9cc1107 |
|
MD5 | 3af81a2c52c4c226a614bd30617481e5 |
|
BLAKE2b-256 | 71102117659cd8faf342d096b85eb1240b6e17c76c1e82bd50a053ece47ce240 |
File details
Details for the file wrap_glmnet-0.1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: wrap_glmnet-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 12.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 966864dfdbe83653850b5f2ed784d08c22738449d69babdf2aef1ba67dd950ef |
|
MD5 | 96efc63b4106c1ff0e22257c305cdc27 |
|
BLAKE2b-256 | b7f27f73d770ec2268237a4df9c9a1dc12bd7ffc111732c95a42c51b61b0c09e |