Regress Out Covariates
Project description
Regress Out Covariates (WIP)
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 regressout
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 regressout-3.9
echo "regressout-3.9" > .python-version
pyenv version
# Install requirements
pip install --upgrade pip wheel
pip install -r requirements_dev.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
regressout-0.0.1.tar.gz
(11.2 kB
view details)
Built Distribution
File details
Details for the file regressout-0.0.1.tar.gz
.
File metadata
- Download URL: regressout-0.0.1.tar.gz
- Upload date:
- Size: 11.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 340e00c177ecde2feac560c3cbd4b9da638c9b787aec3fabf7528a24faeec3da |
|
MD5 | 963b88e4598696e07a1712beed7fcfdd |
|
BLAKE2b-256 | 0bf46d6bde0a9032104db9aa793fcbc6e8cd4bddc6124da492c17afdbf8ffb33 |
File details
Details for the file regressout-0.0.1-py2.py3-none-any.whl
.
File metadata
- Download URL: regressout-0.0.1-py2.py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3734d4acb5bb4734152c7441847efd3222b6d9a1663447cf013300298812fa5c |
|
MD5 | acd5d5d82b0326aa57e5369aded6afd9 |
|
BLAKE2b-256 | 14db26dba9295e6f90cb54599ff5b55c7326b4f02b439cc881715929b4eca1b3 |