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
Scott Sanderson
28fdecc98b
ENH: Make .latest return a Filter on bool columns.
2016-02-12 21:20:18 -05:00
Richard Frank
d5bd2a9fb8
BLD: Pinning version of indirect dependency
2016-02-12 17:00:45 -05:00
Richard Frank
fca7936b9b
Merge pull request #969 from quantopian/fix-numpy-warnings
...
Fix numpy warnings
2016-02-12 16:41:50 -05:00
Richard Frank
24a292150a
MAINT: Removing confusing parameter where we only use default
2016-02-11 18:46:44 -05:00
Joe Jevnik
86558f83b3
MAINT: use constants for nat
2016-02-11 18:46:43 -05:00
Joe Jevnik
5eb453675d
BUG: don't fail if you cannot make a webrequest
2016-02-11 18:46:43 -05:00
Richard Frank
69cc5e6564
MAINT: Delegate to math_utils to leave bottleneck as optional
2016-02-11 18:46:43 -05:00
Richard Frank
318ac4deb5
TST: Use np.floor to preserve float return, since py3 returns an int
2016-02-11 18:46:43 -05:00
Richard Frank
1075e0573e
PERF: Updated to sort_values for new pandas
2016-02-11 18:46:43 -05:00
Richard Frank
069fe5ccda
TST: Updated for new pandas and made clearer types of values
2016-02-11 18:46:43 -05:00
Richard Frank
f14002a741
TST: Test fixes for pandas update
2016-02-11 18:46:43 -05:00
Richard Frank
ff485950b8
TST: Fix expected value now that assertion is more strict
...
in newer pandas
2016-02-11 18:46:43 -05:00
Richard Frank
41231c5c59
MAINT: Removing unused functions and related tests
2016-02-11 18:46:43 -05:00
Joe Jevnik
c11524fda1
MAINT: pandas 0.17 compat for blaze core loader
2016-02-11 18:46:43 -05:00
Richard Frank
7f27df4c51
TST: We want the longest times, no matter the color
2016-02-11 18:46:42 -05:00
Richard Frank
fda8daa120
PERF: Use iloc instead of values, which is slower on pandas 0.17
2016-02-11 18:46:42 -05:00
Joe Jevnik
e33cc25265
TST: fix redundant partial
2016-02-11 18:46:42 -05:00
Joe Jevnik
23c9bb0a7f
BLD: install system packages
2016-02-11 18:46:42 -05:00
Joe Jevnik
68c9575b5c
BLD: remove conda stuff from travis
2016-02-11 18:46:42 -05:00
Joe Jevnik
d94d9ae9d2
BLD: sed requirements file
2016-02-11 18:46:42 -05:00
Joe Jevnik
d1eb479a19
BLD: add numpy 1.10 to build matrix
2016-02-11 18:46:42 -05:00
Joe Jevnik
9a253d52b2
BLD: use numpy get_include
2016-02-11 18:46:42 -05:00
Joe Jevnik
8be903b074
STY: remove unused import
2016-02-11 18:46:42 -05:00
Joe Jevnik
83cc14db4c
BLD: run flake8 after tests
2016-02-11 18:46:42 -05:00
Scott Sanderson
5a7bad4005
MAINT: Different workaround for old-style class.
2016-02-11 18:46:41 -05:00
Scott Sanderson
5f49fa22cb
MAINT: Upgrade numpy and fix warnings.
...
Mostly fixes ambiguous calls to numpy.full, and uses explicitly-united
NaT values.
2016-02-11 18:46:39 -05:00
Scott Sanderson
b65199339e
Merge pull request #991 from quantopian/fix-right-binding-filter-ops
...
BUG: Add right-binding operators to NumExprFilter.
2016-02-10 20:16:01 -05:00
Scott Sanderson
9551e13895
DOC: Add whatsnew entry.
2016-02-10 18:51:33 -05:00
Scott Sanderson
dfb1832231
TEST: More thorough testing of boolean binops.
2016-02-10 18:45:00 -05:00
Scott Sanderson
e7269a880c
BUG: Add right-binding operators to NumExprFilter.
...
Fixes a bug where doing a boolean comparison between a non-numexpr
Filter and a NumExprFilter would fail because we don't implement
`__rand__` and `__ror__`.
2016-02-10 18:34:59 -05:00
Richard Frank
9e89b4ab9b
Merge pull request #983 from quantopian/expiration_perf
...
Expiration perf
2016-02-05 10:02:06 -05:00
Richard Frank
4e84b2c5ca
TST: Added doctest
2016-02-04 21:58:57 -05:00
Richard Frank
79aff84aed
MAINT: Moved auto_close_date to Asset
...
Handle custom data source with non-int sids
2016-02-04 21:58:57 -05:00
Richard Frank
ede1eb7aa0
PERF: Look up expired futures from in-memory Futures
...
instead of queries to the db.
2016-02-04 18:55:34 -05:00
Joe Jevnik
f5b74bf7c5
Merge pull request #980 from quantopian/odo-kwargs
...
ENH: allow users to specify odo kwargs in from_blaze
2016-02-03 17:28:22 -05:00
Joe Jevnik
7c8a44ecd7
ENH: allow users to specify odo kwargs in from_blaze
2016-02-03 16:16:06 -05:00
Eddie Hebert
7173e9a5c8
Merge pull request #979 from quantopian/allow-cols
...
ENH: Allow passing of numpy arrays to writer.
2016-02-02 14:58:06 -05:00
Eddie Hebert
27f94f83fa
ENH: Allow passing of numpy arrays to writer.
...
For faster parsing and writing workflows, do not require a DataFrame.
2016-02-02 14:03:42 -05:00
Richard Frank
d2365750fd
Merge pull request #977 from quantopian/asset_comparison_overflow
...
BUG: Handle OverflowError by comparing False
2016-02-01 15:48:24 -05:00
Eddie Hebert
9c51daad47
Merge pull request #978 from quantopian/allow-empty-writes
...
ENH: Add padding method to minute bars writer.
2016-02-01 15:22:10 -05:00
Richard Frank
28b34f6409
BUG: Handle OverflowError by comparing False
...
instead of raising
2016-02-01 15:02:15 -05:00