vtlengine 1.1rc1__py3-none-any.whl → 1.1rc2__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 vtlengine might be problematic. Click here for more details.

vtlengine/API/__init__.py CHANGED
@@ -161,8 +161,7 @@ def semantic_analysis(
161
161
  external_routines=ext_routines,
162
162
  only_semantic=True,
163
163
  )
164
- with pd.option_context("future.no_silent_downcasting", True):
165
- result = interpreter.visit(ast)
164
+ result = interpreter.visit(ast)
166
165
  return result
167
166
 
168
167
 
@@ -304,8 +303,7 @@ def run(
304
303
  output_path=output_folder,
305
304
  time_period_representation=time_period_representation,
306
305
  )
307
- with pd.option_context("future.no_silent_downcasting", True):
308
- result = interpreter.visit(ast)
306
+ result = interpreter.visit(ast)
309
307
 
310
308
  # Applying time period output format
311
309
  if output_folder is None:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: vtlengine
3
- Version: 1.1rc1
3
+ Version: 1.1rc2
4
4
  Summary: Run and Validate VTL Scripts
5
5
  License: AGPL-3.0
6
6
  Keywords: vtl,sdmx,vtlengine,Validation and Transformation Language
@@ -22,7 +22,7 @@ Requires-Dist: fsspec (>=2022.11.0,<2023.0) ; extra == "all"
22
22
  Requires-Dist: fsspec (>=2022.11.0,<2023.0) ; extra == "s3"
23
23
  Requires-Dist: jsonschema (>=3.2.0,<5.0)
24
24
  Requires-Dist: networkx (>=2.8,<3.0)
25
- Requires-Dist: pandas (>=2.1,<3.0)
25
+ Requires-Dist: pandas (>=2.1.4,<2.2)
26
26
  Requires-Dist: s3fs (>=2022.11.0,<2023.0) ; extra == "all"
27
27
  Requires-Dist: s3fs (>=2022.11.0,<2023.0) ; extra == "s3"
28
28
  Requires-Dist: sqlglot (>=22.2.0,<23.0)
@@ -1,5 +1,5 @@
1
1
  vtlengine/API/_InternalApi.py,sha256=fz_JSIrLdXd29Tbg7FI6uZQE1wdOTlJPSZ27tPXHjeM,14825
2
- vtlengine/API/__init__.py,sha256=2IDUvvSJdbkL5It8JulhmPCgkEnNbw52_VbbWm_aRp0,11061
2
+ vtlengine/API/__init__.py,sha256=naHb-bFROB7du0ffbyQquEuvD-LkO8Turpw8XFrNvL8,10921
3
3
  vtlengine/API/data/schema/json_schema_2.1.json,sha256=v3-C0Xnq8qScJSPAtLgb3rjKMrd3nz-bIxgZdTSEUiU,4336
4
4
  vtlengine/AST/ASTConstructor.py,sha256=DdE0B6CyPt1RYb3he6L0tL-KhZ1UyHRxQisGC1GuKx8,19692
5
5
  vtlengine/AST/ASTConstructorModules/Expr.py,sha256=C4-toJm3bDt53_YSooeCJiqyUhK1ykgpiQTZjyZYsLE,65344
@@ -53,7 +53,7 @@ vtlengine/files/output/_time_period_representation.py,sha256=D5XCSXyEuX_aBzTvBV3
53
53
  vtlengine/files/parser/__init__.py,sha256=Kt1hFk6El0B2Fpi3sSC34x4r9BfG6V2pwDv67D0Z3xg,9057
54
54
  vtlengine/files/parser/_rfc_dialect.py,sha256=0T8GshGA5z9ZgYStH7zz2ZwtdiGkj7B8jXcxsPkXfjs,488
55
55
  vtlengine/files/parser/_time_checking.py,sha256=UAC_Pv-eQJKrhgTguWb--xfqMMs6quyMeiAkGBt_vgI,4725
56
- vtlengine-1.1rc1.dist-info/LICENSE.md,sha256=2xqHuoHohba7gpcZZKtOICRjzeKsQANXG8WoV9V35KM,33893
57
- vtlengine-1.1rc1.dist-info/METADATA,sha256=M6qsKt4xzOOOiQ7TdfDnqcSxLeqgqGouytXDAdRR3o0,8726
58
- vtlengine-1.1rc1.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
59
- vtlengine-1.1rc1.dist-info/RECORD,,
56
+ vtlengine-1.1rc2.dist-info/LICENSE.md,sha256=2xqHuoHohba7gpcZZKtOICRjzeKsQANXG8WoV9V35KM,33893
57
+ vtlengine-1.1rc2.dist-info/METADATA,sha256=35O54pqjheRYnOnis2olSRUu4DEcfLrX1gM3wjou7tw,8728
58
+ vtlengine-1.1rc2.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
59
+ vtlengine-1.1rc2.dist-info/RECORD,,