Commit Graph

255 Commits

Author SHA1 Message Date
Victor Grau Serrat fadd4abe5a DOC: naming convention 2017-10-20 10:55:35 -06:00
Victor Grau Serrat 5fd4ca33d3 DOC: beginner tutorial 2017-10-20 10:14:31 -06:00
Victor Grau Serrat 653f4c2a5a DOC: Features 2017-10-20 08:27:36 -06:00
Victor Grau Serrat 3804af3813 DOC: welcome page w/ logo 2017-10-20 00:13:23 -06:00
Victor Grau Serrat f56abcfc3e DOC: welcome page 2017-10-19 23:54:02 -06:00
Victor Grau Serrat cb6432c395 docs: Catalyst Install 2017-10-19 23:32:55 -06:00
Victor Grau Serrat b1a247df6a gh-pages initial build: Installation (WIP) 2017-10-19 18:03:13 -06:00
Victor Grau Serrat 2c91decc1b WIP: docs build 2017-10-19 15:31:43 -06:00
Victor Grau Serrat 09f27e5880 WIP: build docs 2017-10-19 14:45:32 -06:00
Victor Grau Serrat 2dd8f54148 WIP: build docs 2017-10-19 14:35:25 -06:00
Victor Grau Serrat 6f57660944 WIP: docs build 2017-10-19 12:55:42 -06:00
Victor Grau Serrat 817cb07bee minor fix reference-currency -> base-currency 2017-09-01 09:24:34 -06:00
fredfortier 8f3c440bac Created wiki documentation 2017-08-31 14:14:54 -04:00
fredfortier a785607d8f Fixed a bug with sell orders and added documentation 2017-08-31 13:15:43 -04:00
swacad 246eed215f DOC: Add development guide .rst 2017-06-07 21:50:19 -04:00
Ana Ruelas bb74a0e994 DOC: Include pipeline Term in documentations 2017-06-05 16:11:19 -04:00
Ana Ruelas a1fb90db03 DOC: Include all Factor methods in documentation 2017-06-05 16:10:47 -04:00
Ana Ruelas 846744214f DOC: Include PipelineEngine in documentation 2017-06-05 16:09:36 -04:00
Ana Ruelas 82ebbfa18c DOC: Removed non-existent classes from docs 2017-06-05 16:08:21 -04:00
Ana Ruelas 2178ad1081 DOC: Create built in factors subheading, organize them alphabetically 2017-06-05 16:00:09 -04:00
Ana Ruelas 092951470a DOC: Fix invalid sphinx sections 2017-06-05 15:52:57 -04:00
Freddie Vargus c4a50eda82 DOC: Update beginner tutorial 2017-05-22 12:56:10 -07:00
Freddie Vargus 721de2ab18 ENH: Remove path.py as its not a dependency
MAINT: Add try finally block to deal with exceptions
2017-03-27 18:53:09 -04:00
Freddie Vargus b46da7a65b DOC: Add whatsnew for 1.1.1 2017-03-10 17:46:13 -05:00
Freddie Vargus 7d276842be REL: Update stubs for 1.1.0 release 2017-03-10 17:19:57 -05:00
Freddie Vargus aab1707123 DOC: Write up whatsnew for 1.1.0 release
DOC: Clarify changes and fix formatting

DOC: Remove 1.0.3 whatsnew

DOC: More formatting

DOC: Remove superfluous info

DOC: Change deploy command

DOC: Fix typo

DOC: Add mention of winsorize factor

DOC: Change date of release

DOC: Remove date for now

DOC: Change release to development
2017-03-08 14:53:47 -05:00
Joe Jevnik ab83acc792 ENH: change the clean --before shortopt from -b to -e 2016-12-25 19:22:28 -05:00
Eddie Hebert 47651363c0 DOC: Update testpypi install command
When following the release guide, installing from testpypi using the
`-i` flag failed on my, and at least one other's, development machines.
The cause of the failure appears to be that pip would look for packages,
such as `LogBook` or `pandas` on `testpypi`. However many dependencies
do not have versions that meet our version criteria. (e.g. pandas does
not have a version between 0.16.0 and 0.18.0 on testpypi.)

Instead, use `--extra-index-url` so that other packages can use `pypi`
as a fallback server, instead of being limited to `testpypi`.
2016-12-01 14:40:38 -05:00
Eddie Hebert 9f77473ae6 Merge pull request #1502 from quantopian/remove-future-chain
MAINT: Remove `future_chain` API method.
2016-09-21 11:44:57 -04:00
Eddie Hebert f4daf10e2f MAINT: Remove future_chain API method.
`future_chain` will be replaced by the as yet to be implemented method,
`data.current_chain`

Also removing `FutureChain` which will be replaced by another version
which only supports indexing and iteration.
2016-09-21 11:08:34 -04:00
Eddie Hebert 36c4f4a148 DOC: Add skeleton for 1.0.3 release notes.
Post 1.0.2 cleanup.
2016-09-08 14:22:01 -04:00
Eddie Hebert 15aaafe290 REL: Prepare for 1.0.2 release.
Update release notes.

Generate api stubs.
2016-09-06 16:59:34 -04:00
Ana Ruelas 5b0ff75c8a MAINT: Update whatsnew for empyrical changes 2016-08-23 17:02:12 -04:00
Richard Frank 87a40491d1 DOC: Updated more docs to remove --symbols, which was removed 2016-08-22 13:29:16 -04:00
Richard Frank 9abf22ab3d DOC: Replace run_algo.py in docs with zipline run 2016-08-17 21:54:56 -04:00
Andrew Daniels 440806ad60 MAINT: Use TradingCalendar objects for bundles (#1397)
* MAINT: Use TradingCalendar objects for bundles

Instead of trading days, opens, and closes, register now takes a
TradingCalendar object, along with a start_session and end_session. The
ingest function is now passed these values instead as well.

* Accept calendar name in addition to the actual object

* Updates bundles documentation for changes

* Fix typo in docs

* Use class formatting

* Force start_session and end_session within the bounds of the calendar

* Use UTC timestamps in test_core

* Document Trading Calendar API in appendix.rst
2016-08-17 13:37:07 -04:00
Gil Wassermann e09fadb7e7 DOC: added to whatsnew 2016-08-02 16:39:24 -04:00
Scott Sanderson 129d16fd3d Merge pull request #1358 from quantopian/smoothing
ENH: added smoothing to zipline
2016-08-02 10:32:11 -04:00
Sagiv Ofek 5cbddab0a3 remove symbols, print head 2016-08-02 01:26:55 -04:00
Scott Sanderson f13294de4e ENH: Rename StrictlyTrue to All and add Any().
Also, moved All() and Any() to `zipline.pipeline.filters.smoothing`.
2016-08-01 22:10:28 -04:00
Gil Wassermann 2d5a2055d0 DOC: Added smoothing filter to whatsnew 2016-08-01 08:24:20 -04:00
Scott Sanderson a935943688 DOC: Add whatsnew for grouped top/bottom/rank. 2016-07-26 02:57:35 -04:00
Gil Wassermann 9c6aa0cd58 DOC: Added documentation about window-safe filters 2016-07-22 15:21:18 -04:00
dmichalowicz a8486c5f6e ENH: Factor-to-factor correlations/regressions 2016-07-19 11:16:55 -04:00
Richard Frank 424d7747da DOC: Updated whatsnew with VagrantFile update 2016-07-07 16:01:48 -04:00
Nathan Wolfe e0e18bc328 DOC: Add AverageDollarVolume change to release notes. 2016-06-29 13:47:56 -04:00
Alexey Degtyarev 84afb997d3 DOC: Fix typo in command line to ingest quandl
Usage: zipline ingest [OPTIONS]

  Ingest the data for the given bundle.

Options:
  -b, --bundle BUNDLE-NAME        The data bundle to ingest.  [default:
                                  quantopian-quandl]

  <...>
2016-06-27 01:55:21 +03:00
dmichalowicz 393f82e81e ENH: Add single-column input/output capabilities to pipeline terms 2016-06-23 10:24:09 -04:00
Joe Jevnik d608e0af4f Merge pull request #1276 from quantopian/blaze-loader-checkpoints
ENH: add ffill checkpointing to blaze core loader
2016-06-21 16:48:08 -04:00
Joe Jevnik 1c3ad70431 DOC: docs for checkpoints 2016-06-17 17:59:56 -04:00