Commit Graph

57 Commits

Author SHA1 Message Date
Delaney Granizo-Mackenzie 79041df093 Created 0.7.1 release notes 2014-07-29 12:59:00 -04:00
Thomas Wiecki 6dc9c1b8ae BUG: Fix comparison for pandas 0.14. Closes #377. 2014-07-25 19:31:25 +02:00
Thomas Wiecki 5b1afe166b DOC: Update release notes for 0.7 2014-07-21 14:31:40 +02:00
Thomas Wiecki e139294551 DOC: Typos in release announcements. 2014-07-17 17:29:54 +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
Delaney Granizo-Mackenzie 6baabc5975 Update zipline-0.6.2.md 2014-07-02 11:20:12 -04:00
Delaney Granizo-Mackenzie 3a48eb9bc2 Update zipline-0.6.2.md 2014-07-02 11:03:17 -04:00
Delaney Granizo-Mackenzie 6920fec9a3 Update zipline-0.6.2.md
Added a note about record functionality.
2014-07-02 10:57:27 -04:00
Thomas Wiecki d105d615d0 MAINT: Removed undocumented and untested sources for pytables and csv. Closes #267. 2014-07-02 11:32:27 +02:00
Scott Sanderson 2be999e277 DOC: Update release notes for all_api_methods helper. 2014-05-14 11:34:09 -04:00
Scott Sanderson 2976a0dc5f DOC: Update release notes for trading controls. 2014-05-12 18:11:48 -04:00
Eddie Hebert 9953c7ea28 DOC: Update release notes. 2014-05-12 14:34:46 -04:00
twiecki c44458790a DOC: Add release notes for 0.6.2. 2014-05-07 15:34:46 -04:00
twiecki 8422006165 DOC: Fix typo in release announcement. 2014-05-07 15:34:46 -04:00
Eddie Hebert 5d9a18c538 REL: Release notes file for 0.6.1 2014-05-05 16:19:18 -04: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 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
Eddie Hebert df7b9c0273 MAINT: Remove date_utils module.
Most of the functions in date_utils can be done via pandas.
The other functions are no longer used for loading, etc. so remove
the date_utils module to reduce the total surface area of Zipline core.
2013-09-30 23:30:07 -04:00
Thomas Wiecki 9694dfbbfe DOC: Removed mathjax from docs. Closes #73. 2013-08-08 11:22:31 -04:00
Ben McCann eaa9880203 DOC: Reference example in quickstart to keep it up-to-date.
Fix the quickstart docs by including the example so that it's
always up-to-date.
2013-06-14 15:58:45 -04:00
Thomas Wiecki 087d4d2c74 DOC: Add ta transforms to manual. 2013-05-13 11:24:10 -04:00
Thomas Wiecki 5cf1b2880d DOC: Removed obsolete docs. 2013-05-11 14:57:52 -04:00
Ben McCann fc4d563a02 DOC: Fix documentation compilation 2013-04-17 11:15:38 -04:00
Eddie Hebert 68327f5a10 Removes documentation references to pavement.
The references to pavement were causing confusion on what libraries
are needed for installation.
2013-02-01 11:33:32 -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
Tobias Brandt b10bfc98a1 DOC: Added autodoc generating links for all submodules 2012-11-14 14:29:50 +02:00
Tobias Brandt 220cc557df DOC: Added a note on Time Compression and reformatted the .rst file. 2012-11-14 13:43:03 +02:00
Tobias Brandt 51838dbdd3 DOC: I took more documentation from the pypi README page and added it to the
Sphinx documentation.
2012-11-14 13:18:55 +02:00
Tobias Brandt e955012fce DOC: Replaced installation instructions with the ones from pypi. 2012-11-14 12:54:04 +02:00
Tobias Brandt 630ef8d4b9 DOC: Removed the messaging documentation since it seems obsolete. 2012-11-14 12:44:00 +02:00
Tobias Brandt b8380499bc DOC: Added Quantopian Manifesto 2012-11-14 12:40:03 +02:00
Tobias Brandt 03f582701f DOC: Changed the modules heading. 2012-11-14 12:20:15 +02:00
Tobias Brandt 2f325ee2b4 DOC: Added chapter headings for Messaging and Extensions to make the TOC more
readable.
2012-11-14 12:17:12 +02:00
Tobias Brandt 92fa9bf41d DOC: Renamed the notes section the installation section.
Fixed some formatting in the DataSources paragraph.
2012-11-14 12:12:42 +02:00
Tobias Brandt 3f969b7913 DOC: Made the Welcome page a little more welcoming and moved high-level notes
out into a separate page.
2012-11-14 12:02:03 +02:00
Tobias Brandt 8ff566b5be DOC: Fixed syntax highlighting 2012-11-13 12:21:11 -05:00
Tobias Brandt 0134bbed82 DOC: Removed autodoc directive for *lines* module.
This module seems to no longer be there.
2012-11-13 12:20:26 -05:00
fawce 57a1834c5a refactored so that slippage is implemented as pluggable classes. 2012-09-13 21:22:01 -04:00
Stephen Diehl 954ad8afb3 Added setproctitle and C extension doc. 2012-05-29 17:09:08 -04:00
fawce 839e99f099 document fixes. 2012-03-20 23:17:36 -04:00
fawce 84bccbc67c fixed a few type-os to repair document generation. 2012-03-13 23:31:22 -04:00
Stephen Diehl 6edf17fb69 Wiped out tests. 2012-02-29 16:48:55 -05:00
Stephen Diehl d6c425936a Better tracking of failure modes. 2012-02-27 23:23:31 -05:00
Stephen Diehl 0de735e816 Documention tweaks. 2012-02-27 12:14:45 -05:00
Stephen Diehl 40f6c17be7 Added serializers. 2012-02-27 09:56:43 -05:00
Stephen Diehl e640aabf73 Cleanup docs, pep8ify, and backport dev simulator test 2012-02-23 15:32:17 -05:00
Stephen Diehl c0d53dc860 Update apidocs, flush old on rebuild. 2012-02-20 17:31:33 -05:00
fawce 2fd2808e28 renamed to zipline 2012-02-14 12:23:48 -05:00