Commit graph

2 commits

Author SHA1 Message Date
adam
0af9e4d863 py-pyfolio: updated to 0.9.2
0.9.2
BUG Get axis instead of figure.

0.9.1
This is a bugfix release fixing an indentation bug.

0.9.0
New features
Previously, pyfolio has required a benchmark, usually the U.S. market
returns SPY. In order to provide support for international equities and
alternative data sets, pyfolio is now completely independent of benchmarks.
If a benchmark is passed, all benchmark-related analyses will be performed;
if not, they will simply be skipped.
Performance attribution tearsheet
Improved implementation of get_turnover
Users can now pass in extra rows (as a dict or OrderedDict) to display in the perf_stats table

Maintenance
Many features have been more extensively troubleshooted, maintained and
tested.
Various fixes to support pandas versions >= 0.18.1
2019-06-17 15:31:09 +00:00
minskim
46d4a72736 finance/py-pyfolio: Import version 0.8.0
pyfolio is a Python library for performance and risk analysis of
financial portfolios developed by Quantopian Inc. It works well with
the Zipline open source backtesting library. At the core of pyfolio is
a so-called tear sheet that consists of various individual plots that
provide a comprehensive image of the performance of a trading
algorithm.
2018-07-06 03:54:01 +00:00