Commit History

Fixing a None error in contest ID selection
b0f0d19

James McCool commited on

Refactor database query logic to remove Team_count filtering; improve handling of empty DataFrame cases in lineup generation
e42f4a5

James McCool commited on

Fixing typeerror
13f323e

James McCool commited on

Okay lets try this again
555ed46

James McCool commited on

Adding an improved contest ID flow
27154c4

James McCool commited on

Fix lineup query filtering and syntax; ignore Python cache files
6192ee4

James McCool commited on

fixing min/max stack sizes variable
85555bf

James McCool commited on

reverting
440ae44

James McCool commited on

Aiming to fix exposure spread which can duplicate in showdown because of the captain flex designation
e425b59

James McCool commited on

Adding removal of 6-mn lineups from showdown pull
865281e

James McCool commited on

mlb_db, not nhl_db
2f186dd

James McCool commited on

fixing some object orientations in the projections import
b7b000d

James McCool commited on

sigh
f81a4d1

James McCool commited on

Final change for MLB support (I hope)
e31b534

James McCool commited on

fixing database queries call for MLB
6b46cd1

James McCool commited on

Add MLB salary data handling and update file loading logic
7fe0476

James McCool commited on

I'm so annoyed
2338765

James McCool commited on

had the wrong collection labeled in showdown selection for MLB
596e46e

James McCool commited on

more MLB support
8a0e906

James McCool commited on

Ping
8895d8d

James McCool commited on

Adding MLB support (for real this time)
957b0d6

James McCool commited on

implementing MLB support
c4537ca

James McCool commited on

Try/Except for opp map with MMA
507fcc5

James McCool commited on

adding optimization choice
fe8d5c8

James McCool commited on

Clean up of UI
94bc3a2

James McCool commited on

Okay optimize params added (I think)
8c24a32

James McCool commited on

Mismatch in length of optimized and original
e9fcadc

James McCool commited on

To add in specific players or specific avoidance for re-optimization
ca4bc86

James McCool commited on

need to make sure we can run the exposure player multiple times in the exposure spread
0367187

James McCool commited on

okay for real this time
8156892

James McCool commited on

Fix condition for checking specific exclusions in session state
3d82cca

James McCool commited on

Specific Exclusiions never added to session state
f3fbeca

James McCool commited on

rip
92e363c

James McCool commited on

Oops, didn't declare specific exclusions before use
47639b3

James McCool commited on

More work around locking exclusions
d8db5ad

James McCool commited on

Testing some forced excelusions with exposure management
97f8040

James McCool commited on

Making some adjustments to try to fix column swapping on reoptimization
0255ad7

James McCool commited on

Revert
7e69b6d

James McCool commited on

Add warning for NBA Late Slate database load issue
89869e9

James McCool commited on

fix index sort
0a046e1

James McCool commited on

Continuing to improve late swap
7a4ca61

James McCool commited on

Updaing for Cause: row comes from replace_rows.index and player_rows.index, so it’s a index label (e.g. 10, 11, 12 after a slice), not a positional index 0..n-1. The code was using working_frame.iloc[row], which is positional. If working_frame had a non‑contiguous or offset index (e.g. from a slice or after optimize_lineups), a label like 12 could be valid while iloc[12] was out of bounds for a shorter frame.
62d6c64

James McCool commited on

Aiming to make sure higher medians are maintained
2079507

James McCool commited on

Instead of using the previous lineup, we use if the lineup has been used.
3e1c4b7

James McCool commited on

Fixed out, man.
8a893da

James McCool commited on

Removing the MIP and cascading logic for a much simpler drop-one insert.
08b8947

James McCool commited on

reverting
54f4bd4

James McCool commited on

Okay, this should work now.Cascading optimal is implemented.
4522bc0

James McCool commited on

Lets see if this works
fdeb24a

James McCool commited on

Reverting
3f641a2

James McCool commited on