From e13929455167d95f368f061c7b7fb9b3dd44f73f Mon Sep 17 00:00:00 2001 From: Thomas Wiecki Date: Thu, 17 Jul 2014 17:29:54 +0200 Subject: [PATCH] DOC: Typos in release announcements. --- docs/release-notes/zipline-0.7.0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/release-notes/zipline-0.7.0.md b/docs/release-notes/zipline-0.7.0.md index d33ab523..1351eac7 100644 --- a/docs/release-notes/zipline-0.7.0.md +++ b/docs/release-notes/zipline-0.7.0.md @@ -104,7 +104,7 @@ > The requirements are simply that the poritional args occur only before the > kwargs. - * history() has been ported from Quantopian to Zipline and provides moving window of market data. [PR345](https://github.com/quantopian/zipline/pull/345) and [PR357](https://github.com/quantopian/zipline/pull/357) +* history() has been ported from Quantopian to Zipline and provides moving window of market data. [PR345](https://github.com/quantopian/zipline/pull/345) and [PR357](https://github.com/quantopian/zipline/pull/357) > history() replaces BatchTransform. It is faster, works for minute level data and has a superior interface. > To use it, call `add_history()` inside of `initialize()` and then receive a pandas `DataFrame` by calling @@ -121,7 +121,7 @@ ## Maintenance and Refactorings (MAINT) -* Removed undocumented and untested HDF5 and CSV data sources. [267](https://github.com/quantopian/zipline/issues/267] +* Removed undocumented and untested HDF5 and CSV data sources. [PR267](https://github.com/quantopian/zipline/issues/267) * Refactor sim_params [PR352](https://github.com/quantopian/zipline/pull/352)