Ayoub ENNASSIRI
7651c05dc7
Merge branch 'master' into benchmark
2020-04-20 14:30:36 +02:00
samatix
14a03a0b73
DOC: Adding the no-benchmark setting for the initial run in the readme so that the first run by end users doesn't fail
2020-04-20 14:29:28 +02:00
samatix
802bfafb72
DOC: Adding the new added benchmark options to the beginner guide.
2020-04-05 23:57:28 +02:00
Daraul Harris
f961ec9ca6
List hdf5 as a dependency ( #2679 )
...
Possibly related to #2474 , this dependency was a requirement to install zipline on arch.
2020-03-31 17:07:02 -04:00
Richard Frank
23f1580bf9
MAINT: Renamed requirements.txt to requirements_locked.txt
...
since it's the generated lockfile
2020-02-11 11:05:22 -05:00
Richard Frank
4f78b86323
DOC: On updating dependencies
2020-02-11 11:05:22 -05:00
Willian Paixao
11dadcaba4
Introducing pre-commit hooks
...
In a intention to increase code quality and reducing faulty commits,
pre-commits help checking the staged code for simple static code
analysis.
2020-01-23 20:41:14 +01:00
Scott Sanderson
1b08239b6c
Merge pull request #2510 from Peque/redhat-rep-config
...
DOC: Fix incorrect package name
2020-01-07 13:06:17 -05:00
Hristo Georgiev
c80a97b8b5
DOC: Fix typos and remove trailing whitespace.
2019-10-19 11:10:50 +01:00
Miguel Sánchez de León Peque
ef66184e23
DOC: Fix incorrect package name
...
There is no `redhat-rep-config` package in RHEL-derived Linux
distributions like Fedora. There is a `redhat-rpm-config` package
though.
2019-09-09 11:32:31 +02:00
Frederick Wagner
26b07d66f6
BLD: Add dev-install script
...
This script, and the associated changes, help avoid strange problems
with Python 3, pdbpp, and concurrent.futures related to ordering and
side effects from .pth files.
Without them, under certain, possibly nondeterministic circumstances,
installing zipline's dependencies in Python 3 will cause the
concurrent.futures backport to shadow the stdlib module, which breaks
pip (among other things) with a SyntaxError.
2019-08-26 10:17:48 -04:00
Scott Sanderson
b7b4f81bfc
DOC: Documentation tweaks.
2019-07-15 18:48:58 -04:00
ivigamberdiev
91c7692c17
Update links and http -> https ( #2448 )
2019-04-01 09:18:16 -04:00
Frederick Wagner
bf79c58e59
MAINT: flake8 fixes
2019-01-14 14:02:27 -05:00
Jean Bredeche
2774e296d3
DOC: fixed how we upload the final artifact to pypi
2019-01-07 11:54:27 -05:00
Jean Bredeche
6871489342
DOC: Update test pypi URL
2019-01-07 11:45:34 -05:00
Willian Paixao
a7a6fd2f33
DOC: Add local installation in dev guide.
...
Fixes #2281
2018-09-11 12:32:41 -05:00
Scott Sanderson
e491ebef53
ENH: Initial support for international pipelines.
...
This commit adds initial support for international markets in the Pipeline API
via addition of the concept of "domains".
Significant changes on this branch include:
- Added `zipline.pipeline.domain` and the `Domain` interface.
- Added several canonical domain definitions:
- GENERIC
- US_EQUITIES
- CA_EQUITIES
- GB_EQUITIES
- Added `zipline.country` as a place to define canonical country code names.
- Made `PipelineLoader` an interface and added new `domain` parameter to
signature of `load_adjusted_array`.
- Added a new system for "generic" and "specialized" DataSet and BoundColumn
objects.
- Added a new system for inferring a domain from a pipeline that contains a mix
of generic and non-generic terms.
- Reworked the built-in pricing dataset. USEquityPricing dataset is now a
specialized version of a generic EquityPricing dataset, and most built-in
factors are now implemented in terms of EquityPricing rather than
USEquityPricing.
- Removed `zipline.data.us_equity_pricing`.
- Moved BcolzDailyBar{Reader,Writer} to `zipline.data.bcolz_daily_bars`.
- Moved SQLiteAdjustment{Reader,Writer} to `zipline.data.adjustments`.
New dependencies added as part of this work:
- iso3166 (for canonical country code definitions)
- python-interface (for strict interface definitions).
See https://github.com/quantopian/zipline/issues/2265 for a full description of
the design for domains.
2018-09-10 10:05:39 -05:00
Richard Frank
b8bb1e890e
DOC: Updated release process around CI conda packaging ( #2255 )
2018-07-20 10:53:12 -04:00
Scott Sanderson
afb1c7eb83
DOC: Add new release scaffold.
2018-07-16 22:33:22 -04:00
Scott Sanderson
1105f51323
DOC: Remove note to edit pypirc.
2018-07-16 20:39:50 -04:00
Scott Sanderson
128420679c
DOC: Update release process docs.
2018-07-16 20:39:50 -04:00
Scott Sanderson
d614f3905a
DOC: Final release notes.
2018-07-16 17:46:15 -04:00
Scott Sanderson
b22bd4c2d6
DOC: More doc updates.
2018-07-16 17:46:15 -04:00
Scott Sanderson
108c80f710
DOC: Add docs entry for pipeline datasets.
2018-07-16 17:46:15 -04:00
Scott Sanderson
da8583a056
DOC: Update docs.
2018-07-16 17:46:15 -04:00
Scott Sanderson
39ed800703
DOC: Add whatsnew for 1.3.0.
2018-07-16 17:46:15 -04:00
aivensong
a0497e217f
DOC: add import to beginner tutorial to fix NameError
2018-04-09 10:48:50 +07:00
Freddie Vargus
0fb2ef084b
REL: Update whatsnew for 1.2.0 release
2018-04-01 18:45:19 -04:00
Richard Frank
94237421d6
DOC: Fixed typo in description of --bundle-timestamp
2018-03-12 18:23:52 -04:00
Joe Jevnik
bd24e0def4
DOC: whatsnew
2018-02-26 17:48:14 -05:00
Joe Jevnik
1f50b1b0d3
ENH: new risk metrics API
2018-02-26 17:48:14 -05:00
Freddie Vargus
ec151a0325
DOC: Docs & tutorial updates for ingesting, beginners, and csvdir
2018-01-08 14:54:40 -05:00
Freddie Vargus
2b07334164
DOC: Add tutorial on creating a custom TradingCalendar ( #2035 )
...
* DOC: Add tutorial on creating a custom TradingCalendar
* DOC/STY: Formatting and fixup for the tutorial
* MAINT: Suggested changes
2017-12-21 13:55:30 -05:00
Ana Ruelas
5dec3b77c1
EHH: New filter AllPresent with tests
...
DOCS: Include built-in filters section in user documentation
2017-10-10 11:46:58 -04:00
Eddie Hebert
76ee66741c
REL: Update release notes for panel backed daily history fix.
2017-09-22 11:06:31 -04:00
Richard Frank
9f9bbb99e6
DOC: Removed yahoo_equities autodoc. Code was removed.
2017-09-12 17:33:48 -04:00
Richard Frank
73922e2966
BLD: Clean the docs build output before generating new ones
...
Deleted modules were seeping in.
2017-09-12 17:33:48 -04:00
aiueogawa
4760a6f843
DOC: Fix a link and typo ( #1932 )
...
* DOC: Fix a link
* DOC: Fix typo
2017-09-07 11:53:53 -04:00
z.Runmin
456db099e9
DOC: Add info about using a conda envs for installs ( #1922 )
2017-08-24 13:55:24 -04:00
Guillermo Alonso
7f5d852532
DOC: Fix some typos
2017-08-10 09:20:01 -04:00
David Michalowicz
6142df1aa5
DOC: Update whats new
2017-07-31 10:48:39 -04:00
Ana Ruelas
07b83046d3
Merge pull request #1828 from quantopian/macdsignal-docs
...
DOC: Include MACDSignal in zipline.io documentation
2017-07-18 09:09:14 -05:00
Freddie Vargus
fb248ef951
DOC: Add whatsnew for 1.1.2 ( #1875 )
2017-07-06 10:36:10 -04:00
Freddie Vargus
bd824c146b
DOC: Remove mentions of Yahoo from tutorial ( #1845 )
...
* DOC: Remove mentions of Yahoo from tutorial
* MAINT: Add .ipynb_checkpoints to gitignore
2017-07-06 10:35:39 -04:00
Freddie Vargus
9d01ba75c4
DOC: Add whatsnew for zipline 1.1.1 ( #1868 )
...
* DOC: Add whatsnew for 1.1.1
* DOC: Update type stubs
2017-07-05 17:44:25 -04:00
Freddie Vargus
d4d8db3e1a
MAINT: Remove code that doesn't work with the new yahoo API
...
DOC: Remove mentions of Yahoo data bundles
MAINT: Remove yahoo bundle, test, and more mentions of yahoo
2017-07-03 11:01:39 -04:00
swacad
246eed215f
DOC: Add development guide .rst
2017-06-07 21:50:19 -04:00
Ana Ruelas
b7a3f43437
DOC: Include MACDSignal in zipline.io documentation
2017-06-06 13:46:06 -04:00
Ana Ruelas
bb74a0e994
DOC: Include pipeline Term in documentations
2017-06-05 16:11:19 -04:00