spells-mtg 0.5.1__tar.gz → 0.5.2__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.5.1
3
+ Version: 0.5.2
4
4
  Summary: analaysis of 17Lands.com public datasets
5
5
  Author-Email: Joel Barnes <oelarnes@gmail.com>
6
6
  License: MIT
@@ -294,7 +294,8 @@ summon(
294
294
  columns: list[str] | None = None,
295
295
  group_by: list[str] | None = None,
296
296
  filter_spec: dict | None = None,
297
- extensions: list[str] | None = None,
297
+ extensions: dict[str, ColSpec] | None = None,
298
+ card_context: pl.DataFrame | dict[str, dict[str, Any] | None = None,
298
299
  read_cache: bool = True,
299
300
  write_cache: bool = True,
300
301
  ) -> polars.DataFrame
@@ -283,7 +283,8 @@ summon(
283
283
  columns: list[str] | None = None,
284
284
  group_by: list[str] | None = None,
285
285
  filter_spec: dict | None = None,
286
- extensions: list[str] | None = None,
286
+ extensions: dict[str, ColSpec] | None = None,
287
+ card_context: pl.DataFrame | dict[str, dict[str, Any] | None = None,
287
288
  read_cache: bool = True,
288
289
  write_cache: bool = True,
289
290
  ) -> polars.DataFrame
@@ -11,7 +11,7 @@ dependencies = [
11
11
  ]
12
12
  requires-python = ">=3.11"
13
13
  readme = "README.md"
14
- version = "0.5.1"
14
+ version = "0.5.2"
15
15
 
16
16
  [project.license]
17
17
  text = "MIT"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes