islpy 2024.2__cp312-cp312-macosx_10_14_x86_64.whl → 2025.1__cp312-cp312-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 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
  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
4
4
  Summary: Wrapper around isl, an integer set library
5
5
  Home-page: http://documen.tician.de/islpy
6
6
  Author: Andreas Kloeckner
@@ -24,6 +24,15 @@ Classifier: Topic :: Software Development :: Libraries
24
24
  Requires-Python: ~=3.8
25
25
  Provides-Extra: test
26
26
  Requires-Dist: pytest>=2; extra == "test"
27
+ Dynamic: author
28
+ Dynamic: author-email
29
+ Dynamic: classifier
30
+ Dynamic: description
31
+ Dynamic: home-page
32
+ Dynamic: license
33
+ Dynamic: provides-extra
34
+ Dynamic: requires-python
35
+ Dynamic: summary
27
36
 
28
37
  islpy: Polyhedral Analysis from Python
29
38
  ======================================
@@ -31,9 +40,9 @@ islpy: Polyhedral Analysis from Python
31
40
  .. image:: https://gitlab.tiker.net/inducer/islpy/badges/main/pipeline.svg
32
41
  :alt: Gitlab Build Status
33
42
  :target: https://gitlab.tiker.net/inducer/islpy/commits/main
34
- .. image:: https://github.com/inducer/islpy/workflows/CI/badge.svg?branch=main&event=push
43
+ .. image:: https://github.com/inducer/islpy/workflows/CI/badge.svg?branch=main
35
44
  :alt: Github Build Status
36
- :target: https://github.com/inducer/islpy/actions?query=branch%3Amain+workflow%3ACI+event%3Apush
45
+ :target: https://github.com/inducer/islpy/actions?query=branch%3Amain+workflow%3ACI
37
46
  .. image:: https://badge.fury.io/py/islpy.svg
38
47
  :alt: Python Package Index Release Page
39
48
  :target: https://pypi.org/project/islpy/
@@ -0,0 +1,7 @@
1
+ islpy-2025.1.dist-info/RECORD,,
2
+ islpy-2025.1.dist-info/WHEEL,sha256=TItn0LTobcIiuC7IFKcQ_JxPrppe6Xu1uCQMcBlhkQs,106
3
+ islpy-2025.1.dist-info/top_level.txt,sha256=txVjJJ85Sa3IMOF6WOh_bTkOyRDWiSW2kQOf8vSPb6M,6
4
+ islpy-2025.1.dist-info/METADATA,sha256=NHC8qCMeJo02RMo4IrLm79_buBuTtAVpy83LN2R0iAk,3256
5
+ islpy/_isl.cpython-312-darwin.so,sha256=hpuoWJE6G8i0mF2weIXoICqTim8HqyBdDpVcqhwrASk,8173912
6
+ islpy/version.py,sha256=YJLwRKf1GV_cuveQur_g8GlsRZz6De5aNZL5drncWYo,69
7
+ islpy/__init__.py,sha256=y5AwucXSrDi-y6FMkhK7F2-riplpxaX0zHJfromRCUw,37276
@@ -1,7 +0,0 @@
1
- islpy-2024.2.dist-info/RECORD,,
2
- islpy-2024.2.dist-info/WHEEL,sha256=TItn0LTobcIiuC7IFKcQ_JxPrppe6Xu1uCQMcBlhkQs,106
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=gi8Sl3ULYi8cN3I1CBUH2GtCu18H0TMyWPSPebm1Sfc,8190680
6
- islpy/version.py,sha256=GIrFDi1EGoev0c3vbRgeQwCmQCUsa_l35IlliuGaTLU,69
7
- islpy/__init__.py,sha256=6380Da-Rvz_PxL-kmorbUtkdBaH9_XDF38ziESK6q3U,38066
File without changes