spells-mtg 0.7.2__py3-none-any.whl → 0.7.3__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/draft_data.py CHANGED
@@ -173,6 +173,9 @@ def _determine_expression(
173
173
  else:
174
174
  expr = spec.expr
175
175
  expr = expr.alias(col)
176
+
177
+ if spec.col_type == ColType.AGG:
178
+ expr = expr.fill_nan(None)
176
179
  else:
177
180
  expr = pl.col(col)
178
181
 
spells/manifest.py CHANGED
@@ -106,6 +106,7 @@ def _resolve_view_cols(
106
106
  view_resolution[View.DRAFT] = view_resolution.get(
107
107
  View.DRAFT, frozenset()
108
108
  ).union({ColName.PICK})
109
+ # now determine views and deps
109
110
  if cdef.col_type == ColType.CARD_ATTR:
110
111
  view_resolution[View.CARD] = view_resolution.get(
111
112
  View.CARD, frozenset()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: spells-mtg
3
- Version: 0.7.2
3
+ Version: 0.7.3
4
4
  Summary: analaysis of 17Lands.com public datasets
5
5
  Author-Email: Joel Barnes <oelarnes@gmail.com>
6
6
  License: MIT
@@ -2,15 +2,15 @@ spells/__init__.py,sha256=iyX74sLFJIQ_5ShZ7KDOeBlbYLm21ibWxwyzCGnKdg8,169
2
2
  spells/cache.py,sha256=YpTmlW-U2EosvGCH9gRQdQc8gRjjcGbgQovn5gfA_WE,3165
3
3
  spells/cards.py,sha256=EOXAB_F2yedjf6KquCERCIHl0TSIJIoOe1jv8g4JzOc,3601
4
4
  spells/columns.py,sha256=kWeDofGL0bYcxq4OOfUwkU4Ty3fm0xux6R9774v9HVQ,18053
5
- spells/draft_data.py,sha256=Le_w7_sOptRR4bbzWgvdDo0JHJPb4vjXYsH_DMlpT8s,17190
5
+ spells/draft_data.py,sha256=YeixEMn9OZu9fAFH-VMC6urkbybySqlHITBhfZLFigc,17271
6
6
  spells/enums.py,sha256=DL7e1xDEvrsTMbA7vJB_Et1DaYkyO4rIEzvIQDz3MZk,4871
7
7
  spells/extension.py,sha256=CcKRdDfFrt2L-53-m2tQrurX-LbIkaRokOD8CuupzW0,6538
8
8
  spells/external.py,sha256=PN0PkwdKnvx-4HkApFhI1_ZwRvBUDMUd3Vfbky0xSJA,11786
9
9
  spells/filter.py,sha256=J-YTOOAzOQpvIX29tviYL04RVoOUlfsbjBXoQBDCEdQ,3380
10
- spells/manifest.py,sha256=GlA5e7vW00zggsqP1grZBdy4SO8WUWBMrO3dv2_q9_Y,8171
10
+ spells/manifest.py,sha256=83VCuS5AuVjvOltdNscOOwekAfeIEHSg9a2O_aKAyA0,8214
11
11
  spells/schema.py,sha256=DbMvV8PIThJTp0Xzp_XIorlW6JhE1ud1kWRGf5SQ4_c,6406
12
- spells_mtg-0.7.2.dist-info/METADATA,sha256=PUmlvOsgFMddKiLjAAtvZayvBTcRcQ8DwZnXmlYXLOY,46731
13
- spells_mtg-0.7.2.dist-info/WHEEL,sha256=thaaA2w1JzcGC48WYufAs8nrYZjJm8LqNfnXFOFyCC4,90
14
- spells_mtg-0.7.2.dist-info/entry_points.txt,sha256=a9Y1omdl9MdnKuIj3aOodgrp-zZII6OCdvqwgP6BFvI,63
15
- spells_mtg-0.7.2.dist-info/licenses/LICENSE,sha256=tS54XYbJSgmq5zuHhbsQGbNQLJPVgXqhF5nu2CSRMig,1068
16
- spells_mtg-0.7.2.dist-info/RECORD,,
12
+ spells_mtg-0.7.3.dist-info/METADATA,sha256=gYlwPDbztvSCDiKBb5H31sclXBhlSnyLLizp0Rs2ip0,46731
13
+ spells_mtg-0.7.3.dist-info/WHEEL,sha256=thaaA2w1JzcGC48WYufAs8nrYZjJm8LqNfnXFOFyCC4,90
14
+ spells_mtg-0.7.3.dist-info/entry_points.txt,sha256=a9Y1omdl9MdnKuIj3aOodgrp-zZII6OCdvqwgP6BFvI,63
15
+ spells_mtg-0.7.3.dist-info/licenses/LICENSE,sha256=tS54XYbJSgmq5zuHhbsQGbNQLJPVgXqhF5nu2CSRMig,1068
16
+ spells_mtg-0.7.3.dist-info/RECORD,,