islpy 2023.2.5__cp310-cp310-macosx_10_14_x86_64.whl → 2024.1__cp310-cp310-macosx_10_14_x86_64.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.
- islpy/__init__.py +4 -0
- islpy/_isl.cpython-310-darwin.so +0 -0
- islpy/version.py +1 -1
- {islpy-2023.2.5.dist-info → islpy-2024.1.dist-info}/METADATA +1 -1
- islpy-2024.1.dist-info/RECORD +8 -0
- islpy-2023.2.5.dist-info/RECORD +0 -8
- {islpy-2023.2.5.dist-info → islpy-2024.1.dist-info}/WHEEL +0 -0
- {islpy-2023.2.5.dist-info → islpy-2024.1.dist-info}/misc.rst +0 -0
- {islpy-2023.2.5.dist-info → islpy-2024.1.dist-info}/top_level.txt +0 -0
islpy/__init__.py
CHANGED
|
@@ -25,6 +25,8 @@ from typing import Optional, TypeVar, cast, Callable, Any
|
|
|
25
25
|
import islpy._isl as _isl
|
|
26
26
|
from islpy.version import VERSION, VERSION_TEXT # noqa
|
|
27
27
|
|
|
28
|
+
__version__ = VERSION_TEXT
|
|
29
|
+
|
|
28
30
|
# {{{ copied verbatim from pytools to avoid numpy/pytools dependency
|
|
29
31
|
|
|
30
32
|
F = TypeVar("F", bound=Callable[..., Any])
|
|
@@ -87,6 +89,8 @@ Error = _isl.Error
|
|
|
87
89
|
|
|
88
90
|
# {{{ name imports
|
|
89
91
|
|
|
92
|
+
isl_version = _isl.isl_version
|
|
93
|
+
|
|
90
94
|
Context = _isl.Context
|
|
91
95
|
IdList = _isl.IdList
|
|
92
96
|
ValList = _isl.ValList
|
islpy/_isl.cpython-310-darwin.so
CHANGED
|
Binary file
|
islpy/version.py
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
VERSION = (
|
|
1
|
+
VERSION = (2024, 1)
|
|
2
2
|
VERSION_TEXT = ".".join(str(i) for i in VERSION)
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
islpy/version.py,sha256=rE5pv0raQAm6h1CkssTdGPhZNR5Gmc0jFdvy5qMOgZ8,69
|
|
2
|
+
islpy/__init__.py,sha256=YkMuZ1CK9Rs0Qew3DQPsHVdUfHM2dJxRWUbm8oZaz-0,38067
|
|
3
|
+
islpy/_isl.cpython-310-darwin.so,sha256=0cV1TH8m_zNNK-NdG--L2tJhcUNEyGQf9W05dUqu8OE,8259240
|
|
4
|
+
islpy-2024.1.dist-info/RECORD,,
|
|
5
|
+
islpy-2024.1.dist-info/WHEEL,sha256=aJumlEOwEDiWh9MkIimCG87eGN-_l6MqDkZjzs8U7xM,106
|
|
6
|
+
islpy-2024.1.dist-info/misc.rst,sha256=3C_u46XayaGn8Uk_gCYM6sRO0XNTNg9fYf4FBiAlaE8,6337
|
|
7
|
+
islpy-2024.1.dist-info/top_level.txt,sha256=txVjJJ85Sa3IMOF6WOh_bTkOyRDWiSW2kQOf8vSPb6M,6
|
|
8
|
+
islpy-2024.1.dist-info/METADATA,sha256=ttXPUOG04KjU4pSXerpa_9kPbtaTt37krKmo164ZqBI,3128
|
islpy-2023.2.5.dist-info/RECORD
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
islpy-2023.2.5.dist-info/RECORD,,
|
|
2
|
-
islpy-2023.2.5.dist-info/WHEEL,sha256=aJumlEOwEDiWh9MkIimCG87eGN-_l6MqDkZjzs8U7xM,106
|
|
3
|
-
islpy-2023.2.5.dist-info/misc.rst,sha256=3C_u46XayaGn8Uk_gCYM6sRO0XNTNg9fYf4FBiAlaE8,6337
|
|
4
|
-
islpy-2023.2.5.dist-info/top_level.txt,sha256=txVjJJ85Sa3IMOF6WOh_bTkOyRDWiSW2kQOf8vSPb6M,6
|
|
5
|
-
islpy-2023.2.5.dist-info/METADATA,sha256=LC2vLMgDsmZBSBVPmNMRQiS1FkAp3jbMas7ZUT4eEYk,3130
|
|
6
|
-
islpy/version.py,sha256=8BXi4fZjCnlQnuRoYEZfbM9C__EJ5sBNVNVsjYmWgzI,72
|
|
7
|
-
islpy/__init__.py,sha256=hWsa1KSQyZCFwaoN0e7jEigogL9Lq3NK87kXg9Tmivk,38007
|
|
8
|
-
islpy/_isl.cpython-310-darwin.so,sha256=AtQVCEWdjWNyVjJcxF6QSW8lyA9idvwXKXTijG7b7cU,8374472
|
|
File without changes
|
|
File without changes
|
|
File without changes
|