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.
This commit is contained in:
Eddie Hebert
2013-04-02 11:22:31 -04:00
parent 05a03bcf21
commit 45bca4301f
+1 -1
View File
@@ -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',