Metadata-Version: 2.4
Name: coxdev
Version: 0.1.3
Summary: Library for computing Cox deviance
Author-email: Jonathan Taylor <jonathan.taylor@stanford.edu>, Trevor Hastie <hastie@stanford.edu>, Balasubramanian Narasimhan <naras@stanford.edu>
Maintainer-email: Jonathan Taylor <jonathan.taylor@stanford.edu>
License: BSD-3-Clause
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: numpy>=1.7.1
Requires-Dist: joblib
Requires-Dist: pybind11
Requires-Dist: scipy

# cox_loglike
C library for evaluating Cox partial likelihood

# wheel build

```
env EIGEN_LIBRARY_PATH=/path_to_eigen python -m build
python3 -m twine upload dist/coxdev-{VERSION}*
```
