Skip to content

Actions: cciechad/AnalyzeWealthFrontLots

Actions

All workflows

Actions

Loading...
Loading

Showing runs from all workflows
52 workflow runs
52 workflow runs

Filter by Event

Filter by Status

Filter by Branch

Filter by Actor

Print summary of lots imported from csv.
Package Application with Pyinstaller #52: Commit df98af9 pushed by cciechad
January 6, 2025 22:29 2m 48s main
January 6, 2025 22:29 2m 48s
Switch quantity to float32 in read_csv and remove import for uint16. …
Package Application with Pyinstaller #51: Commit 09dc534 pushed by cciechad
November 24, 2024 00:30 3m 29s main
November 24, 2024 00:30 3m 29s
Clean up flow control in main() use or instead of bitwise | and forma…
Package Application with Pyinstaller #50: Commit 0eda886 pushed by cciechad
April 20, 2024 03:38 2m 49s main
April 20, 2024 03:38 2m 49s
Correct unique() typing to ExtensionArray
Package Application with Pyinstaller #49: Commit 01dbf03 pushed by cciechad
April 16, 2024 03:51 2m 50s main
April 16, 2024 03:51 2m 50s
Get rid of unnecessary to to_list() and use Series where possible.
Package Application with Pyinstaller #48: Commit 260eb66 pushed by cciechad
April 16, 2024 03:00 2m 59s main
April 16, 2024 03:00 2m 59s
Formatting typo
Package Application with Pyinstaller #47: Commit 03b59ae pushed by cciechad
April 13, 2024 03:06 2m 50s main
April 13, 2024 03:06 2m 50s
Calculate total gain/loss percentage and display in summary.
Package Application with Pyinstaller #46: Commit 9ec4f63 pushed by cciechad
April 13, 2024 03:04 2m 51s main
April 13, 2024 03:04 2m 51s
Remove unnecessary tolist() in summary()
Package Application with Pyinstaller #45: Commit 3b08a90 pushed by cciechad
April 12, 2024 02:41 2m 57s main
April 12, 2024 02:41 2m 57s
Testing indicates it's faster to use dict comprehension in live_updat…
Package Application with Pyinstaller #44: Commit a9750cb pushed by cciechad
April 9, 2024 02:54 2m 49s main
April 9, 2024 02:54 2m 49s
Rename symbols_net_print() to print_symbols_net() to make more readable.
Package Application with Pyinstaller #43: Commit d3b68b1 pushed by cciechad
April 8, 2024 21:44 3m 1s main
April 8, 2024 21:44 3m 1s
Get rid of default 0 parameter in a couple of .sum() calls
Package Application with Pyinstaller #42: Commit 3c71dbe pushed by cciechad
April 7, 2024 04:14 2m 52s main
April 7, 2024 04:14 2m 52s
Simplify symbols_net_print function by passing dict instead of all th…
Package Application with Pyinstaller #41: Commit a33709e pushed by cciechad
April 7, 2024 04:08 2m 48s main
April 7, 2024 04:08 2m 48s
Make format_dollar() formatted_absolute_amount use f'string for reada…
Package Application with Pyinstaller #40: Commit 25fe687 pushed by cciechad
April 7, 2024 03:37 2m 59s main
April 7, 2024 03:37 2m 59s
Cleanup parse_args() to be cleaner and if logic in main() more readable.
Package Application with Pyinstaller #39: Commit f3d52f6 pushed by cciechad
April 7, 2024 02:31 2m 58s main
April 7, 2024 02:31 2m 58s
Optimize pandas import
Package Application with Pyinstaller #38: Commit 5ea6bdb pushed by cciechad
April 4, 2024 03:20 2m 50s main
April 4, 2024 03:20 2m 50s
clean up imports for numpy
Package Application with Pyinstaller #37: Commit 3da1949 pushed by cciechad
March 30, 2024 02:58 2m 50s main
March 30, 2024 02:58 2m 50s
clean up imports for argparse
Package Application with Pyinstaller #36: Commit b3f9730 pushed by cciechad
March 30, 2024 02:53 2m 46s main
March 30, 2024 02:53 2m 46s
import DataFrame and Series to make typing more clean
Package Application with Pyinstaller #35: Commit 74459d6 pushed by cciechad
March 27, 2024 17:44 2m 58s main
March 27, 2024 17:44 2m 58s
shorten pool to p and reformat
Package Application with Pyinstaller #34: Commit 830bc1a pushed by cciechad
March 27, 2024 03:45 2m 51s main
March 27, 2024 03:45 2m 51s
formatting
Package Application with Pyinstaller #33: Commit ddb3529 pushed by cciechad
March 27, 2024 03:27 2m 56s main
March 27, 2024 03:27 2m 56s
tiny speedup by using chunksize=2 in imap_unordered
Package Application with Pyinstaller #32: Commit bb88827 pushed by cciechad
March 27, 2024 03:25 2m 54s main
March 27, 2024 03:25 2m 54s
Very small speedup from switching from Pool.map to Pool.imap_unordered
Package Application with Pyinstaller #31: Commit 910de23 pushed by cciechad
March 27, 2024 02:48 3m 1s main
March 27, 2024 02:48 3m 1s
fix astype(float) to np.float32 in live_update
Package Application with Pyinstaller #30: Commit 389173b pushed by cciechad
March 27, 2024 01:52 2m 50s main
March 27, 2024 01:52 2m 50s
Use mp.Pool() to speed up the dict generation for live update.
Package Application with Pyinstaller #29: Commit 04f7516 pushed by cciechad
March 27, 2024 01:43 2m 51s main
March 27, 2024 01:43 2m 51s
Simplify live_update() get rid of symbol_price
Package Application with Pyinstaller #28: Commit e78886c pushed by cciechad
March 26, 2024 02:54 3m 1s main
March 26, 2024 02:54 3m 1s