50 most recent check-ins
2021-12-16
| ||
01:26 | add readme and project report pdf Leaf check-in: fd06d687b0 user: theo tags: trunk | |
2021-12-14
| ||
05:07 | remove data files check-in: 58171ec1ea user: theo tags: trunk | |
04:57 | done check-in: 7fb14d490a user: theo tags: trunk | |
04:06 | cleanup check-in: 4eb19c012e user: theo tags: trunk | |
01:28 | clean check-in: 25e7e1ec19 user: theo tags: trunk | |
00:59 | Cleaned up leftover TODOs (Doctests in process_data) check-in: 1438cc1781 user: jacob tags: trunk | |
2021-12-13
| ||
21:57 | tweak css check-in: 77b9e4c5c3 user: theo tags: trunk | |
21:39 | process_data is clean check-in: 8d6de34e2d user: theo tags: trunk | |
21:11 | user_interface is clean check-in: 586daf38c2 user: theo tags: trunk | |
20:17 | fix bug in find_matching_spikes and add comments check-in: ac44a1e2a7 user: theo tags: trunk | |
20:01 | make pythonta happy check-in: 2fd8b91b1f user: theo tags: trunk | |
19:53 | add v2 of matching spikes check-in: b165e39b7a user: theo tags: trunk | |
18:46 | simplify if statement check-in: 0cc43e6c7a user: theo tags: trunk | |
18:43 | give function a better name check-in: a0e2eb5648 user: theo tags: trunk | |
18:40 | cleanup process_data more check-in: 1bd2c57975 user: theo tags: trunk | |
18:32 | cleanup process data check-in: c6e8adf884 user: theo tags: trunk | |
18:06 | cleanup data_management check-in: 6216223aa1 user: theo tags: trunk | |
17:48 | improve documentation of user_itnerface check-in: 5bc7f27060 user: theo tags: trunk | |
17:25 | fix ci part 3 check-in: d01dd75647 user: theo tags: trunk | |
17:14 | fix ci part 2 check-in: 3e41d58e63 user: theo tags: trunk | |
17:01 | fix ci check-in: 59f857beff user: theo tags: trunk | |
16:58 | add representation invariants and document private variables + fix assertion erro in update local trends check-in: 511521c4f4 user: theo tags: trunk | |
16:27 | add headers to each module check-in: b36ddf4fed user: theo tags: trunk | |
16:22 | Fixed the matching_spikes function so pythonta stops screaming at me check-in: e0e4a2340c user: jacob tags: trunk | |
05:16 | add cache to local treands check-in: a2bccd4611 user: theo tags: trunk | |
05:07 | Created the local stats function. Also added condition for initial max_gap being None check-in: 3ae308ff60 user: jacob tags: trunk | |
04:44 | add plotly type annotations check-in: 3817249f79 user: theo tags: trunk | |
04:36 | fix ui check-in: cbca43fe08 user: theo tags: nobuild, trunk | |
04:13 | fix clearable bug check-in: 10dfafff22 user: theo tags: trunk | |
04:05 | gui design overhaul check-in: 83eefe20ab user: theo tags: trunk | |
02:02 | firgure out and solidify the logic of the DataManager functions check-in: 4f9aef804a user: theo tags: trunk | |
00:11 | refactor the data format of DataManager check-in: 8cdfc29f7e user: theo tags: nobulid, trunk | |
2021-12-12
| ||
23:50 | i am a python-ta fiend check-in: e560819ba9 user: theo tags: trunk | |
23:14 | remove nonfunctional pythonta task check-in: dcfaf0c386 user: theo tags: trunk | |
22:57 | cleanup and add boilerplate for python-ta and doctest testing check-in: ba8525766d user: theo tags: trunk | |
22:17 | factor out constants check-in: e1162cee3c user: theo tags: trunk | |
21:17 | add chache to global trend graph check-in: cddc3f02db user: theo tags: trunk | |
20:31 | Changed local graphs to bars and made it so that they won't cause errors anymore. Added condition for empty dataframes in correlation calculator and for a coefficient of 1.0. check-in: 12c1a767b6 user: jacob tags: trunk | |
18:16 | I'm dumb and forgot to delete commented out breakpoints/add the comments saying why it's okay to change nan to 0.0 check-in: b0eb0de920 user: jacob tags: trunk | |
18:08 | Fixed global statistics function so all nan correlation results are 0.0 check-in: 467f26b8b0 user: jacob tags: trunk | |
16:35 | Fixed get_weekly_local_statistics. Added doctest and precondition check-in: 085f1e6860 user: jacob tags: trunk | |
14:39 | Fixed get_weekly_global_statistics so it should work with days =0 check-in: 4c9952c517 user: jacob tags: trunk | |
00:42 | factor out name translation check-in: f6235c36cd user: theo tags: trunk | |
00:34 | add graph ui check-in: 91008a2b72 user: theo tags: trunk | |
2021-12-11
| ||
16:48 | Created the get_weekly_local_statistics function check-in: f2c0a9975b user: jacob tags: trunk | |
06:10 | Cleaned up commas, dates and column order for the tx60 data. Fixed up some typos in get_snp500_data and created a fix_tx60 function in get_data.py check-in: 73863c957f user: jacob tags: data, trunk | |
05:41 | Put the code to get data for snp500 from yfinance into a function so it's actually usable check-in: c5a78864a6 user: jacob tags: trunk | |
05:34 | Added doctests to spike_determiner and matching_spikes functions as well as preconditions to get_weekly_global_statistics check-in: fc0bb5577c user: jacob tags: trunk | |
05:19 | Added docstring to DataManager class. Added start and end to initializer. Created doctest for _index_to_date check-in: b3d507da68 user: jacob tags: trunk | |
03:45 | Created the weekly global statistics method check-in: af9e416990 user: jacob tags: trunk | |