autogluon.core 1.2.1b20250114__py3-none-any.whl → 1.2.1b20250116__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.
@@ -89,8 +89,8 @@ def create_version_file(*, version, submodule):
89
89
  version_path = os.path.join(AUTOGLUON_ROOT_PATH, AUTOGLUON, "src", AUTOGLUON, "version.py")
90
90
  with open(version_path, "w") as f:
91
91
  f.write(f'"""This is the {AUTOGLUON} version file."""\n')
92
- f.write("__version__ = '{}'\n".format(version))
93
- f.write("__lite__ = {}\n".format(LITE_MODE))
92
+ f.write(f'\n__version__ = "{version}"\n')
93
+ f.write(f"__lite__ = {LITE_MODE}\n")
94
94
 
95
95
 
96
96
  def default_setup_args(*, version, submodule):
autogluon/core/version.py CHANGED
@@ -1,3 +1,4 @@
1
1
  """This is the autogluon version file."""
2
- __version__ = '1.2.1b20250114'
2
+
3
+ __version__ = "1.2.1b20250116"
3
4
  __lite__ = False
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: autogluon.core
3
- Version: 1.2.1b20250114
3
+ Version: 1.2.1b20250116
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
@@ -43,12 +43,12 @@ Requires-Dist: tqdm<5,>=4.38
43
43
  Requires-Dist: requests
44
44
  Requires-Dist: matplotlib<3.11,>=3.7.0
45
45
  Requires-Dist: boto3<2,>=1.10
46
- Requires-Dist: autogluon.common==1.2.1b20250114
46
+ Requires-Dist: autogluon.common==1.2.1b20250116
47
47
  Provides-Extra: all
48
- Requires-Dist: ray[default,tune]<2.41,>=2.10.0; extra == "all"
49
48
  Requires-Dist: ray[default]<2.41,>=2.10.0; extra == "all"
50
- Requires-Dist: pyarrow>=15.0.0; extra == "all"
51
49
  Requires-Dist: hyperopt<0.2.8,>=0.2.7; extra == "all"
50
+ Requires-Dist: ray[default,tune]<2.41,>=2.10.0; extra == "all"
51
+ Requires-Dist: pyarrow>=15.0.0; extra == "all"
52
52
  Provides-Extra: ray
53
53
  Requires-Dist: ray[default]<2.41,>=2.10.0; extra == "ray"
54
54
  Provides-Extra: raytune
@@ -56,11 +56,11 @@ Requires-Dist: pyarrow>=15.0.0; extra == "raytune"
56
56
  Requires-Dist: ray[default,tune]<2.41,>=2.10.0; extra == "raytune"
57
57
  Requires-Dist: hyperopt<0.2.8,>=0.2.7; extra == "raytune"
58
58
  Provides-Extra: tests
59
- Requires-Dist: flake8; extra == "tests"
60
- Requires-Dist: pytest; extra == "tests"
61
59
  Requires-Dist: pytest-mypy; extra == "tests"
62
- Requires-Dist: types-requests; extra == "tests"
60
+ Requires-Dist: pytest; extra == "tests"
63
61
  Requires-Dist: types-setuptools; extra == "tests"
62
+ Requires-Dist: flake8; extra == "tests"
63
+ Requires-Dist: types-requests; extra == "tests"
64
64
 
65
65
 
66
66
 
@@ -1,9 +1,9 @@
1
- autogluon.core-1.2.1b20250114-py3.8-nspkg.pth,sha256=cQGwpuGPqg1GXscIwt-7PmME1OnSpD-7ixkikJ31WAY,554
1
+ autogluon.core-1.2.1b20250116-py3.8-nspkg.pth,sha256=cQGwpuGPqg1GXscIwt-7PmME1OnSpD-7ixkikJ31WAY,554
2
2
  autogluon/core/__init__.py,sha256=8KfvvHzXX3a4q6z43Dw1yE7VtbAoiSMaglVpKDy6Xeg,245
3
- autogluon/core/_setup_utils.py,sha256=NqlGK6So0KG5M0LbBJNT1TI3iAmG93kd_6Brih6y2gQ,6935
3
+ autogluon/core/_setup_utils.py,sha256=skzsDaeCi5LevWL9j0vnmApS0adtJe9u1bzXUQLaY98,6921
4
4
  autogluon/core/constants.py,sha256=nEVLdSFJ-5O-tz3jUD3qPX65RMp7g8qOR38XlurbP4Y,3403
5
5
  autogluon/core/problem_type.py,sha256=XJmMgeNBgS7u43pDK-spTivatPyh_INOXveEXwQt-Rw,2993
6
- autogluon/core/version.py,sha256=Um-j8InMDDRIJ5WoL607BMYYvkzsVWU8cxXJ2aXfjbQ,90
6
+ autogluon/core/version.py,sha256=qtf1yrCzRdeJXfqZGb9YWrrjOFhl2omGSnhF5i131QY,91
7
7
  autogluon/core/augmentation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
8
  autogluon/core/augmentation/distill_utils.py,sha256=JBlp2WOMNKoJv8aKVwJVRQSalSk8jx36HM7-k_VvkhY,9404
9
9
  autogluon/core/calibrate/__init__.py,sha256=eU6qLj7DKUhaz2HHNHDrfroRaLM-mhuSncK_v1UP4F8,62
@@ -89,11 +89,11 @@ autogluon/core/utils/utils.py,sha256=FMa9kIUAxA3IIBbATmBnNEVObSAivehZ2_zCy3PRR-c
89
89
  autogluon/core/utils/version_utils.py,sha256=5-r8hLRKTaZbj5qo2uzE_2E4casH49Ye3WyeHlgHuz4,3252
90
90
  autogluon/core/utils/loaders/__init__.py,sha256=W5FAdQvpDcn_uisqJrlSAObWVta-YjJLKGN3NCbEgIo,109
91
91
  autogluon/core/utils/savers/__init__.py,sha256=bGWciSxAkj6u06vOC4pTvr22f_1ey0glgvmjCMEOm78,89
92
- autogluon.core-1.2.1b20250114.dist-info/LICENSE,sha256=CeipvOyAZxBGUsFoaFqwkx54aPnIKEtm9a5u2uXxEws,10142
93
- autogluon.core-1.2.1b20250114.dist-info/METADATA,sha256=qZ8UNbAq_mHz_lqcg-_xSY0z9dXa8fNDuHOncGl7ICg,12328
94
- autogluon.core-1.2.1b20250114.dist-info/NOTICE,sha256=7nPQuj8Kp-uXsU0S5so3-2dNU5EctS5hDXvvzzehd7E,114
95
- autogluon.core-1.2.1b20250114.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
96
- autogluon.core-1.2.1b20250114.dist-info/namespace_packages.txt,sha256=giERA4R78OkJf2ijn5slgjURlhRPzfLr7waIcGkzYAo,10
97
- autogluon.core-1.2.1b20250114.dist-info/top_level.txt,sha256=giERA4R78OkJf2ijn5slgjURlhRPzfLr7waIcGkzYAo,10
98
- autogluon.core-1.2.1b20250114.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
99
- autogluon.core-1.2.1b20250114.dist-info/RECORD,,
92
+ autogluon.core-1.2.1b20250116.dist-info/LICENSE,sha256=CeipvOyAZxBGUsFoaFqwkx54aPnIKEtm9a5u2uXxEws,10142
93
+ autogluon.core-1.2.1b20250116.dist-info/METADATA,sha256=Mv_hm_Z2P1pQZ02cZu31wtFBfY1MHuINr3X_BFYKz64,12328
94
+ autogluon.core-1.2.1b20250116.dist-info/NOTICE,sha256=7nPQuj8Kp-uXsU0S5so3-2dNU5EctS5hDXvvzzehd7E,114
95
+ autogluon.core-1.2.1b20250116.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
96
+ autogluon.core-1.2.1b20250116.dist-info/namespace_packages.txt,sha256=giERA4R78OkJf2ijn5slgjURlhRPzfLr7waIcGkzYAo,10
97
+ autogluon.core-1.2.1b20250116.dist-info/top_level.txt,sha256=giERA4R78OkJf2ijn5slgjURlhRPzfLr7waIcGkzYAo,10
98
+ autogluon.core-1.2.1b20250116.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
99
+ autogluon.core-1.2.1b20250116.dist-info/RECORD,,