Scott Sanderson
fa8dd42031
Merge pull request #982 from quantopian/liquidation
...
Add auto_close_date support for equities
2016-02-23 10:00:55 -05:00
Scott Sanderson
e940a56b08
MAINT: Don't recompute portfolio in BTS.
2016-02-23 00:41:58 -05:00
dmichalowicz
5be63f36d5
ENH: Add auto_close_date support for equities
2016-02-22 13:51:20 -05:00
Scott Sanderson
e2db1a7b45
DEV: Add utility for generating test price/volume data.
2016-02-22 13:47:07 -05:00
Joe Jevnik
6ae6b4fc7a
DEV: use the default build string
2016-02-22 13:20:40 -05:00
Richard Frank
931ee8a02c
BLD: Added conda recipes for bcolz
...
and its dependency, setuptools_scm
bcolz was generated with skeleton and modified for cython, numpy, tests
2016-02-19 18:39:42 -05:00
Richard Frank
c0ad640948
BLD: Put back build number
2016-02-19 15:42:07 -05:00
Richard Frank
adb051700a
BLD: Downgrade Cython
...
because of mislabeled osx anaconda package
2016-02-19 15:42:02 -05:00
Richard Frank
64b4334e5a
BLD: Use build_requires with conda build
2016-02-19 15:36:57 -05:00
Joe Jevnik
92b6fe8d5b
BLD: use setup_requires
2016-02-18 21:12:03 -05:00
Joe Jevnik
97f1ac7970
BLD: add setuptools>18 for bcolz
2016-02-18 21:11:47 -05:00
Joe Jevnik
4168c7bd26
BLD: use default build string
2016-02-18 21:10:14 -05:00
Joe Jevnik
f51963cf7a
BLD: add .pxi files to sdist
2016-02-18 21:10:14 -05:00
Joe Jevnik
448e0e9a3b
BLD: back to git url
2016-02-18 21:10:14 -05:00
Joe Jevnik
1c7f40532d
BLD: conda format for numpy
2016-02-18 21:10:13 -05:00
Joe Jevnik
c522594fd9
BLD: we conda now
2016-02-18 21:10:13 -05:00
Richard Frank
00f230421e
DOC: Comment reason for conda-build reinstall
2016-02-18 21:10:13 -05:00
Richard Frank
13b909ccc9
ENH: Added build_requires instead of requiring all for conda
2016-02-18 21:10:12 -05:00
Joe Jevnik
c998c0401b
BLD: use new package of ta-lib
2016-02-18 21:07:32 -05:00
Joe Jevnik
6e0812c2f8
DEV: setup anaconda build for our packages
2016-02-18 21:06:18 -05:00
Joe Jevnik
ac028cef49
Merge pull request #994 from quantopian/blaze-condense-query
...
condense the blaze query
2016-02-18 15:00:09 -05:00
Joe Jevnik
ef29de222a
MAINT: add .eggs/* to gitignore
2016-02-17 20:23:29 -05:00
Joe Jevnik
2036f3d389
ENH: condense the blaze query
2016-02-17 20:22:31 -05:00
Richard Frank
2ef5b7b88c
Merge pull request #1002 from quantopian/travis-pip-cache
...
BLD: Use separate travis pip cache subdirs per numpy version
2016-02-17 14:12:14 -05:00
Richard Frank
2d721372c0
BLD: Use separate travis pip cache subdirs per numpy version
2016-02-17 10:38:35 -05:00
Richard Frank
62020f6529
BLD: Removed stale README.md entry in manifest
...
README.rst is included implicitly by setuptools.
2016-02-16 18:11:08 -05:00
Jonathan Kamens
d8bbaec5a8
BLD: Disable Travis build cache
2016-02-16 15:23:13 -05:00
Jonathan Kamens
ea1b3053d6
Merge pull request #998 from quantopian/upgrade_logbook
...
MAINT: Upgrade Logbook version
2016-02-16 14:40:50 -05:00
Jonathan Kamens
740bc4a520
BLD: Update conda meta for logbook 0.12.5
2016-02-16 14:40:00 -05:00
Scott Sanderson
b632c41351
Merge pull request #962 from quantopian/pipeline-missing-values
...
Pipeline missing values
2016-02-16 14:14:22 -05:00
Scott Sanderson
6287987c0b
BUG: Work around scipy >= 0.17 changing dtype of rankdata.
2016-02-16 13:43:56 -05:00
Scott Sanderson
d889f8b08b
BUG: Don't use deprecated attribute of exception.
2016-02-16 13:43:25 -05:00
Jonathan Kamens
11465d907d
MAINT: Upgrade Logbook version
...
Upgrade Logbook to 0.12.5. This required changing a usage of
`logbook.NullHandler()` which passed `bubble=True`, since
`NullHandler` no longer supports the `bubble` argument.
2016-02-16 13:32:25 -05:00
Scott Sanderson
4bc42d5658
BUG: Don't return a map from chrange.
2016-02-16 12:35:49 -05:00
Scott Sanderson
b26a40b298
BUG: Check against assets, not sids in pipeline output.
2016-02-16 11:50:10 -05:00
Scott Sanderson
f27b415c83
DOC: Docs updates for subtest and parameter_space.
2016-02-12 21:23:47 -05:00
Scott Sanderson
cbb59747af
TEST: Add test for parameter_space ordering.
2016-02-12 21:23:47 -05:00
Scott Sanderson
58b594a6e5
STY: Typo.
2016-02-12 21:23:47 -05:00
Scott Sanderson
3739df0da6
STY: Flake8.
2016-02-12 21:23:47 -05:00
Scott Sanderson
0115cdc46c
MAINT: Fail fast on unsupported dtypes.
2016-02-12 21:23:47 -05:00
Scott Sanderson
3cfc22ed77
DOC: Add whatsnew.
2016-02-12 21:23:47 -05:00
Scott Sanderson
09be7acaa8
TEST: Test forwarding of missing_value.
2016-02-12 21:23:47 -05:00
Scott Sanderson
c105735574
DEV: Add support for specifying missing_value.
...
Consequently, enable support for `int`-dtyped Factors and BoundColumns.
2016-02-12 21:23:47 -05:00
Scott Sanderson
94c02c710b
DEV: Add parameter_space test decorator.
2016-02-12 21:21:19 -05:00
Scott Sanderson
9c448b5238
DOC: Explain why _BoundColumnDescr exists.
...
We don't want to bind to parent DataSets when we bind to names because
we want to dynamically create new BoundColumns in subclasses.
2016-02-12 21:21:19 -05:00
Scott Sanderson
1bf33f9ee0
TEST: Add isolated tests for .latest.
2016-02-12 21:21:19 -05:00
Scott Sanderson
f440cb73b2
MAINT: Make __slots__ a tuple.
2016-02-12 21:21:19 -05:00
Scott Sanderson
22fdc910e4
DEV: Add EyeLoader.
2016-02-12 21:21:19 -05:00
Scott Sanderson
a96dd70634
MAINT: Rename ConstantLoader to PrecomputedLoader.
2016-02-12 21:21:19 -05:00
Scott Sanderson
0c15f50231
TEST: Add dedicated testing dataset.
2016-02-12 21:20:18 -05:00