xax 0.2.8__py3-none-any.whl → 0.2.9__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 +2 -2
- {xax-0.2.8.dist-info → xax-0.2.9.dist-info}/METADATA +1 -1
- {xax-0.2.8.dist-info → xax-0.2.9.dist-info}/RECORD +6 -6
- {xax-0.2.8.dist-info → xax-0.2.9.dist-info}/WHEEL +1 -1
- {xax-0.2.8.dist-info → xax-0.2.9.dist-info}/licenses/LICENSE +0 -0
- {xax-0.2.8.dist-info → xax-0.2.9.dist-info}/top_level.txt +0 -0
xax/__init__.py
CHANGED
@@ -12,7 +12,7 @@ and running the update script:
|
|
12
12
|
python -m scripts.update_api --inplace
|
13
13
|
"""
|
14
14
|
|
15
|
-
__version__ = "0.2.
|
15
|
+
__version__ = "0.2.9"
|
16
16
|
|
17
17
|
# This list shouldn't be modified by hand; instead, run the update script.
|
18
18
|
__all__ = [
|
@@ -308,7 +308,7 @@ NAME_MAP: dict[str, str] = {
|
|
308
308
|
"compute_nan_ratio": "utils.pytree",
|
309
309
|
"flatten_array": "utils.pytree",
|
310
310
|
"flatten_pytree": "utils.pytree",
|
311
|
-
"
|
311
|
+
"get_pytree_param_count": "utils.pytree",
|
312
312
|
"pytree_has_nans": "utils.pytree",
|
313
313
|
"reshuffle_pytree": "utils.pytree",
|
314
314
|
"reshuffle_pytree_along_dims": "utils.pytree",
|
@@ -1,4 +1,4 @@
|
|
1
|
-
xax/__init__.py,sha256=
|
1
|
+
xax/__init__.py,sha256=P7FcMHggJxIgsSlCQkUFhlKsQOWla0eU12EOjyhoBB4,15509
|
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
|
@@ -58,8 +58,8 @@ xax/utils/data/collate.py,sha256=Rd9vMomr_S_zCa_Hi4dO-8ntzAfVwndIUtuXFA3iNcc,706
|
|
58
58
|
xax/utils/types/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
59
59
|
xax/utils/types/frozen_dict.py,sha256=ebtHENhyUzSjyJTlbMaLtcckQIJ7EtgJiok_40TJZpo,4689
|
60
60
|
xax/utils/types/hashable_array.py,sha256=l5iIcFmkYzfGeaZmcSoeFkthFASqM8xJYK3AXhZQYwc,992
|
61
|
-
xax-0.2.
|
62
|
-
xax-0.2.
|
63
|
-
xax-0.2.
|
64
|
-
xax-0.2.
|
65
|
-
xax-0.2.
|
61
|
+
xax-0.2.9.dist-info/licenses/LICENSE,sha256=HCN2bImAzUOXldAZZI7JZ9PYq6OwMlDAP_PpX1HnuN0,1071
|
62
|
+
xax-0.2.9.dist-info/METADATA,sha256=WUoGlWNTlF59EJ5ND4RdiihvMz2kLMXYdTPXpALewnY,1879
|
63
|
+
xax-0.2.9.dist-info/WHEEL,sha256=pxyMxgL8-pra_rKaQ4drOZAegBVuX-G_4nRHjjgWbmo,91
|
64
|
+
xax-0.2.9.dist-info/top_level.txt,sha256=g4Au_r2XhvZ-lTybviH-Fh9g0zF4DAYHYxPue1-xbs8,4
|
65
|
+
xax-0.2.9.dist-info/RECORD,,
|
File without changes
|
File without changes
|