Commit Graph

73 Commits

Author SHA1 Message Date
Thomas Wiecki 2a71f8353a DOC: Fix readme example and update dependency doc. 2014-07-26 09:28:44 +02:00
Thomas Wiecki 0bfb18f23b DOC: Update release notes for 0.7. Add tutorial link to README. 2014-07-17 17:23:30 +02:00
Thomas Wiecki eae41b8e7a DOC: Add tutorial and update examples to use history. 2014-07-16 17:30:23 +02:00
Thomas Wiecki be1ccd169a DOC: Add coverage badge to README. 2014-06-18 20:00:16 +02:00
Thomas Wiecki ff11628cd3 DOC: Wrong link for badges. 2014-06-18 17:46:59 +02:00
Thomas Wiecki d6a392e394 DOC: Add version and download counter to README. 2014-06-18 17:45:33 +02:00
Thomas Wiecki a372549f6f DOC: Add @humdings to contributors. 2014-06-04 20:08:52 +02:00
twiecki 12b651d9f0 DOC: Update README on conda installation, CLI and new example algo. 2014-05-07 15:34:46 -04:00
twiecki 59f8dfd94c DOC: Add note on installation to setting up dev env. 2014-05-07 15:34:46 -04:00
twiecki bbd533ac27 DOC: Add @sdrdis to contributors. 2014-04-14 08:05:31 -04:00
twiecki 63f1c791da DOC: Changed conda install channel. 2014-03-05 13:13:07 -05:00
twiecki ae4a9b7d96 DOC: Added contributors to README.md 2014-02-21 09:05:22 -05:00
twiecki e4caa43128 BLD: Added conda build files. 2014-02-16 11:00:51 -05:00
Eddie Hebert 7f943e94a3 DOC: Fix link to flake8 homepage. 2014-01-09 11:15:00 -05:00
Eddie Hebert 61ccce760e BLD: Remove unused requirement of iso8601 package. 2014-01-08 11:13:26 -05:00
Eddie Hebert bbad5b386a MAINT: Removed unused test_utils.check functions.
The test_utils were the only references to the blist package,
removing so that blist can be removed as a dependency.
2013-12-02 13:19:00 -05:00
Eddie Hebert 408c129760 BLD: Remove Delorean as a build and setup dependency.
Now that we use pandas Timestamp throughout, Delorean is no longer
needed as a dependency.
2013-11-11 11:47:41 -05:00
Eddie Hebert b44fc20e4e MAINT: Remove msgpack as a dependency.
Now that the data serialization uses pandas, msgpack is no longer
needed.
2013-10-01 14:28:11 -04:00
Thomas Wiecki 433c138edf DOC: Updated example in readme and added python-dateutils dependency. Closes #139. 2013-08-08 11:08:48 -04:00
Ben McCann efe50f8494 BUG: Fix get_benchmark_returns.
It should calculate the return off the pervious day's close, instead
of current day's open.
2013-07-15 15:35:09 -04:00
Ben McCann 99676067d7 DOC: Add some more installation instructions 2013-06-06 10:07:35 -04:00
Eddie Hebert 4177a2c073 DOC: Add @verdverm to contributors list. 2013-05-10 21:39:24 -04:00
Eddie Hebert 1906c2d416 DEV: Add notes on dependency installation to README 2013-04-05 11:38:24 -04:00
Ben McCann 7608cbdd1b DEV: Add note about running tests to README 2013-04-05 11:38:14 -04:00
Eddie Hebert 2504874a84 DEV: Updates README with numpy installation tip.
Adds `pip install numpy` to the installation notes,
since `pip install zipline` will not work out of the box
if numpy is not installed beforehand.
2013-03-22 13:54:10 -04:00
Martin Dengler 66fb0c583c README.md: update "Dependencies" section from setup.py 2013-03-07 01:08:21 +00:00
Thomas Wiecki 8c182ad66e ENH: load_bars_from_yahoo provides OHLC. Based on Brian Cappello's code. 2013-02-12 13:26:13 -05:00
fawce 40d25c5519 Update README.md 2013-02-03 16:28:20 -05:00
Eddie Hebert 079d7b322e Updates README to distinguish between backtesting and trading. 2013-02-01 10:17:02 -05:00
Eddie Hebert 204eae7274 Updates README example code to use window_length instead of days.
In a previous patch, the transform argument had been changed
from days to window_length.

The README example was thus not able to be run, updating algo
so that it runs against current versions of transforms.
2012-12-19 18:10:20 -05:00
Jonathan Kamens 831034eb3b Remove unused ISO 8601 stuff from Zipline 2012-12-11 13:54:59 -05:00
Eddie Hebert 3f94fad97e Fixes README link to Scipy.
The wrapping line break was breaking the Markdown format.
2012-12-03 21:45:05 -05:00
Eddie Hebert 402d2c87f5 Points Quantopian link in README to www. 2012-12-03 21:44:07 -05:00
fawce 149309d4af Update README.md 2012-11-28 17:31:53 -05:00
Eddie Hebert 0ccdaa9f7c Fixes and improves links in README.
- Fixes the link to flake8
- Adds a link to pyflakes
2012-11-26 13:18:38 -05:00
fawce cbd3fa1e78 Update README.md 2012-11-21 13:37:56 -05:00
fawce b5946fee37 Update README.md 2012-11-21 13:30:23 -05:00
Eddie Hebert 0617e53d69 Upgrades flake8 from 1.5 -> 1.6
Also, removes flake8 ignores, since the warnings that were
at odds with eachother now work.
2012-11-19 12:49:09 -05:00
Eddie Hebert c529698730 Fixes Markdown links in README. 2012-10-25 09:42:58 -04:00
Thomas Wiecki 42c2a6b892 Adds example algorithm scripts. 2012-10-23 17:46:02 -04:00
Thomas Wiecki 63e19f71c0 Rewrites README.
Cleans up installation notes and adds quickstart code.
2012-10-23 17:42:12 -04:00
Eddie Hebert 7904773d00 Updates flake8 to latest.
The latest flake8 release in now 1.5, which pulls in pep8: 1.3.4a0

The upgrade pep8 has changes to what it picks up as lint.
Making code base compatible, so that new devs can install pep8
from PyPI and not have friction over the version difference.

Currently using these ignores in the config file:

```
[pep8]
ignore = E124,E125,E126
```

Ignoring these since they are difficult to squash while maintaining
an 80 char line length, and appear spurious.
Should address later.

Updates Travis config, README, and pip requirements to reflect change.
2012-10-22 11:57:16 -04:00
Eddie Hebert d2283ea887 Adds Travis CI build status to README. 2012-10-19 14:04:44 -04:00
Eddie Hebert 44efa4294f Adds section about hosting of the source to README. 2012-10-17 15:29:31 -04:00
Eddie Hebert b61a5a31a5 Removes notes about data soures in README.
This should live in the docs instead.
2012-10-17 15:22:58 -04:00
Eddie Hebert c626f527e1 Adjusts indentation of lists.
Getting some sublists to render correctly.
2012-10-15 15:17:22 -04:00
Eddie Hebert cc5481daab Adds linebreak so that Markdown list is enabled. 2012-10-15 14:54:02 -04:00
Eddie Hebert 3c51014b21 Removes references to old project name.
Also, changes capitalization of some external projects.
2012-10-15 14:48:45 -04:00
Eddie Hebert 35616582e8 Removes references to pavement in README.
The project is no longer using paver, so removing old comments.
2012-10-15 14:44:49 -04:00
Eddie Hebert 97df95a441 Adds information style guide, discussion, and contact info to README. 2012-10-15 14:39:23 -04:00