xax 0.4.0__py3-none-any.whl → 0.4.1__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.
- xax/__init__.py +1 -1
- xax/utils/experiments.py +2 -2
- {xax-0.4.0.dist-info → xax-0.4.1.dist-info}/METADATA +1 -1
- {xax-0.4.0.dist-info → xax-0.4.1.dist-info}/RECORD +8 -8
- {xax-0.4.0.dist-info → xax-0.4.1.dist-info}/WHEEL +0 -0
- {xax-0.4.0.dist-info → xax-0.4.1.dist-info}/entry_points.txt +0 -0
- {xax-0.4.0.dist-info → xax-0.4.1.dist-info}/licenses/LICENSE +0 -0
- {xax-0.4.0.dist-info → xax-0.4.1.dist-info}/top_level.txt +0 -0
xax/__init__.py
CHANGED
xax/utils/experiments.py
CHANGED
@@ -5,6 +5,7 @@ import datetime
|
|
5
5
|
import enum
|
6
6
|
import functools
|
7
7
|
import hashlib
|
8
|
+
import importlib.metadata
|
8
9
|
import inspect
|
9
10
|
import itertools
|
10
11
|
import json
|
@@ -29,7 +30,6 @@ from typing import Any, Iterator, Mapping, Self, Sequence, TypeVar, cast
|
|
29
30
|
from urllib.parse import urlparse
|
30
31
|
|
31
32
|
import git
|
32
|
-
import pkg_resources
|
33
33
|
import requests
|
34
34
|
from jaxtyping import Array
|
35
35
|
from omegaconf import MISSING, DictConfig, ListConfig, OmegaConf
|
@@ -464,7 +464,7 @@ def get_packages_with_versions() -> str:
|
|
464
464
|
Returns:
|
465
465
|
A dictionary of packages and their versions.
|
466
466
|
"""
|
467
|
-
packages = [(
|
467
|
+
packages = [(dist.metadata["Name"], dist.version) for dist in importlib.metadata.distributions()]
|
468
468
|
return "\n".join([f"{key}=={version}" for key, version in sorted(packages)])
|
469
469
|
|
470
470
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
xax/__init__.py,sha256=
|
1
|
+
xax/__init__.py,sha256=CrRpqzOhz7HdzNOF55VHrtqFl-_9pudbSK-tDmVP5ZU,17164
|
2
2
|
xax/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3
3
|
xax/requirements-dev.txt,sha256=qkscNkFzWd1S5fump-AKH53rR65v2x5FmboFdy_kKvs,128
|
4
4
|
xax/requirements.txt,sha256=6qY-84e-sTmlfJNrSjwONQKqzAn5h8G_oGIhnhmfSr4,302
|
@@ -47,7 +47,7 @@ xax/task/mixins/supervised.py,sha256=IxAh-ywvjDNoqXtzHwv2WpVsXFOX45SZjyF3qpbN-2k
|
|
47
47
|
xax/task/mixins/train.py,sha256=0loO44W6vVjP5usWvN0D1TgYTJ7N3PDevR7brmw3ymQ,20493
|
48
48
|
xax/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
49
49
|
xax/utils/debugging.py,sha256=85JYIdnzLnvXsuli-4YHei_3tE3DnX3rmDSARKW2u1M,2192
|
50
|
-
xax/utils/experiments.py,sha256=
|
50
|
+
xax/utils/experiments.py,sha256=g0_blACVdM86kgX8YU86FI-ZEWC0piozDpb6xJR5xn4,29860
|
51
51
|
xax/utils/jax.py,sha256=6cP95-rcjkRt1fefkZWJQhJhH0uUYWJB3w4NP1-aDp0,10136
|
52
52
|
xax/utils/jaxpr.py,sha256=H7pWl48ROXIB1-ZPWYfOn-ou3EBMxYWIwc_A0reJQoo,2333
|
53
53
|
xax/utils/logging.py,sha256=Kkyma_LJXqrN2HTQ214gRP_9ih3_bKk115MWC60lQWM,6656
|
@@ -61,9 +61,9 @@ xax/utils/data/collate.py,sha256=Rd9vMomr_S_zCa_Hi4dO-8ntzAfVwndIUtuXFA3iNcc,706
|
|
61
61
|
xax/utils/types/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
62
62
|
xax/utils/types/frozen_dict.py,sha256=ebtHENhyUzSjyJTlbMaLtcckQIJ7EtgJiok_40TJZpo,4689
|
63
63
|
xax/utils/types/hashable_array.py,sha256=l5iIcFmkYzfGeaZmcSoeFkthFASqM8xJYK3AXhZQYwc,992
|
64
|
-
xax-0.4.
|
65
|
-
xax-0.4.
|
66
|
-
xax-0.4.
|
67
|
-
xax-0.4.
|
68
|
-
xax-0.4.
|
69
|
-
xax-0.4.
|
64
|
+
xax-0.4.1.dist-info/licenses/LICENSE,sha256=HCN2bImAzUOXldAZZI7JZ9PYq6OwMlDAP_PpX1HnuN0,1071
|
65
|
+
xax-0.4.1.dist-info/METADATA,sha256=l2TJ6pust33Gak_9w7voIwyEQIfWXxu2VIB7q38LVxg,1246
|
66
|
+
xax-0.4.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
67
|
+
xax-0.4.1.dist-info/entry_points.txt,sha256=uRC6rx5ce0bf-FblJaZSBMxxKFfMyoWTf8OWbBmLSe8,61
|
68
|
+
xax-0.4.1.dist-info/top_level.txt,sha256=g4Au_r2XhvZ-lTybviH-Fh9g0zF4DAYHYxPue1-xbs8,4
|
69
|
+
xax-0.4.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|