pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/finance/py-alphalens py-alphalens: updated to 0.3.6
details: https://anonhg.NetBSD.org/pkgsrc/rev/18b5072eacb6
branches: trunk
changeset: 335277:18b5072eacb6
user: adam <adam%pkgsrc.org@localhost>
date: Mon Jun 17 05:31:49 2019 +0000
description:
py-alphalens: updated to 0.3.6
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
diffstat:
finance/py-alphalens/Makefile | 16 +++++++++-------
finance/py-alphalens/PLIST | 3 ++-
finance/py-alphalens/distinfo | 10 +++++-----
3 files changed, 16 insertions(+), 13 deletions(-)
diffs (65 lines):
diff -r 6959961f39df -r 18b5072eacb6 finance/py-alphalens/Makefile
--- a/finance/py-alphalens/Makefile Mon Jun 17 05:29:43 2019 +0000
+++ b/finance/py-alphalens/Makefile Mon Jun 17 05:31:49 2019 +0000
@@ -1,14 +1,12 @@
-# $NetBSD: Makefile,v 1.3 2018/07/05 09:21:29 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2019/06/17 05:31:49 adam Exp $
-DISTNAME= alphalens-0.3.2
+DISTNAME= alphalens-0.3.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES= finance
-MASTER_SITES= ${MASTER_SITE_GITHUB:=quantopian/}
-GITHUB_PROJECT= alphalens
-GITHUB_TAG= v${PKGVERSION_NOREV}
+CATEGORIES= finance python
+MASTER_SITES= ${MASTER_SITE_PYPI:=a/alphalens/}
MAINTAINER= minskim%NetBSD.org@localhost
-HOMEPAGE= https://github.com/quantopian/alphalens/
+HOMEPAGE= https://github.com/quantopian/alphalens
COMMENT= Performance analysis of predictive stock factors
LICENSE= apache-2.0
@@ -20,5 +18,9 @@
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"
diff -r 6959961f39df -r 18b5072eacb6 finance/py-alphalens/PLIST
--- a/finance/py-alphalens/PLIST Mon Jun 17 05:29:43 2019 +0000
+++ b/finance/py-alphalens/PLIST Mon Jun 17 05:31:49 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2018/07/05 09:21:29 minskim Exp $
+@comment $NetBSD: PLIST,v 1.4 2019/06/17 05:31:49 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -22,6 +22,7 @@
${PYSITELIB}/alphalens/examples/sector_tear.png
${PYSITELIB}/alphalens/examples/table_tear.png
${PYSITELIB}/alphalens/examples/tear_sheet_walk_through.ipynb
+${PYSITELIB}/alphalens/examples/thomas data.ipynb
${PYSITELIB}/alphalens/performance.py
${PYSITELIB}/alphalens/performance.pyc
${PYSITELIB}/alphalens/performance.pyo
diff -r 6959961f39df -r 18b5072eacb6 finance/py-alphalens/distinfo
--- a/finance/py-alphalens/distinfo Mon Jun 17 05:29:43 2019 +0000
+++ b/finance/py-alphalens/distinfo Mon Jun 17 05:31:49 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2018/07/05 09:21:29 minskim Exp $
+$NetBSD: distinfo,v 1.4 2019/06/17 05:31:49 adam Exp $
-SHA1 (alphalens-0.3.2.tar.gz) = be0e5faeab9e6b9886c0fbd75be6d325b78aed7f
-RMD160 (alphalens-0.3.2.tar.gz) = fde900aee6f696bbed6a548b664ce27a9f7973b9
-SHA512 (alphalens-0.3.2.tar.gz) = db633d9978d73426f4f673fff312ee27050ff2bd1895ab2b88437f3577e350b9ce141e08f7872489b7f37c738cd041905efd887859ed5434567e460802320275
-Size (alphalens-0.3.2.tar.gz) = 18907452 bytes
+SHA1 (alphalens-0.3.6.tar.gz) = c39a9178e58eb84eb51a4eb7a1db7919ebd82539
+RMD160 (alphalens-0.3.6.tar.gz) = 165bda8727aa93e7cd4f1a6d4ebc03d984cf1c07
+SHA512 (alphalens-0.3.6.tar.gz) = 5d9ef5190691f68956a802b00c4eb1585d754c9510b54aa72f79e31de52d6c62cecf1bdc56d328805b327656c99523146ab781f0d0000725dfebb5b1babd6729
+Size (alphalens-0.3.6.tar.gz) = 18910866 bytes
Home |
Main Index |
Thread Index |
Old Index