autogluon.common 1.2.1b20250219__py3-none-any.whl → 1.2.1b20250221__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.
@@ -25,8 +25,11 @@ LITE_MODE: bool = __lite__ is not None and __lite__
25
25
 
26
26
 
27
27
  def setup_outputdir(
28
- path: str | None, warn_if_exist: bool = True, create_dir: bool = True, path_suffix: str | None = None
28
+ path: str | Path | None, warn_if_exist: bool = True, create_dir: bool = True, path_suffix: str | None = None
29
29
  ) -> str:
30
+ if isinstance(path, Path):
31
+ path = str(path)
32
+
30
33
  is_s3_path = False
31
34
  if path:
32
35
  assert isinstance(path, (str, Path)), (
@@ -1,4 +1,4 @@
1
1
  """This is the autogluon version file."""
2
2
 
3
- __version__ = "1.2.1b20250219"
3
+ __version__ = "1.2.1b20250221"
4
4
  __lite__ = False
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: autogluon.common
3
- Version: 1.2.1b20250219
3
+ Version: 1.2.1b20250221
4
4
  Summary: Fast and Accurate ML in 3 Lines of Code
5
5
  Home-page: https://github.com/autogluon/autogluon
6
6
  Author: AutoGluon Community
@@ -42,10 +42,10 @@ Requires-Dist: boto3<2,>=1.10
42
42
  Requires-Dist: psutil<7.0.0,>=5.7.3
43
43
  Requires-Dist: tqdm<5,>=4.38
44
44
  Provides-Extra: tests
45
- Requires-Dist: pytest-mypy; extra == "tests"
46
45
  Requires-Dist: pytest; extra == "tests"
47
- Requires-Dist: types-requests; extra == "tests"
48
46
  Requires-Dist: types-setuptools; extra == "tests"
47
+ Requires-Dist: types-requests; extra == "tests"
48
+ Requires-Dist: pytest-mypy; extra == "tests"
49
49
 
50
50
 
51
51
 
@@ -1,8 +1,8 @@
1
- autogluon.common-1.2.1b20250219-py3.9-nspkg.pth,sha256=cQGwpuGPqg1GXscIwt-7PmME1OnSpD-7ixkikJ31WAY,554
1
+ autogluon.common-1.2.1b20250221-py3.9-nspkg.pth,sha256=cQGwpuGPqg1GXscIwt-7PmME1OnSpD-7ixkikJ31WAY,554
2
2
  autogluon/common/__init__.py,sha256=Q0tQ4UOtUEhPpj83k_xzQ9bmtoTSvfg_3WgPi1QopJk,352
3
3
  autogluon/common/dataset.py,sha256=slfU8CxGFNJ86_2wKkT_zPMPr-iPB-sz7klz0YqJECo,1580
4
4
  autogluon/common/space.py,sha256=oRSG-uFmsLACT42mT2vRp3NSuV8MaQz6X4sYwcZruxs,5457
5
- autogluon/common/version.py,sha256=-6B9LRx5ypsiEngHly5V3KaGydGIcWNulylOlKPbR2U,91
5
+ autogluon/common/version.py,sha256=kOfSx00lZym9NVg-w9DyD6J25tVHCtkYRQR1GmPj2cI,91
6
6
  autogluon/common/features/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
7
  autogluon/common/features/feature_metadata.py,sha256=GDvZXyaNkDeuNv8omO4K7tkCPmMdpJzD5rH_hKtZD9E,25783
8
8
  autogluon/common/features/infer_types.py,sha256=MkfVDoY__0Rr__zsDSKszmvYMq5RQRmbNboTG_tm64o,6492
@@ -42,12 +42,12 @@ autogluon/common/utils/s3_utils.py,sha256=Tj2VyUGUc7Vrx5KkCGKapvFQyaVvWpJNpjssfX
42
42
  autogluon/common/utils/simulation_utils.py,sha256=iEZcRWzP8xLQ8racIfOGC5V_A0W_xNgxPkGuBfX6hh8,3573
43
43
  autogluon/common/utils/system_info.py,sha256=9BkFcdq1co0EMnZkk_AYdhxSEP3RqcU6uIp-iYx9bdc,4479
44
44
  autogluon/common/utils/try_import.py,sha256=k_d9RvHs_6ShL5gN7OuVtNHhZZ9BOxz4t6piOkfpug4,7499
45
- autogluon/common/utils/utils.py,sha256=pdGu5kIZi3UlmdDgIQg6HsPVJIhBT__ZYb2imP6_NZg,7907
46
- autogluon.common-1.2.1b20250219.dist-info/LICENSE,sha256=CeipvOyAZxBGUsFoaFqwkx54aPnIKEtm9a5u2uXxEws,10142
47
- autogluon.common-1.2.1b20250219.dist-info/METADATA,sha256=5ft2f34XwHD7WgsaIl1MHzQbLWp-7vWmBvX7IOMpmHg,11658
48
- autogluon.common-1.2.1b20250219.dist-info/NOTICE,sha256=7nPQuj8Kp-uXsU0S5so3-2dNU5EctS5hDXvvzzehd7E,114
49
- autogluon.common-1.2.1b20250219.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
50
- autogluon.common-1.2.1b20250219.dist-info/namespace_packages.txt,sha256=giERA4R78OkJf2ijn5slgjURlhRPzfLr7waIcGkzYAo,10
51
- autogluon.common-1.2.1b20250219.dist-info/top_level.txt,sha256=giERA4R78OkJf2ijn5slgjURlhRPzfLr7waIcGkzYAo,10
52
- autogluon.common-1.2.1b20250219.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
53
- autogluon.common-1.2.1b20250219.dist-info/RECORD,,
45
+ autogluon/common/utils/utils.py,sha256=H0gjBbiFBPuhnlHpirN3nU7WehoTZCv-231tb1oIvMI,7971
46
+ autogluon.common-1.2.1b20250221.dist-info/LICENSE,sha256=CeipvOyAZxBGUsFoaFqwkx54aPnIKEtm9a5u2uXxEws,10142
47
+ autogluon.common-1.2.1b20250221.dist-info/METADATA,sha256=U9vqDlvNmPwZLAdPdYCcjC0dFeK897amPhv1Ey0RK3A,11658
48
+ autogluon.common-1.2.1b20250221.dist-info/NOTICE,sha256=7nPQuj8Kp-uXsU0S5so3-2dNU5EctS5hDXvvzzehd7E,114
49
+ autogluon.common-1.2.1b20250221.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
50
+ autogluon.common-1.2.1b20250221.dist-info/namespace_packages.txt,sha256=giERA4R78OkJf2ijn5slgjURlhRPzfLr7waIcGkzYAo,10
51
+ autogluon.common-1.2.1b20250221.dist-info/top_level.txt,sha256=giERA4R78OkJf2ijn5slgjURlhRPzfLr7waIcGkzYAo,10
52
+ autogluon.common-1.2.1b20250221.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
53
+ autogluon.common-1.2.1b20250221.dist-info/RECORD,,