spells-mtg 0.11.14__py3-none-any.whl → 0.11.15__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of spells-mtg might be problematic. Click here for more details.
- spells/extension.py +4 -0
- {spells_mtg-0.11.14.dist-info → spells_mtg-0.11.15.dist-info}/METADATA +1 -1
- {spells_mtg-0.11.14.dist-info → spells_mtg-0.11.15.dist-info}/RECORD +6 -6
- {spells_mtg-0.11.14.dist-info → spells_mtg-0.11.15.dist-info}/WHEEL +0 -0
- {spells_mtg-0.11.14.dist-info → spells_mtg-0.11.15.dist-info}/entry_points.txt +0 -0
- {spells_mtg-0.11.14.dist-info → spells_mtg-0.11.15.dist-info}/licenses/LICENSE +0 -0
spells/extension.py
CHANGED
|
@@ -101,6 +101,10 @@ def context_cols(attr, silent: bool = True) -> dict[str, ColSpec]:
|
|
|
101
101
|
[pl.col(f"seen_{attr}_{name}") for name in names]
|
|
102
102
|
),
|
|
103
103
|
),
|
|
104
|
+
f"not_picked_{attr}_sum": ColSpec(
|
|
105
|
+
col_type=ColType.PICK_SUM,
|
|
106
|
+
expr=pl.col(f"seen_{attr}_pack_sum") - pl.col(f"pick_{attr}_sum")
|
|
107
|
+
),
|
|
104
108
|
f"least_{attr}_seen": ColSpec(
|
|
105
109
|
col_type=ColType.PICK_SUM,
|
|
106
110
|
expr=lambda names: pl.min_horizontal(
|
|
@@ -9,15 +9,15 @@ spells/columns.py,sha256=HsmOSunZHs0RMyXoSo-gAVWMNZqMYs3IrO5v5-99BqM,16678
|
|
|
9
9
|
spells/config.py,sha256=Nym660bbYt4ijzC5scVJ6PVOh-4vBi4hfFusBIPxcZk,257
|
|
10
10
|
spells/draft_data.py,sha256=iYsfmVRPy67GS3Epv8xakYVZQZIr0JbrZMFG0_wpLm4,21380
|
|
11
11
|
spells/enums.py,sha256=gbwfon6tQCoKDb-m4hSaHWi9slj82yqaH3qhYMVrsck,4991
|
|
12
|
-
spells/extension.py,sha256=
|
|
12
|
+
spells/extension.py,sha256=iTR_2a_elM-8q8qxeeZFV8145i97fW2c3PfE3rN-HFg,8625
|
|
13
13
|
spells/external.py,sha256=I-f_vMx-h2kvunUlZthsauaeDn42vcRk0wvTURfImzs,11848
|
|
14
14
|
spells/filter.py,sha256=J-YTOOAzOQpvIX29tviYL04RVoOUlfsbjBXoQBDCEdQ,3380
|
|
15
15
|
spells/log.py,sha256=3avmg65hru8K9npKLvPp1wWWxq-hoEYDUCbxqhPkKUw,2175
|
|
16
16
|
spells/manifest.py,sha256=ExWVk17BRw615UmvrV817xwz457yfTNdNMNE_M00aEg,8338
|
|
17
17
|
spells/schema.py,sha256=DbMvV8PIThJTp0Xzp_XIorlW6JhE1ud1kWRGf5SQ4_c,6406
|
|
18
18
|
spells/utils.py,sha256=IO3brrXVvZla0LRTEB5v6NgGqZb_rYA46XtKBURGMNk,1944
|
|
19
|
-
spells_mtg-0.11.
|
|
20
|
-
spells_mtg-0.11.
|
|
21
|
-
spells_mtg-0.11.
|
|
22
|
-
spells_mtg-0.11.
|
|
23
|
-
spells_mtg-0.11.
|
|
19
|
+
spells_mtg-0.11.15.dist-info/METADATA,sha256=cwxrH2h-j26nu1luTkZ3hebXIUjfXH8kTAtNXqHopB0,47370
|
|
20
|
+
spells_mtg-0.11.15.dist-info/WHEEL,sha256=9P2ygRxDrTJz3gsagc0Z96ukrxjr-LFBGOgv3AuKlCA,90
|
|
21
|
+
spells_mtg-0.11.15.dist-info/entry_points.txt,sha256=a9Y1omdl9MdnKuIj3aOodgrp-zZII6OCdvqwgP6BFvI,63
|
|
22
|
+
spells_mtg-0.11.15.dist-info/licenses/LICENSE,sha256=tS54XYbJSgmq5zuHhbsQGbNQLJPVgXqhF5nu2CSRMig,1068
|
|
23
|
+
spells_mtg-0.11.15.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|