1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 30, 2023 — May 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
changed date serialization to use a tuple of all properties rather than the epoch time to eliminate any timezone sensitivity. add performance tracker unit tests, made various fixes to perf tracker. still have a hang on exit for zipline/test/test_finance.py:FinanceTestCase.test_orders and zipline/test/test_finance.py:FinanceTestCase.test_performance. pinging realdiehl for help... More... about 12 years ago
added and fixed performance tracker tests. still some failures to iron out in performance. More... about 12 years ago
refactoring orders to discard placeholder messages. More... about 12 years ago
refactoring performance to be a plain class, not a component. More... about 12 years ago
Move protocol data structures. More... about 12 years ago
Move protocol data structures. More... about 12 years ago
updates for algo proxy. More... about 12 years ago
Backtest protocol, ala Bredeche. More... about 12 years ago
Backtest protocol, ala Bredeche. More... about 12 years ago
Merge pull request #11 from quantopian/portfolio More... about 12 years ago
changes net of code review with @sdiehl More... about 12 years ago
Merge branch 'master' into portfolio More... about 12 years ago
passing basic test for calculating portfolio positions over time. More... about 12 years ago
added a new client component that calculates positions, performance, and risk. More... about 12 years ago
Merge pull request #10 from quantopian/threadsafety More... about 12 years ago
updated factory to load from msgpack files, added tests for risk, parameterized treasury and benchmark data. More... about 12 years ago
removed daemon, because it was only used for dataloader, which was removed earlier. More... about 12 years ago
fixed tests to work without db. More... about 12 years ago
removed mongo related code from zipline, replaced with data files. More... about 12 years ago
still working on coverage report parameters More... about 12 years ago
tweaking reporting settings More... about 12 years ago
re-enabled coverage reporting. More... about 12 years ago
fixed bug with benchmark dataloader - file path names were wrong. More... about 12 years ago
fixed unit tests by changing expected data types for prices. added dataload step to jenkins.sh More... about 12 years ago
More safe shutdown assertions. More... about 12 years ago
Merge pull request #8 from quantopian/master_finance_merge More... about 12 years ago
made prices non-integer amounts so they don't auto convert to ints. More... about 12 years ago
fixed missing parameter, still getting a malloc bug. More... about 12 years ago
Merge branch 'master_finance_merge' into threadsafety More... about 12 years ago
Partial fix for control flow bugs. ( See Jenkins ) More... about 12 years ago