spells-mtg 0.10.3__tar.gz → 0.10.4__tar.gz

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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: spells-mtg
3
- Version: 0.10.3
3
+ Version: 0.10.4
4
4
  Summary: analaysis of 17Lands.com public datasets
5
5
  Author-Email: Joel Barnes <oelarnes@gmail.com>
6
6
  License: MIT
@@ -11,7 +11,7 @@ dependencies = [
11
11
  ]
12
12
  requires-python = ">=3.11"
13
13
  readme = "README.md"
14
- version = "0.10.3"
14
+ version = "0.10.4"
15
15
 
16
16
  [project.license]
17
17
  text = "MIT"
@@ -28,7 +28,7 @@ def seen_greatest_name_fn(attr: str) -> Callable:
28
28
  return inner
29
29
 
30
30
 
31
- def context_cols(attr, silent: bool = False) -> dict[str, ColSpec]:
31
+ def context_cols(attr, silent: bool = True) -> dict[str, ColSpec]:
32
32
  ext = {
33
33
  f"seen_{attr}": ColSpec(
34
34
  col_type=ColType.NAME_SUM,
@@ -145,7 +145,7 @@ def context_cols(attr, silent: bool = False) -> dict[str, ColSpec]:
145
145
  return ext
146
146
 
147
147
 
148
- def stat_cols(attr: str, silent: bool = False) -> dict[str, ColSpec]:
148
+ def stat_cols(attr: str, silent: bool = True) -> dict[str, ColSpec]:
149
149
  ext = {
150
150
  f"{attr}_deck_weight_group": ColSpec(
151
151
  col_type=ColType.AGG, expr=pl.col(f"{attr}") * pl.col(ColName.DECK)
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes