islpy 2024.2__cp312-cp312-macosx_11_0_arm64.whl → 2025.1.2__cp312-cp312-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 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 = (2024, 2)
1
+ VERSION = (2025, 1, 2)
2
2
  VERSION_TEXT = ".".join(str(i) for i in VERSION)
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: islpy
3
- Version: 2024.2
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,8 +22,19 @@ 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"
28
+ Dynamic: author
29
+ Dynamic: author-email
30
+ Dynamic: classifier
31
+ Dynamic: description
32
+ Dynamic: description-content-type
33
+ Dynamic: home-page
34
+ Dynamic: license
35
+ Dynamic: provides-extra
36
+ Dynamic: requires-python
37
+ Dynamic: summary
27
38
 
28
39
  islpy: Polyhedral Analysis from Python
29
40
  ======================================
@@ -31,9 +42,9 @@ islpy: Polyhedral Analysis from Python
31
42
  .. image:: https://gitlab.tiker.net/inducer/islpy/badges/main/pipeline.svg
32
43
  :alt: Gitlab Build Status
33
44
  :target: https://gitlab.tiker.net/inducer/islpy/commits/main
34
- .. image:: https://github.com/inducer/islpy/workflows/CI/badge.svg?branch=main&event=push
45
+ .. image:: https://github.com/inducer/islpy/workflows/CI/badge.svg?branch=main
35
46
  :alt: Github Build Status
36
- :target: https://github.com/inducer/islpy/actions?query=branch%3Amain+workflow%3ACI+event%3Apush
47
+ :target: https://github.com/inducer/islpy/actions?query=branch%3Amain+workflow%3ACI
37
48
  .. image:: https://badge.fury.io/py/islpy.svg
38
49
  :alt: Python Package Index Release Page
39
50
  :target: https://pypi.org/project/islpy/
@@ -0,0 +1,7 @@
1
+ islpy/_isl.cpython-312-darwin.so,sha256=Au989CwnUtDbegS5r61eKm8nFq1gjqvNi1ldDFKJuCg,7940920
2
+ islpy/version.py,sha256=Cg6Oz6uT7LBuNCRqJSQU0FPAuOsVtHB4FS0f55EAGaY,72
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=Ah-QQGLB4HPowt31mOh8uSX1FlWlASzlKRBttSXH2kY,104
6
+ islpy-2025.1.2.dist-info/top_level.txt,sha256=txVjJJ85Sa3IMOF6WOh_bTkOyRDWiSW2kQOf8vSPb6M,6
7
+ islpy-2025.1.2.dist-info/METADATA,sha256=i3GKqylRrtry0asseIBZHPNpgxsPj7pzQxOQdz2z85A,3329
@@ -1,7 +0,0 @@
1
- islpy-2024.2.dist-info/RECORD,,
2
- islpy-2024.2.dist-info/WHEEL,sha256=Ah-QQGLB4HPowt31mOh8uSX1FlWlASzlKRBttSXH2kY,104
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/_isl.cpython-312-darwin.so,sha256=A8nMk88QNdLKXeo5qi1P8-aKU2EcV8fLHQY1UvZqV9k,7957272
6
- islpy/version.py,sha256=GIrFDi1EGoev0c3vbRgeQwCmQCUsa_l35IlliuGaTLU,69
7
- islpy/__init__.py,sha256=6380Da-Rvz_PxL-kmorbUtkdBaH9_XDF38ziESK6q3U,38066