islpy 2024.2__pp310-pypy310_pp73-macosx_11_0_arm64.whl → 2025.1.2__pp310-pypy310_pp73-macosx_11_0_arm64.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 +0 -12
- islpy/_isl.pypy310-pp73-darwin.so +0 -0
- islpy/version.py +1 -1
- {islpy-2024.2.dist-info → islpy-2025.1.2.dist-info}/METADATA +4 -3
- islpy-2025.1.2.dist-info/RECORD +7 -0
- islpy-2024.2.dist-info/RECORD +0 -7
- {islpy-2024.2.dist-info → islpy-2025.1.2.dist-info}/WHEEL +0 -0
- {islpy-2024.2.dist-info → islpy-2025.1.2.dist-info}/top_level.txt +0 -0
islpy/__init__.py
CHANGED
@@ -186,18 +186,6 @@ schedule_algorithm = _isl.schedule_algorithm
|
|
186
186
|
# backward compatibility
|
187
187
|
ast_op_type = _isl.ast_expr_op_type
|
188
188
|
|
189
|
-
ALL_CLASSES = [Context, IdList, ValList, BasicSetList, BasicMapList, SetList,
|
190
|
-
MapList, UnionSetList, ConstraintList, AffList, PwAffList, AstExprList,
|
191
|
-
AstNodeList, IdToAstExpr, Printer, Val, MultiVal, Vec, Mat, Aff, PwAff,
|
192
|
-
UnionPwAff, MultiAff, MultiPwAff, PwMultiAff, UnionPwMultiAff,
|
193
|
-
UnionPwAffList, MultiUnionPwAff, Id, Constraint, Space, LocalSpace,
|
194
|
-
BasicSet, BasicMap, Set, Map, UnionMap, UnionSet, Point, Vertex, Cell,
|
195
|
-
Vertices, StrideInfo, QPolynomialFold, PwQPolynomialFold,
|
196
|
-
UnionPwQPolynomialFold, UnionPwQPolynomial, QPolynomial, PwQPolynomial,
|
197
|
-
Term, ScheduleConstraints, ScheduleNode, Schedule, AccessInfo,
|
198
|
-
Flow, Restriction, UnionAccessInfo, UnionFlow, AstExpr, AstNode,
|
199
|
-
AstPrintOptions, AstBuild]
|
200
|
-
|
201
189
|
# }}}
|
202
190
|
|
203
191
|
|
Binary file
|
islpy/version.py
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
VERSION = (
|
1
|
+
VERSION = (2025, 1, 2)
|
2
2
|
VERSION_TEXT = ".".join(str(i) for i in VERSION)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: islpy
|
3
|
-
Version:
|
3
|
+
Version: 2025.1.2
|
4
4
|
Summary: Wrapper around isl, an integer set library
|
5
5
|
Home-page: http://documen.tician.de/islpy
|
6
6
|
Author: Andreas Kloeckner
|
@@ -22,6 +22,7 @@ Classifier: Topic :: Scientific/Engineering :: Physics
|
|
22
22
|
Classifier: Topic :: Scientific/Engineering :: Visualization
|
23
23
|
Classifier: Topic :: Software Development :: Libraries
|
24
24
|
Requires-Python: ~=3.8
|
25
|
+
Description-Content-Type: text/x-rst
|
25
26
|
Provides-Extra: test
|
26
27
|
Requires-Dist: pytest>=2; extra == "test"
|
27
28
|
|
@@ -31,9 +32,9 @@ islpy: Polyhedral Analysis from Python
|
|
31
32
|
.. image:: https://gitlab.tiker.net/inducer/islpy/badges/main/pipeline.svg
|
32
33
|
:alt: Gitlab Build Status
|
33
34
|
:target: https://gitlab.tiker.net/inducer/islpy/commits/main
|
34
|
-
.. image:: https://github.com/inducer/islpy/workflows/CI/badge.svg?branch=main
|
35
|
+
.. image:: https://github.com/inducer/islpy/workflows/CI/badge.svg?branch=main
|
35
36
|
:alt: Github Build Status
|
36
|
-
:target: https://github.com/inducer/islpy/actions?query=branch%3Amain+workflow%3ACI
|
37
|
+
:target: https://github.com/inducer/islpy/actions?query=branch%3Amain+workflow%3ACI
|
37
38
|
.. image:: https://badge.fury.io/py/islpy.svg
|
38
39
|
:alt: Python Package Index Release Page
|
39
40
|
:target: https://pypi.org/project/islpy/
|
@@ -0,0 +1,7 @@
|
|
1
|
+
islpy/version.py,sha256=Cg6Oz6uT7LBuNCRqJSQU0FPAuOsVtHB4FS0f55EAGaY,72
|
2
|
+
islpy/_isl.pypy310-pp73-darwin.so,sha256=qFgmRNzyu5gUyvRPTmEX6J4PcyrVTqnC_d9iJ1kqVWQ,7909944
|
3
|
+
islpy/__init__.py,sha256=y5AwucXSrDi-y6FMkhK7F2-riplpxaX0zHJfromRCUw,37276
|
4
|
+
islpy-2025.1.2.dist-info/RECORD,,
|
5
|
+
islpy-2025.1.2.dist-info/WHEEL,sha256=3lxNRyrXNPeLaByQPOetZ9Kdy3LTt5dLOkMRm_sDmG4,111
|
6
|
+
islpy-2025.1.2.dist-info/top_level.txt,sha256=txVjJJ85Sa3IMOF6WOh_bTkOyRDWiSW2kQOf8vSPb6M,6
|
7
|
+
islpy-2025.1.2.dist-info/METADATA,sha256=oTBv80bq9E2C_VneBsWTTkYsVTvJAk4vkfs6EcgO2wE,3114
|
islpy-2024.2.dist-info/RECORD
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
islpy-2024.2.dist-info/RECORD,,
|
2
|
-
islpy-2024.2.dist-info/WHEEL,sha256=3lxNRyrXNPeLaByQPOetZ9Kdy3LTt5dLOkMRm_sDmG4,111
|
3
|
-
islpy-2024.2.dist-info/top_level.txt,sha256=txVjJJ85Sa3IMOF6WOh_bTkOyRDWiSW2kQOf8vSPb6M,6
|
4
|
-
islpy-2024.2.dist-info/METADATA,sha256=lq6OJ8w6D6toAOYmNbAuqZYu569KwHIvTeZYuQt8gEU,3099
|
5
|
-
islpy/version.py,sha256=GIrFDi1EGoev0c3vbRgeQwCmQCUsa_l35IlliuGaTLU,69
|
6
|
-
islpy/_isl.pypy310-pp73-darwin.so,sha256=y2bJgvZwZp6lcjatbgEPvCZweQGFo95fi9GWEgWtZ84,7909928
|
7
|
-
islpy/__init__.py,sha256=6380Da-Rvz_PxL-kmorbUtkdBaH9_XDF38ziESK6q3U,38066
|
File without changes
|
File without changes
|