6762608d24
v0.3.6 Add option to compute forward returns non-cumulatively v0.3.5 This is a minor release from 0.3.4 that includes bugfixes, speed enhancement and compatibility with more recent pandas versions. We recommend that all users upgrade to this version. v0.3.4 This is a minor release from 0.3.3 that includes bugfixes, small enhancements and backward compatibility breakages. We recommend that all users upgrade to this version. v0.3.3 TEST: added tests for perf.mean_return_by_quantile
26 lines
956 B
Makefile
26 lines
956 B
Makefile
# $NetBSD: Makefile,v 1.4 2019/06/17 05:31:49 adam Exp $
|
|
|
|
DISTNAME= alphalens-0.3.6
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= finance python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=a/alphalens/}
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://github.com/quantopian/alphalens
|
|
COMMENT= Performance analysis of predictive stock factors
|
|
LICENSE= apache-2.0
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-ipython>=3.2.3:../../devel/py-ipython
|
|
DEPENDS+= ${PYPKGPREFIX}-matplotlib>=1.4.0:../../graphics/py-matplotlib
|
|
DEPENDS+= ${PYPKGPREFIX}-numpy>=1.9.1:../../math/py-numpy
|
|
DEPENDS+= ${PYPKGPREFIX}-pandas>=0.18.0:../../math/py-pandas
|
|
DEPENDS+= ${PYPKGPREFIX}-scipy>=0.14.0:../../math/py-scipy
|
|
DEPENDS+= ${PYPKGPREFIX}-seaborn>=0.6.0:../../graphics/py-seaborn
|
|
DEPENDS+= ${PYPKGPREFIX}-statsmodels>=0.6.1:../../math/py-statsmodels
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-matplotlib, py-scipy
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|