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
Eddie Hebert
aa0d3e06b1
Removes outdated comments in README.
...
Removes:
- Reference to ZeroMQ, since the project no longer uses it.
- Reference to requirements_sci.txt, since it has now been collapsed
into requirements.txt
2012-10-12 11:05:09 -04:00
fawce
6c57bc3027
removed zmq reference
2012-09-08 23:25:52 -04:00
Stephen Diehl
7c115a4afc
Update pavement.
2012-05-26 20:13:31 -04:00
Stephen Diehl
318d7ba678
Fun fun times writing setup.py
2012-05-26 18:24:48 -04:00
Thomas Wiecki
55b8ccbb3c
DOC: Added missing etc path to README.md. Minor restructuring of text.
2012-04-09 18:51:33 -03:00
Stephen Diehl
6190da376a
Rearrange test case / file layout a bit.
2012-02-23 11:19:26 -05:00
fawce
2fd2808e28
renamed to zipline
2012-02-14 12:23:48 -05:00
fawce
c90864222a
coverage report now embedded in documentation
2012-02-08 17:14:39 -05:00
fawce
73768f5241
cleaned up the readme to be rst-link
2012-02-08 16:31:46 -05:00
fawce
ef39dae85a
docs building
2012-02-08 16:01:39 -05:00
fawce
2eebae2ba9
eliminated tornado and pymongo, more package refactoring, test passes
2012-02-08 13:51:39 -05:00
fawce
9bf2c6a5ee
testing the commit hook
2012-02-02 15:17:53 -05:00
fawce
4cc2c70e35
Update README.md
2012-01-30 21:24:11 -05:00
fawce
1baa5dc0de
picking up
2012-01-24 11:43:10 -05:00
fawce
abce64914c
the code is a mess right now, but i need to save progress off of my lappy. figured out that creating a context in the init wouldn't work with sending an object to multiprocessing. probably due to serialization issues for the context
2012-01-14 01:46:59 -05:00
fawce
b157230a01
cleanup
2012-01-12 17:05:25 -05:00
fawce
6bf0149b6e
formatting
2012-01-09 15:38:32 -05:00
fawce
37bed1522d
formatting
2012-01-09 15:34:50 -05:00
fawce
9ebb52ac93
formatting
2012-01-09 15:32:50 -05:00
fawce
12454f2c8c
added a simple data bootstrapper, to create a development environment
2012-01-09 15:29:39 -05:00
fawce
d39604847d
aligned the authentication with quantopian.com standard
2012-01-09 14:50:34 -05:00
fawce
2860328897
switching to markdown
2012-01-09 11:38:32 -05:00