zipline/tests
Scott Sanderson a4e63feeef ENH: Adds several methods to Factor for daily summary statistics.
The following methods are supported:

- mean
- median
- stddev
- max
- min
- sum
- notnull_count

Each of these methods produces a term with ndim=1, meaning that it produces a
single scalar value per day.
2020-04-29 12:08:55 -04:00
..
data Merge pull request #2644 from quantopian/ffill-past-fx-end 2020-02-04 18:54:16 -05:00
events TST: Need relative imports in py3 2019-08-29 12:46:18 -04:00
finance TST: Generate test names and order deterministically 2019-09-13 10:26:23 -04:00
history MAINT: Avoid flake8 variable name complaints 2019-01-14 14:02:27 -05:00
metrics TST: Be explicit about dtype size for windows CI 2019-08-29 12:51:39 -04:00
pipeline ENH: Adds several methods to Factor for daily summary statistics. 2020-04-29 12:08:55 -04:00
resources MAINT: use ISO 10383 codes for exchanges 2018-10-01 12:45:27 -04:00
utils Fix simple typo: unfortunatly -> unfortunately 2020-02-16 19:09:13 +11:00
__init__.py TST: Set numpy array formatting to legacy for doctest 2018-07-10 11:20:39 -04:00
test_algorithm.py MAINT: use ISO 10383 codes for exchanges 2018-10-01 12:45:27 -04:00
test_api_shim.py ENH: vectorize dividend ratio calculation 2018-09-26 14:16:54 -04:00
test_assets.py DEP: Replacing the assertRaisesRegexp which is deprecated by assertRaisesRegex 2020-01-19 10:46:31 +01:00
test_bar_data.py MAINT: use ISO 10383 codes for exchanges 2018-10-01 12:45:27 -04:00
test_benchmark.py STY: Flake8 style amendments 2020-04-20 15:16:28 +02:00
test_blotter.py MAINT: use ISO 10383 codes for exchanges 2018-10-01 12:45:27 -04:00
test_clock.py MAINT: use trading_calendars in zipline 2018-07-02 11:10:49 -04:00
test_cmdline.py STY: Flake8 style amendments 2020-04-20 15:16:28 +02:00
test_continuous_futures.py MAINT: use ISO 10383 codes for exchanges 2018-10-01 12:45:27 -04:00
test_data_portal.py Merge pull request #2309 from quantopian/float-precision-fix 2018-10-01 14:21:29 -07:00
test_examples.py Merge branch 'benchmark' into benchmark2 2020-04-20 15:20:05 +02:00
test_execution_styles.py BUG: Fix rounding error in StopOrder/LimitOrder (#2211) 2018-07-12 15:38:47 -04:00
test_fetcher.py BUG: Use calendar to disambiguate symbol lookups in fetcher. 2018-10-03 18:42:00 -04:00
test_finance.py ENH: Initial support for international pipelines. 2018-09-10 10:05:39 -05:00
test_history.py DEP: Replacing the assertRaisesRegexp which is deprecated by assertRaisesRegex 2020-01-19 10:46:31 +01:00
test_labelarray.py PERF: Avoid unnecessary copy in LabelArray. 2020-02-06 17:59:07 -05:00
test_memoize.py
test_ordering.py BUG: Fix rounding error in StopOrder/LimitOrder (#2211) 2018-07-12 15:38:47 -04:00
test_registration_manager.py STY: Remove unused imports. 2018-07-16 16:06:34 -04:00
test_restrictions.py
test_security_list.py MAINT: Clean up security list tests. 2018-05-22 10:03:36 -04:00
test_testing.py
test_tradesimulation.py