nominal 1.104.2__py3-none-any.whl → 1.104.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.
CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.104.3](https://github.com/nominal-io/nominal-client/compare/v1.104.2...v1.104.3) (2026-01-13)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * stop removing deprecated kwargs from method calls ([#574](https://github.com/nominal-io/nominal-client/issues/574)) ([c06fb08](https://github.com/nominal-io/nominal-client/commit/c06fb080475e53b0c86613745ea6e094d4035d65))
9
+
3
10
  ## [1.104.2](https://github.com/nominal-io/nominal-client/compare/v1.104.1...v1.104.2) (2026-01-08)
4
11
 
5
12
 
@@ -33,14 +33,8 @@ def warn_on_deprecated_argument(
33
33
  def wrapper(*args: Param.args, **kwargs: Param.kwargs) -> T:
34
34
  if argument_name in kwargs:
35
35
  warnings.warn(warning_message, UserWarning, stacklevel=2)
36
- filtered_kwargs = kwargs.copy()
37
- filtered_kwargs.pop(argument_name)
38
- return func(*args, **filtered_kwargs) # type: ignore[arg-type]
39
-
40
36
  elif len(args) > len(param_names) - 1:
41
37
  warnings.warn(warning_message, UserWarning, stacklevel=2)
42
- filtered_args = args[: len(param_names) - 1]
43
- return func(*filtered_args, **kwargs) # type: ignore[arg-type]
44
38
 
45
39
  return func(*args, **kwargs)
46
40
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nominal
3
- Version: 1.104.2
3
+ Version: 1.104.3
4
4
  Summary: Automate Nominal workflows in Python
5
5
  Project-URL: Homepage, https://nominal.io
6
6
  Project-URL: Documentation, https://docs.nominal.io
@@ -1,4 +1,4 @@
1
- CHANGELOG.md,sha256=nZKDR5fCkeJ2pCnp9tBCHSd1DnLS9VSbvKpiuUATSR0,87543
1
+ CHANGELOG.md,sha256=fF78CTkn36QzRFx0hdf3cO0Bx4qzZl-CmuZbdilVG1A,87885
2
2
  LICENSE,sha256=zEGHG9mjDjaIS3I79O8mweQo-yiTbqx8jJvUPppVAwk,1067
3
3
  README.md,sha256=KKe0dxh_pHXCtB7I9G4qWGQYvot_BZU8yW6MJyuyUHM,311
4
4
  nominal/__init__.py,sha256=rbraORnXUrNn1hywLXM0XwSQCd9UmQt20PDYlsBalfE,2167
@@ -8,7 +8,7 @@ nominal/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
8
  nominal/_utils/README.md,sha256=1qJE6MSjrHb-JF4L7TJC2r8_OXwnb3gaLvuevXMOOK0,364
9
9
  nominal/_utils/__init__.py,sha256=v4WWEY4uC37KX_3xfHEJoF-qfIZ3dftMcuIdGnvtX_8,465
10
10
  nominal/_utils/dataclass_tools.py,sha256=5lzl9KcX5c6PAdd1B-Fd5lxXazB4fQfWp55qBL_3LVg,387
11
- nominal/_utils/deprecation_tools.py,sha256=WqMdOlY5Ei5SNo4DLfBxZ011_DejVpkCrK4oR3-7rcE,4019
11
+ nominal/_utils/deprecation_tools.py,sha256=847a9wX2RbHF52rF9YmpsfuIlmIr7ABX8LKAr9BMI_c,3698
12
12
  nominal/_utils/iterator_tools.py,sha256=1r3N2kp2Yf_ihrVnKP83ySVFI5h6zIlLUSgSQuWR-C0,958
13
13
  nominal/_utils/streaming_tools.py,sha256=QkHK-YeQ23taGp4677O2Uatkeo6B_z4E-aDqvcaywfc,399
14
14
  nominal/_utils/timing_tools.py,sha256=XHO1JhLxsaQPDUqPTuj3lX7SlNQ78H2wa0OHArxiNWA,1886
@@ -106,8 +106,8 @@ nominal/thirdparty/polars/polars_export_handler.py,sha256=hGCSwXX9dC4MG01CmmjlTb
106
106
  nominal/thirdparty/tdms/__init__.py,sha256=6n2ImFr2Wiil6JM1P5Q7Mpr0VzLcnDkmup_ftNpPq-s,142
107
107
  nominal/thirdparty/tdms/_tdms.py,sha256=m4gxbpxB9MTLi2FuYvGlbUGSyDAZKFxbM3ia2x1wIz0,8746
108
108
  nominal/ts/__init__.py,sha256=hmd0ENvDhxRnzDKGLxIub6QG8LpcxCgcyAct029CaEs,21442
109
- nominal-1.104.2.dist-info/METADATA,sha256=nJEOh13QyuljnLSxQ7oW_KYUuVsdgI2VpqP-tC05RWI,2307
110
- nominal-1.104.2.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
111
- nominal-1.104.2.dist-info/entry_points.txt,sha256=-mCLhxgg9R_lm5efT7vW9wuBH12izvY322R0a3TYxbE,66
112
- nominal-1.104.2.dist-info/licenses/LICENSE,sha256=zEGHG9mjDjaIS3I79O8mweQo-yiTbqx8jJvUPppVAwk,1067
113
- nominal-1.104.2.dist-info/RECORD,,
109
+ nominal-1.104.3.dist-info/METADATA,sha256=aC_yorZLc2j9kKMbAkWlp8OIHOfDmXHp7xoaMmijgBw,2307
110
+ nominal-1.104.3.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
111
+ nominal-1.104.3.dist-info/entry_points.txt,sha256=-mCLhxgg9R_lm5efT7vW9wuBH12izvY322R0a3TYxbE,66
112
+ nominal-1.104.3.dist-info/licenses/LICENSE,sha256=zEGHG9mjDjaIS3I79O8mweQo-yiTbqx8jJvUPppVAwk,1067
113
+ nominal-1.104.3.dist-info/RECORD,,