islpy 2024.2__pp38-pypy38_pp73-macosx_11_0_arm64.whl → 2025.1__pp38-pypy38_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 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
1
  Metadata-Version: 2.1
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
@@ -31,9 +31,9 @@ islpy: Polyhedral Analysis from Python
31
31
  .. image:: https://gitlab.tiker.net/inducer/islpy/badges/main/pipeline.svg
32
32
  :alt: Gitlab Build Status
33
33
  :target: https://gitlab.tiker.net/inducer/islpy/commits/main
34
- .. image:: https://github.com/inducer/islpy/workflows/CI/badge.svg?branch=main&event=push
34
+ .. image:: https://github.com/inducer/islpy/workflows/CI/badge.svg?branch=main
35
35
  :alt: Github Build Status
36
- :target: https://github.com/inducer/islpy/actions?query=branch%3Amain+workflow%3ACI+event%3Apush
36
+ :target: https://github.com/inducer/islpy/actions?query=branch%3Amain+workflow%3ACI
37
37
  .. image:: https://badge.fury.io/py/islpy.svg
38
38
  :alt: Python Package Index Release Page
39
39
  :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=2W16gFxe16FxYDiluzx_GVzwdVOV_FFKrCGwB3GoY8Q,109
3
+ islpy-2025.1.dist-info/top_level.txt,sha256=txVjJJ85Sa3IMOF6WOh_bTkOyRDWiSW2kQOf8vSPb6M,6
4
+ islpy-2025.1.dist-info/METADATA,sha256=GeSiNsS-rEn3OJaH3qnnQ9ScDhdJuZhQ_vZor4i4EKU,3075
5
+ islpy/version.py,sha256=YJLwRKf1GV_cuveQur_g8GlsRZz6De5aNZL5drncWYo,69
6
+ islpy/_isl.pypy38-pp73-darwin.so,sha256=dhNYxhSMx9Nqj00gcEN_w-SIxED7XHnKJQnzWkbHcqU,7909784
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=2W16gFxe16FxYDiluzx_GVzwdVOV_FFKrCGwB3GoY8Q,109
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.pypy38-pp73-darwin.so,sha256=UA4yVRNyNCgSA9EKpejOiivM-h0XjXyJCopsXFr4xco,7909752
7
- islpy/__init__.py,sha256=6380Da-Rvz_PxL-kmorbUtkdBaH9_XDF38ziESK6q3U,38066
File without changes