Release 0.5.5

Salient changes since last version:

- Adds non-holiday closings to trading calendar.
- Forward filling of missing treasury data.
- Improves handling of treasury data when the backtest's
  end date day is not a market day.
- Adds option to forward fill data in batch transform.
This commit is contained in:
Eddie Hebert
2012-12-18 10:49:32 -05:00
parent 7f74d53804
commit 1af76458fd
+1 -1
View File
@@ -32,7 +32,7 @@ def readme_as_rest():
setup(
name='zipline',
version='0.5.4',
version='0.5.5',
description='A backtester for financial algorithms.',
author='Quantopian Inc.',
author_email='opensource@quantopian.com',