From 45bca4301ffbdec7fa216170ed29dcf3a659b667 Mon Sep 17 00:00:00 2001 From: Eddie Hebert Date: Tue, 2 Apr 2013 11:22:31 -0400 Subject: [PATCH] REL: v0.5.9 Highlights: - Benchmark updating now permits empty ranges. (Fixes runtime crash when running immediately after Easter 2013.) - Risk metrics - Performance improvents from converting to numpy and pandas. <@wesm, wesmckinn@gmail.com> - Refactoring of risk metric calculation out of class structure. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d20cac07..85411849 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ else: setup( name='zipline', - version='0.5.8', + version='0.5.9', description='A backtester for financial algorithms.', author='Quantopian Inc.', author_email='opensource@quantopian.com',