passagemath-gap 10.5.19__cp311-cp311-macosx_13_0_x86_64.whl → 10.5.24__cp311-cp311-macosx_13_0_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.
Files changed (29) hide show
  1. gap/gap +0 -0
  2. {passagemath_gap-10.5.19.dist-info → passagemath_gap-10.5.24.dist-info}/METADATA +6 -6
  3. passagemath_gap-10.5.24.dist-info/METADATA.bak +102 -0
  4. {passagemath_gap-10.5.19.dist-info → passagemath_gap-10.5.24.dist-info}/RECORD +29 -28
  5. {passagemath_gap-10.5.19.dist-info → passagemath_gap-10.5.24.dist-info}/WHEEL +1 -1
  6. passagemath_gap.dylibs/libgap.9.dylib +0 -0
  7. passagemath_gap.dylibs/libgmp.10.dylib +0 -0
  8. passagemath_gap.dylibs/libreadline.8.2.dylib +0 -0
  9. sage/coding/codecan/autgroup_can_label.cpython-311-darwin.so +0 -0
  10. sage/coding/codecan/codecan.cpython-311-darwin.so +0 -0
  11. sage/combinat/enumeration_mod_permgroup.cpython-311-darwin.so +0 -0
  12. sage/combinat/root_system/reflection_group_c.cpython-311-darwin.so +0 -0
  13. sage/combinat/root_system/reflection_group_element.cpython-311-darwin.so +0 -0
  14. sage/combinat/root_system/reflection_group_real.py +6 -6
  15. sage/groups/conjugacy_classes.py +6 -6
  16. sage/groups/libgap_wrapper.cpython-311-darwin.so +0 -0
  17. sage/groups/matrix_gps/group_element_gap.cpython-311-darwin.so +0 -0
  18. sage/groups/perm_gps/constructor.py +1 -1
  19. sage/groups/perm_gps/partn_ref2/refinement_generic.cpython-311-darwin.so +0 -0
  20. sage/groups/perm_gps/partn_ref2/refinement_generic.pyx +1 -1
  21. sage/groups/perm_gps/permgroup_element.cpython-311-darwin.so +0 -0
  22. sage/groups/perm_gps/permgroup_named.py +1 -1
  23. sage/libs/gap/element.cpython-311-darwin.so +0 -0
  24. sage/libs/gap/element.pyx +2 -4
  25. sage/libs/gap/libgap.cpython-311-darwin.so +0 -0
  26. sage/libs/gap/libgap.pyx +5 -7
  27. sage/libs/gap/util.cpython-311-darwin.so +0 -0
  28. sage/matrix/matrix_gap.cpython-311-darwin.so +0 -0
  29. {passagemath_gap-10.5.19.dist-info → passagemath_gap-10.5.24.dist-info}/top_level.txt +0 -0
gap/gap CHANGED
Binary file
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: passagemath-gap
3
- Version: 10.5.19
3
+ Version: 10.5.24
4
4
  Summary: passagemath: Computational Group Theory with GAP
5
5
  Author-email: The Sage Developers <sage-support@googlegroups.com>
6
6
  Maintainer: Matthias Köppe, passagemath contributors
@@ -24,15 +24,15 @@ Classifier: Programming Language :: Python :: 3.9
24
24
  Classifier: Programming Language :: Python :: 3.10
25
25
  Classifier: Programming Language :: Python :: 3.11
26
26
  Classifier: Programming Language :: Python :: 3.12
27
+ Classifier: Programming Language :: Python :: 3.13
27
28
  Classifier: Programming Language :: Python :: Implementation :: CPython
28
29
  Classifier: Topic :: Scientific/Engineering :: Mathematics
29
- Requires-Python: <3.13,>=3.9
30
+ Requires-Python: <3.14,>=3.9
30
31
  Description-Content-Type: text/x-rst
31
32
  Requires-Dist: cysignals==1.12.0rc2
32
33
  Requires-Dist: memory_allocator
33
- Requires-Dist: passagemath-conf~=10.5.19.0
34
- Requires-Dist: passagemath-environment~=10.5.19.0
35
- Requires-Dist: passagemath-categories~=10.5.19.0
34
+ Requires-Dist: passagemath-environment~=10.5.24.0
35
+ Requires-Dist: passagemath-categories~=10.5.24.0
36
36
  Provides-Extra: test
37
37
  Requires-Dist: passagemath-repl; extra == "test"
38
38
 
@@ -0,0 +1,102 @@
1
+ Metadata-Version: 2.4
2
+ Name: passagemath-gap
3
+ Version: 10.5.24
4
+ Summary: passagemath: Computational Group Theory with GAP
5
+ Author-email: The Sage Developers <sage-support@googlegroups.com>
6
+ Maintainer: Matthias Köppe, passagemath contributors
7
+ License: GNU General Public License (GPL) v2 or later
8
+ Project-URL: release notes, https://github.com/passagemath/passagemath/releases
9
+ Project-URL: repo (upstream), https://github.com/sagemath/sage
10
+ Project-URL: repo, https://github.com/passagemath/passagemath
11
+ Project-URL: documentation, https://doc.sagemath.org
12
+ Project-URL: homepage (upstream), https://www.sagemath.org
13
+ Project-URL: discourse, https://passagemath.discourse.group
14
+ Project-URL: tracker (upstream), https://github.com/sagemath/sage/issues
15
+ Project-URL: tracker, https://github.com/passagemath/passagemath/issues
16
+ Classifier: Development Status :: 6 - Mature
17
+ Classifier: Intended Audience :: Education
18
+ Classifier: Intended Audience :: Science/Research
19
+ Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
20
+ Classifier: Operating System :: POSIX
21
+ Classifier: Operating System :: MacOS :: MacOS X
22
+ Classifier: Programming Language :: Python :: 3 :: Only
23
+ Classifier: Programming Language :: Python :: 3.9
24
+ Classifier: Programming Language :: Python :: 3.10
25
+ Classifier: Programming Language :: Python :: 3.11
26
+ Classifier: Programming Language :: Python :: 3.12
27
+ Classifier: Programming Language :: Python :: 3.13
28
+ Classifier: Programming Language :: Python :: Implementation :: CPython
29
+ Classifier: Topic :: Scientific/Engineering :: Mathematics
30
+ Requires-Python: <3.14,>=3.9
31
+ Description-Content-Type: text/x-rst
32
+ Requires-Dist: cysignals==1.12.0rc2
33
+ Requires-Dist: memory_allocator
34
+ Requires-Dist: passagemath-conf~=10.5.24.0
35
+ Requires-Dist: passagemath-environment~=10.5.24.0
36
+ Requires-Dist: passagemath-categories~=10.5.24.0
37
+ Provides-Extra: test
38
+ Requires-Dist: passagemath-repl; extra == "test"
39
+
40
+ =============================================================================
41
+ passagemath: Computational Group Theory with GAP
42
+ =============================================================================
43
+
44
+ About SageMath
45
+ --------------
46
+
47
+ "Creating a Viable Open Source Alternative to
48
+ Magma, Maple, Mathematica, and MATLAB"
49
+
50
+ Copyright (C) 2005-2024 The Sage Development Team
51
+
52
+ https://www.sagemath.org
53
+
54
+ SageMath fully supports all major Linux distributions, recent versions of
55
+ macOS, and Windows (Windows Subsystem for Linux).
56
+
57
+ See https://doc.sagemath.org/html/en/installation/index.html
58
+ for general installation instructions.
59
+
60
+
61
+ About this pip-installable distribution
62
+ ---------------------------------------
63
+
64
+ This pip-installable distribution ``passagemath-gap`` is a small
65
+ distribution that provides modules that depend on the `GAP system <https://www.gap-system.org>`_.
66
+
67
+
68
+ What is included
69
+ ----------------
70
+
71
+ - `Cython interface to libgap <https://doc.sagemath.org/html/en/reference/libs/sage/libs/gap/libgap.html>`_
72
+
73
+ - `Pexpect interface to GAP <https://doc.sagemath.org/html/en/reference/interfaces/sage/interfaces/gap.html>`_
74
+
75
+ - numerous modules with build-time dependencies on GAP, see `MANIFEST <https://github.com/passagemath/passagemath/blob/main/pkgs/sagemath-gap/MANIFEST.in>`_
76
+
77
+ - the binary wheels on PyPI ship a prebuilt copy of GAP
78
+
79
+
80
+ Examples
81
+ --------
82
+
83
+ A quick way to try it out interactively::
84
+
85
+ $ pipx run --pip-args="--prefer-binary" --spec "passagemath-gap[test]" IPython
86
+
87
+ In [1]: from sage.all__sagemath_modules import *
88
+
89
+ In [2]: from sage.all__sagemath_gap import *
90
+
91
+ In [3]: G = libgap.eval("Group([(1,2,3), (1,2)(3,4), (1,7)])")
92
+
93
+ In [4]: CG = G.ConjugacyClasses()
94
+
95
+ In [5]: gamma = CG[2]
96
+
97
+ In [6]: g = gamma.Representative()
98
+
99
+ In [7]: CG; gamma; g
100
+ [ ()^G, (4,7)^G, (3,4,7)^G, (2,3)(4,7)^G, (2,3,4,7)^G, (1,2)(3,4,7)^G, (1,2,3,4,7)^G ]
101
+ (3,4,7)^G
102
+ (3,4,7)
@@ -1,11 +1,16 @@
1
- passagemath_gap.dylibs/libreadline.8.2.dylib,sha256=_hmGDxLGRjIG3iH-zbxbcAk2o18zGgmHdcLgrG5IkQU,401904
2
- passagemath_gap.dylibs/libgap.9.dylib,sha256=MfXjob7U7ohubdF9P2cH3owoq2Ws_VMxpypT7t_LpH0,2557568
3
- passagemath_gap.dylibs/libgmp.10.dylib,sha256=FuQ7Bt-Cb0w59wmFq04uwDkwUO6bb1-20EBTdHKKqIQ,724176
1
+ passagemath_gap-10.5.24.dist-info/RECORD,,
2
+ passagemath_gap-10.5.24.dist-info/METADATA.bak,sha256=h1UyCSVt1dyfrTHr9Ft6EaLVHgR4fWVlWKpL-E6Apoo,3840
3
+ passagemath_gap-10.5.24.dist-info/WHEEL,sha256=2rNetlhtHv6ZZHw7bVkE7Yz-iI1LEWaQwTr0tQt5Lu8,110
4
+ passagemath_gap-10.5.24.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
5
+ passagemath_gap-10.5.24.dist-info/METADATA,sha256=EIBNN9AkAshjhJqxZzkzg_LS7Ve_VC-8tafUunsU870,3797
6
+ passagemath_gap.dylibs/libreadline.8.2.dylib,sha256=aF6MAE2BzdUogSL0mAAlzN6n4FycbnkElfN5oPo0Kns,296192
7
+ passagemath_gap.dylibs/libgap.9.dylib,sha256=y94lp82OR6HXdtDNoA27KuMjAtjb1deziBLDDKp6sJo,2557568
8
+ passagemath_gap.dylibs/libgmp.10.dylib,sha256=3rKNRUvL6Jj_FgRmSwqcohWxoVTquNFWRzbrrK692aE,580928
4
9
  gap/CITATION,sha256=MnPKDTe9tpRqVXgjpptKgFLPWoV7Ottj9MHEMJgvd8E,2106
5
10
  gap/LICENSE,sha256=gXf5dRMhNSbfLPYYTY_5hsZ1r7UU1OaKQEAQUhuIBkM,18092
6
11
  gap/INSTALL.md,sha256=6mu89qCZoDyakSrB6NS8Y9ch59Cnx22jQQWgOtQqIRM,26518
7
12
  gap/README.md,sha256=uQAfvPpWvNmFGCO0p_fcJnjz8hU0KG0O3fgWM1ZSBZo,6555
8
- gap/gap,sha256=P7LeIRmouwD_iMTZukQYp6YDZhK6JKrkKi-T1DWB_7U,52016
13
+ gap/gap,sha256=_EGai7l3D0_KXLs0AGf0FZqxjCglv2vIpylBSEXjwvo,52016
9
14
  gap/CONTRIBUTING.md,sha256=ETeQXP8shqpBa8kjFQ-P-PatuJ09OX3J4fEI9hbGTAk,9576
10
15
  gap/COPYRIGHT,sha256=xS8Dkc5sFfgcrgVXoN6KtpNtDKLV4VAXnbcQEsbpwWw,2854
11
16
  gap/sysinfo.gap,sha256=LeUGR1KvmUA_I-H8HM8l4r37WGHHe9Vi9PFByEGpltg,2580
@@ -10479,25 +10484,25 @@ gap/pkg/ctbllib/doc2/ctocenex2.png,sha256=k6VZQ4yBdR4L-C6hY7fWAP3B2XMm4RSEnWhFx6
10479
10484
  gap/pkg/ctbllib/doc2/chapInd_mj.html,sha256=dmd_hWTMRRBWQg2qDj3bTSsBzUv_gqg73HwtGFNnv0o,2613
10480
10485
  gap/pkg/ctbllib/doc2/chooser.html,sha256=ZBwBn_4DujhjpNNtb5qCsU4zHcH6hiXQcDOnK2AIpnw,3886
10481
10486
  sage/all__sagemath_gap.py,sha256=RMuy5dc4uE3eazyDuyWx8iiZnxlbpuU4Kn1S-_RgNgA,593
10482
- sage/combinat/enumeration_mod_permgroup.cpython-311-darwin.so,sha256=UkGQLQH72UY7JANJ8ub-yJjYEMLy4HkkKUcgB96LWUk,143168
10487
+ sage/combinat/enumeration_mod_permgroup.cpython-311-darwin.so,sha256=nD5uFf4mHa9waTyUjjHsee59nbyYK5ohxIkg33lw6XQ,143168
10483
10488
  sage/combinat/enumeration_mod_permgroup.pyx,sha256=ZLeehu3ACXydKZQs-tzo5lgcodJY09u3jEOIT4odR84,9990
10484
10489
  sage/combinat/all__sagemath_gap.py,sha256=Tzpetos0ih-3KeCyjXrlRL8IHaMKehOTYLKYbpM_g8w,42
10485
10490
  sage/combinat/enumeration_mod_permgroup.pxd,sha256=1MzkJhWyxuKGTb8Q_V0qr1Zlm8S8tuYbFqvXCQLfMug,587
10486
- sage/combinat/root_system/reflection_group_c.cpython-311-darwin.so,sha256=rzdxN7B4OeapxO4mVv4-67bfuojrXol7rWKxjnEY274,224368
10487
- sage/combinat/root_system/reflection_group_element.cpython-311-darwin.so,sha256=kx070ieSAcYxoqMlPNskhjaUWX45hXerf3PjUAY7kpI,319264
10491
+ sage/combinat/root_system/reflection_group_c.cpython-311-darwin.so,sha256=e5RmDT29FfiF-HsIWHzUc4LdUeLuB9Q_4UkBxdOjMM4,224368
10492
+ sage/combinat/root_system/reflection_group_element.cpython-311-darwin.so,sha256=XYGlOg_UJbUeG5Rne-Wj5kxMto6aJTLD1SPYlOewm4c,319264
10488
10493
  sage/combinat/root_system/reflection_group_element.pyx,sha256=NVKjj24WPnEeUKD13q8w_ujw5lyL7oOodxwp5Q1JgVA,45463
10489
10494
  sage/combinat/root_system/weyl_group.py,sha256=aqd_uGB-n7aBTRLPG64anTLBhi8rZsPWUTswSKt0A14,46106
10490
10495
  sage/combinat/root_system/reflection_group_complex.py,sha256=Dnx1uwa_BbihXX9DlO6KdaF6JMC9fx7pgmQpl9LKgo4,84377
10491
10496
  sage/combinat/root_system/all__sagemath_gap.py,sha256=Tzpetos0ih-3KeCyjXrlRL8IHaMKehOTYLKYbpM_g8w,42
10492
10497
  sage/combinat/root_system/reflection_group_c.pyx,sha256=R17v0qbx8GENTjDxRM-Z6MN-aCXHfrTva0b7CZHlWFA,21814
10493
10498
  sage/combinat/root_system/reflection_group_element.pxd,sha256=1RVx6VLkhNGSC0iv_vWePsQXWeEqjjz8rQ4F-k0Mm8M,552
10494
- sage/combinat/root_system/reflection_group_real.py,sha256=U_kSZRMocXEf6UbdmT8P4mh_ilSFkLdEDRPkCCAZwvI,32267
10499
+ sage/combinat/root_system/reflection_group_real.py,sha256=R4SL8rPU4Shi6cjgtlnHDDxhk1kBzF3pezJqwlf8gsw,32274
10495
10500
  sage/ext_data/all__sagemath_gap.py,sha256=Tzpetos0ih-3KeCyjXrlRL8IHaMKehOTYLKYbpM_g8w,42
10496
10501
  sage/ext_data/gap/console.g,sha256=Zs2nE3cHhQoV8mFPp6ZjsB_kmZV7lf5Op_-sTIRyQFw,229
10497
10502
  sage/ext_data/gap/sage.g,sha256=g38h92MCy3q3Wq6uTfQNzftx0pvKs7W5cbLrDQXStnw,4533
10498
10503
  sage/ext_data/gap/joyner/hurwitz_crv_rr_sp.gap,sha256=7KiCCji_Z2nCxceABiCiZ2mTk9pH2Uv0msAYvV8vsAw,9286
10499
10504
  sage/ext_data/gap/joyner/modular_crv_rr_sp.gap,sha256=WC_XUFN8Bh-rUin5BA_UlZDLtxR8qJRWAKnzSeSYz58,7030
10500
- sage/groups/libgap_wrapper.cpython-311-darwin.so,sha256=dwQJ_3VWUYqkRLWCbF-q6rWxcWHU1MhnxwWSSm3cG2I,272112
10505
+ sage/groups/libgap_wrapper.cpython-311-darwin.so,sha256=7X8o0kUaYB3q6fM5PTMO1ZJzPPkSWdAvzzESmql6WSg,272112
10501
10506
  sage/groups/libgap_mixin.py,sha256=xwgYFNYA1OuPGihXJeT0hPH1sjsT446KC_4yQZv-j-s,31759
10502
10507
  sage/groups/class_function.py,sha256=-czKiHU_PZfW2fc-itBBoOEdxX-9e4vAZC_hgjeneNM,48648
10503
10508
  sage/groups/libgap_wrapper.pyx,sha256=tDgmlzl-EGycsI3k7zZ6OlqFkfqihQrqPkdGShm6pAM,23501
@@ -10506,22 +10511,22 @@ sage/groups/all__sagemath_gap.py,sha256=0jMNQaDJCB91-B5Vb42YjN2ZS0J92UMejcEq9B_A
10506
10511
  sage/groups/galois_group_perm.py,sha256=U8o3hNZYw1iVR2jPgOtjsre8T9VoUqXtLE7on-VmKFg,7668
10507
10512
  sage/groups/libgap_group.py,sha256=wJ-4oBZn59shN-b23mlfH96QE3wAHNSQg1X_QAICutM,2108
10508
10513
  sage/groups/libgap_wrapper.pxd,sha256=3GN4VL7SbZGZR4Lx_hyv_drcBH32XnO2VvWc2yqB3k8,294
10509
- sage/groups/conjugacy_classes.py,sha256=nbavmP_zrs02sAq9yyWydWZOE5QhTqnZ7IDDIXtLSD4,17014
10514
+ sage/groups/conjugacy_classes.py,sha256=IlA9emEBpGi8oremSwjeKUkSSreqUE-XiqlZHaWgxis,17014
10510
10515
  sage/groups/perm_gps/symgp_conjugacy_class.py,sha256=zxgZ8ctHn0hWYyAYMMG_9T2EtmSWcNMj09xGViXpAMw,12272
10511
10516
  sage/groups/perm_gps/permgroup_morphism.py,sha256=MOk3UQZyu9zuIbZI6cNx_9njP50Q6dWmXzFG2OHmU8k,11589
10512
10517
  sage/groups/perm_gps/permgroup.py,sha256=O0MCoYfHUfNqh2RyPgb4p9JnGHwnvKgfkRhdUlSThcA,198883
10513
10518
  sage/groups/perm_gps/cubegroup.py,sha256=JhDtdlR1X5vMeNpeZ7JkUFjycA23mETDqIsPhdZXhY0,59382
10514
- sage/groups/perm_gps/constructor.py,sha256=UQZb0xIMpGO4c5z0JzGnGtkq07ENY5ZKjlCJdY5elIA,9055
10519
+ sage/groups/perm_gps/constructor.py,sha256=DIPRBoKlEm_8V66EBaVydJknCWw83ejMwvZd2oBrUSw,9055
10515
10520
  sage/groups/perm_gps/permutation_groups_catalog.py,sha256=nBJCF8Ci2a4IX7fw3gabqzpOJGdRZyO0I4A2WRjtEY8,1272
10516
- sage/groups/perm_gps/permgroup_named.py,sha256=rBwwFpZdqKy080AX_97DfZuILG4CSrwcAWneMmw1MPo,119798
10521
+ sage/groups/perm_gps/permgroup_named.py,sha256=u46E5qd97WjPB7pI_TAE7flElNX2cDho3Rz2sg_lsmY,119818
10517
10522
  sage/groups/perm_gps/all.py,sha256=iDGHouhuDklSyispK95tIYUecqKrjPgjZeexTOJ_If0,1428
10518
10523
  sage/groups/perm_gps/permgroup_element.pxd,sha256=vKhO951GtbTnqDTGEeOndLsvCni3KSx1QBRKInC-xAc,1347
10519
10524
  sage/groups/perm_gps/permgroup_element.pyx,sha256=TAvbnXevK8_o84Z8GeYSkiH5m3K9qsnracP4-9zJOrM,69856
10520
- sage/groups/perm_gps/permgroup_element.cpython-311-darwin.so,sha256=scCDG-gi7w-CSGvCYemJh4BCqaYQDRPRexYrtUtnfVM,434384
10525
+ sage/groups/perm_gps/permgroup_element.cpython-311-darwin.so,sha256=DmvEHJBKhRrbdxua0_nGglD-s_fc6o4Ds4VY0lBkjUE,434384
10521
10526
  sage/groups/perm_gps/partn_ref/all__sagemath_gap.py,sha256=Tzpetos0ih-3KeCyjXrlRL8IHaMKehOTYLKYbpM_g8w,42
10522
- sage/groups/perm_gps/partn_ref2/refinement_generic.pyx,sha256=_ZLP20PsGJRE-1EdEADI8Bp-XuHw88uvDGyCQ5CYyCc,38134
10527
+ sage/groups/perm_gps/partn_ref2/refinement_generic.pyx,sha256=NyOI48ggOkTSfNz56lUx3Z1eK65UZZRNXV9ku98u9fg,38135
10523
10528
  sage/groups/perm_gps/partn_ref2/refinement_generic.h,sha256=38tsIbqXuLaEiAPSW-obee7Nx1ztC-dAchuPir1jHtI,1112
10524
- sage/groups/perm_gps/partn_ref2/refinement_generic.cpython-311-darwin.so,sha256=0DUzq_qt6GXe3ktOsGx2K5vT8xYEDeyHb_O2K3OKgZA,201600
10529
+ sage/groups/perm_gps/partn_ref2/refinement_generic.cpython-311-darwin.so,sha256=QU90D5frgIwHeGgFAFD0oHx1BGfHJ215KHXY5E_0Pwc,201600
10525
10530
  sage/groups/perm_gps/partn_ref2/all.py,sha256=Tzpetos0ih-3KeCyjXrlRL8IHaMKehOTYLKYbpM_g8w,42
10526
10531
  sage/groups/perm_gps/partn_ref2/refinement_generic.pxd,sha256=PBlntyHTRNvKW00ec728ay4w2Z0uAXskzrHqwbm7wC0,3836
10527
10532
  sage/groups/abelian_gps/abelian_aut.py,sha256=sbxjUHrUsX-dTidjcaP8ixghg0YnQuVLEEj2slJgGMA,18692
@@ -10531,7 +10536,7 @@ sage/groups/abelian_gps/all__sagemath_gap.py,sha256=ouqkntfIYCrgSyLg4UODAVrKGj3m
10531
10536
  sage/groups/matrix_gps/orthogonal_gap.py,sha256=gdu4dopyxM7Q6zdGI-sczmbz31pC96Dbu4WWr0OX8f0,4328
10532
10537
  sage/groups/matrix_gps/unitary_gap.py,sha256=aIwWF1LmpX1PXL1LDMV-hLHtwUJrXFrkC1pfoZYZjOE,2296
10533
10538
  sage/groups/matrix_gps/binary_dihedral.py,sha256=ohXLkTpOGdH7cYsME2MOHFGoqjhVxLB-a0Zt0sMojxY,3939
10534
- sage/groups/matrix_gps/group_element_gap.cpython-311-darwin.so,sha256=6ZOZXGJUppI3MWwl6DHvRouH9XHxYb7lJ0MOb2-2BnM,198432
10539
+ sage/groups/matrix_gps/group_element_gap.cpython-311-darwin.so,sha256=V15w_HQ-qIhxmm0geZWUh-TkoQlgCuPp5GzfvwqusUc,198432
10535
10540
  sage/groups/matrix_gps/isometries.py,sha256=1jm8St4iPIm_r8tYmoRtafclTF2cVOkAYrZoxohrrSE,15821
10536
10541
  sage/groups/matrix_gps/finitely_generated_gap.py,sha256=KUP5YMIp_43DOLA9y--zaB0sGrKjHiwas7UvvnPDX30,39337
10537
10542
  sage/groups/matrix_gps/linear_gap.py,sha256=voHn-cH6SHAhIzLFTmg7yDr1wjkVvCoGl8_8CIJculg,789
@@ -10545,7 +10550,7 @@ sage/groups/matrix_gps/matrix_group_gap.py,sha256=wVB-KRnsZ3RwodwotZgbSsR-z3bpnn
10545
10550
  sage/libs/all__sagemath_gap.py,sha256=NFyfEM93dqg3CThm18Ut_I2rNfz_8fH1Bhhm0BSFaV8,150
10546
10551
  sage/libs/gap/util.pxd,sha256=TYfF5_1GcP6A_Lf7oVJR2H_kyOvRb95pnFtmWEeI2Lg,1856
10547
10552
  sage/libs/gap/gap_functions.py,sha256=xQy4fhcX_mdxUo3rJKsNRWY7nd9kG5fKnG60FSSzCXA,30224
10548
- sage/libs/gap/element.pyx,sha256=Fn3Pt9MlpBm2BO3lGI0duY4BtFWBhD2VD1HQgjF-Ehs,97296
10553
+ sage/libs/gap/element.pyx,sha256=WVis678k5VMkHaUmd4emmLew0HiSPf65IfJtmXStuqw,97307
10549
10554
  sage/libs/gap/saved_workspace.py,sha256=xEFrQ2_I_H2aDKnG-jdsZLeKrTFMOqCroOUc1d5iprQ,2331
10550
10555
  sage/libs/gap/assigned_names.py,sha256=OQzq_AojG4_X8DBi16bpeicp_3us9UsLtvVJD_Mi4Fw,3578
10551
10556
  sage/libs/gap/gap_includes.pxd,sha256=OS8K8ntpCYE8Pt94vojgoXKLgin2UWykUR0NauhYQ8I,4606
@@ -10553,21 +10558,21 @@ sage/libs/gap/all.py,sha256=Tzpetos0ih-3KeCyjXrlRL8IHaMKehOTYLKYbpM_g8w,42
10553
10558
  sage/libs/gap/test.py,sha256=u9dmPL-NFNYcump22uL_I3goylGOw6rK0-Ctk9f1gb4,671
10554
10559
  sage/libs/gap/operations.py,sha256=pjGCr4wukT0F3lIbBnmZ3XJO4ufIKeIslxWjDFgVWoc,3616
10555
10560
  sage/libs/gap/context_managers.py,sha256=w6MOfJFgtijEDT77aJJ5bFfHV5wbPVN42BOW04KBL1A,3319
10556
- sage/libs/gap/libgap.cpython-311-darwin.so,sha256=-XfdbDaFerkL8PT1pk5bO5Z8UUnZ06IdjVyh3DMS2Yc,218336
10557
- sage/libs/gap/util.cpython-311-darwin.so,sha256=HoINBxxTeBB3BfbKTmYZR3CN6RQrL2-lySdk4whlbIw,157552
10561
+ sage/libs/gap/libgap.cpython-311-darwin.so,sha256=RAv4W178n2-ldyLKGceHZ0tVNHetpgt1s1q4nMdcJUc,218336
10562
+ sage/libs/gap/util.cpython-311-darwin.so,sha256=ShSirB_U7mHLjKqufKQf53-eG5kDMqVJtHPtIdzDYBM,157552
10558
10563
  sage/libs/gap/sage.gaprc,sha256=thmhuOlUaHRTrCUWeaCT-VLTE2AKuN1_c5wETdjXBGc,1304
10559
10564
  sage/libs/gap/element.pxd,sha256=4_-Te0nkerQk1MCI4qfeALfUWN1Jn1QbEpGQe2vrGn4,3297
10560
10565
  sage/libs/gap/all_documented_functions.py,sha256=79ehQ66NrZFT3Oc1ZCYA4f-pxYorYV2YaZI0nTvz7Ss,612
10561
10566
  sage/libs/gap/test_long.py,sha256=Y4874pVnQUR6GPD2IJHP68YKblWeO6m2ZvW11sPJA3w,1282
10562
10567
  sage/libs/gap/gap_globals.py,sha256=klLCm09wJmEXnZ_V5pHKn7OOwxREIILcYmPeglHsKTw,1360
10563
- sage/libs/gap/element.cpython-311-darwin.so,sha256=o06yJ4lVVnRvcdTxylkQoZ6Lec2L4Fmrk-WXy40WDZU,496128
10564
- sage/libs/gap/libgap.pyx,sha256=TN8M3uYWHvPMRRBDvnn0Ugl7UxXFzMxktklPWO5UMYM,23354
10568
+ sage/libs/gap/element.cpython-311-darwin.so,sha256=WFmc3DgZmpbXOxbnwjZaIY1vtYmF51Zf_-FjrL71Cek,496128
10569
+ sage/libs/gap/libgap.pyx,sha256=SWQqkcSSFvUkv5CcOIQTPTO6O9gUIhCxRCk2mEJqiAk,23664
10565
10570
  sage/libs/gap/util.pyx,sha256=xDs-zKqFLr5UqafL29yS7yco1h5Q81geESFHSESdVj4,16009
10566
10571
  sage/coding/all__sagemath_gap.py,sha256=Tzpetos0ih-3KeCyjXrlRL8IHaMKehOTYLKYbpM_g8w,42
10567
10572
  sage/coding/codecan/codecan.pxd,sha256=-yV_3H7du9kKSpYi4kx-LyAifWzxt8Us_syox2OSA20,2805
10568
- sage/coding/codecan/codecan.cpython-311-darwin.so,sha256=vmoSS-V0CmXjn9dgO3tcRo_dVLDLvMNTS1LRxnQtjzc,297328
10573
+ sage/coding/codecan/codecan.cpython-311-darwin.so,sha256=77N58wFlXJL8bcq8HK93bxeXTz297mpOqt8i8wWiQY8,297328
10569
10574
  sage/coding/codecan/all.py,sha256=Tzpetos0ih-3KeCyjXrlRL8IHaMKehOTYLKYbpM_g8w,42
10570
- sage/coding/codecan/autgroup_can_label.cpython-311-darwin.so,sha256=zY3VrZiZTDLVvIHywFcmuadNt7D7utfVoQSN6lMwMEg,292632
10575
+ sage/coding/codecan/autgroup_can_label.cpython-311-darwin.so,sha256=fQkFBIluHNoOen_Fm2NqYhQHWyoIet3letaCHgz9qjw,292632
10571
10576
  sage/coding/codecan/autgroup_can_label.pyx,sha256=6OYBLt5vtCcX1Y5bceTSN50RVv-4b1Yoebh8-8A6EGs,26106
10572
10577
  sage/coding/codecan/all__sagemath_gap.py,sha256=Tzpetos0ih-3KeCyjXrlRL8IHaMKehOTYLKYbpM_g8w,42
10573
10578
  sage/coding/codecan/codecan.pyx,sha256=yabHsbRpxbHbyTNrTtihCvk87FRZxvvyLpyM7UWM_Dw,44926
@@ -10577,14 +10582,10 @@ sage/rings/all__sagemath_gap.py,sha256=zp3YvAicr5KOBRkL4JowXChnJ4alNq2pq-DzejZ11
10577
10582
  sage/geometry/ribbon_graph.py,sha256=RdiKR3d0-zwqDc3QWvbQ1ODIVgzRQ3nAJcggmf0o97k,48909
10578
10583
  sage/geometry/all__sagemath_gap.py,sha256=REzYJFn-wm_XHNsj7VemcU2CAtiOrEwa5flNcs0zAR4,163
10579
10584
  sage/matrix/matrix_gap.pxd,sha256=SjdGKj8fAWF2WojhiVbyRzl9uJQPLywixGrUO-ohUfQ,305
10580
- sage/matrix/matrix_gap.cpython-311-darwin.so,sha256=pRFJRfpUzDrsXgc0Zx30SRka8VT1LadsDALrHKM2UE0,171760
10585
+ sage/matrix/matrix_gap.cpython-311-darwin.so,sha256=WD4y59Jjj4ORYuJGv8Ryalq812ey_uGrBe5E6TI2C0E,171760
10581
10586
  sage/matrix/all__sagemath_gap.py,sha256=Tzpetos0ih-3KeCyjXrlRL8IHaMKehOTYLKYbpM_g8w,42
10582
10587
  sage/matrix/matrix_gap.pyx,sha256=gPOMGKhRezDGrxGdvxSm-jyqBXvdZ1WY2tYO3RU_4mE,13747
10583
10588
  sage/interfaces/all__sagemath_gap.py,sha256=Tzpetos0ih-3KeCyjXrlRL8IHaMKehOTYLKYbpM_g8w,42
10584
10589
  sage/interfaces/gap3.py,sha256=oumiD4-ntTNg3g4qP733rlp4ud-c5FXgrk_Pjtcqcik,32914
10585
10590
  sage/interfaces/gap.py,sha256=f3JtMUDsi-4cmylHHZA0QF5FPkKe7ci-BXHkEyu1F68,59667
10586
10591
  sage/interfaces/gap_workspace.py,sha256=6325mTcx8RgDfHGHuUse-QwM1sSj8S9dFNMvwir7Z_U,4719
10587
- passagemath_gap-10.5.19.dist-info/RECORD,,
10588
- passagemath_gap-10.5.19.dist-info/WHEEL,sha256=_IlGorQh7VaqPN3LdPtd8hxtiyNsObO0vyth4MkZA_o,110
10589
- passagemath_gap-10.5.19.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
10590
- passagemath_gap-10.5.19.dist-info/METADATA,sha256=T9sVTLo8QFmoydhKnDUC5aKKrnFbymcuDX7sc_qEUEo,3789
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.7.0)
2
+ Generator: setuptools (79.0.0)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp311-cp311-macosx_13_0_x86_64
5
5
 
Binary file
Binary file
@@ -141,24 +141,24 @@ def ReflectionGroup(*args, **kwds):
141
141
  X = arg
142
142
 
143
143
  # precheck for valid input data
144
- if not (isinstance(X, (CartanType_abstract,tuple)) or (X in ZZ and 4 <= X <= 37)):
144
+ if not (isinstance(X, (CartanType_abstract, tuple)) or (X in ZZ and 4 <= X <= 37)):
145
145
  raise ValueError(error_msg % X)
146
146
 
147
147
  # transforming two reducible types and an irreducible type
148
148
  if isinstance(X, CartanType_abstract):
149
149
  if not X.is_finite():
150
150
  raise ValueError(error_msg % X)
151
- if hasattr(X,"cartan_type"):
151
+ if hasattr(X, "cartan_type"):
152
152
  X = X.cartan_type()
153
153
  if X.is_irreducible():
154
154
  W_types.extend([(X.letter, X.n)])
155
155
  else:
156
- W_types.extend([(x.letter, x.n) for x in X.component_types()])
156
+ W_types.extend((x.letter, x.n) for x in X.component_types())
157
157
 
158
- elif X == (2,2,2) or X == ('I',2):
159
- W_types.extend([('A',1), ('A',1)])
158
+ elif X == (2, 2, 2) or X == ('I', 2):
159
+ W_types.extend([('A', 1), ('A', 1)])
160
160
 
161
- elif X == (2,2,3):
161
+ elif X == (2, 2, 3):
162
162
  W_types.extend([('A', 3)])
163
163
 
164
164
  else:
@@ -251,12 +251,12 @@ class ConjugacyClass(Parent):
251
251
  sage: h = H(matrix(F,2,[1,2, -1, 1]))
252
252
  sage: C = ConjugacyClass(H,h)
253
253
  sage: S = [[[3, 2], [2, 4]], [[0, 1], [2, 2]], [[3, 4], [1, 4]],\
254
- [[0, 3], [4, 2]], [[1, 2], [4, 1]], [[2, 1], [2, 0]],\
255
- [[4, 1], [4, 3]], [[4, 4], [1, 3]], [[2, 4], [3, 0]],\
256
- [[1, 4], [2, 1]], [[3, 3], [3, 4]], [[2, 3], [4, 0]],\
257
- [[0, 2], [1, 2]], [[1, 3], [1, 1]], [[4, 3], [3, 3]],\
258
- [[4, 2], [2, 3]], [[0, 4], [3, 2]], [[1, 1], [3, 1]],\
259
- [[2, 2], [1, 0]], [[3, 1], [4, 4]]]
254
+ ....: [[0, 3], [4, 2]], [[1, 2], [4, 1]], [[2, 1], [2, 0]],\
255
+ ....: [[4, 1], [4, 3]], [[4, 4], [1, 3]], [[2, 4], [3, 0]],\
256
+ ....: [[1, 4], [2, 1]], [[3, 3], [3, 4]], [[2, 3], [4, 0]],\
257
+ ....: [[0, 2], [1, 2]], [[1, 3], [1, 1]], [[4, 3], [3, 3]],\
258
+ ....: [[4, 2], [2, 3]], [[0, 4], [3, 2]], [[1, 1], [3, 1]],\
259
+ ....: [[2, 2], [1, 0]], [[3, 1], [4, 4]]]
260
260
  sage: C.set() == Set(H(x) for x in S)
261
261
  True
262
262
 
@@ -29,7 +29,7 @@ from sage.libs.gap.element import GapElement_Permutation
29
29
  lazy_import('sage.combinat.permutation', ['Permutation', 'from_cycles'])
30
30
 
31
31
  try:
32
- from sage.libs.pari.all import pari_gen
32
+ from cypari2.gen import Gen as pari_gen
33
33
  except ImportError:
34
34
  pari_gen = ()
35
35
 
@@ -694,7 +694,7 @@ cdef class PartitionRefinement_generic:
694
694
  self._fixed_not_minimized.append(pos)
695
695
  self._backtrack() # backtracking
696
696
 
697
- #restore the old state and continue backtracking
697
+ # restore the old state and continue backtracking
698
698
  self._part.depth = old_partition_depth
699
699
  self._fixed_minimized = self._fixed_minimized[:old_fixed_minimized_len]
700
700
  self._fixed_not_minimized = copy(old_fixed_not_minimized)
@@ -3517,7 +3517,7 @@ class SmallPermutationGroup(PermutationGroup_generic):
3517
3517
  [ 2 0 -1 2 0 -1]
3518
3518
  sage: def numgps(n): return ZZ(libgap.NumberSmallGroups(n))
3519
3519
  sage: all(SmallPermutationGroup(n,k).id() == [n,k]
3520
- ....: for n in [1..64] for k in [1..numgps(n)])
3520
+ ....: for n in [1..64] for k in [1..numgps(n)]) # long time (180s)
3521
3521
  True
3522
3522
  sage: H = SmallPermutationGroup(6,1)
3523
3523
  sage: H.is_abelian()
Binary file
sage/libs/gap/element.pyx CHANGED
@@ -1136,10 +1136,8 @@ cdef class GapElement(RingElement):
1136
1136
  Check that this can be interrupted gracefully::
1137
1137
 
1138
1138
  sage: a, b = libgap.GL(1000, 3).GeneratorsOfGroup(); g = a * b
1139
- sage: alarm(0.5); g ^ (2 ^ 10000)
1140
- Traceback (most recent call last):
1141
- ...
1142
- AlarmInterrupt
1139
+ sage: from sage.doctest.util import ensure_interruptible_after
1140
+ sage: with ensure_interruptible_after(0.5): g ^ (2 ^ 10000)
1143
1141
 
1144
1142
  sage: libgap.CyclicGroup(2) ^ 2
1145
1143
  Traceback (most recent call last):
Binary file
sage/libs/gap/libgap.pyx CHANGED
@@ -151,7 +151,7 @@ using the recursive expansion of the
151
151
  [ [ 1, 2, 9, 10 ], [ 3, 4, 11, 12 ], [ 0, 0, 5, 6 ], [ 0, 0, 7, 8 ] ]
152
152
  sage: M.List().sage() # returns a Sage list of lists
153
153
  [[1, 2, 9, 10], [3, 4, 11, 12], [0, 0, 5, 6], [0, 0, 7, 8]]
154
- sage: matrix(ZZ, _)
154
+ sage: matrix(ZZ, _) # needs sage.modules
155
155
  [ 1 2 9 10]
156
156
  [ 3 4 11 12]
157
157
  [ 0 0 5 6]
@@ -287,11 +287,11 @@ class Gap(Parent):
287
287
  0
288
288
  sage: libgap(int(0))
289
289
  0
290
- sage: libgap(vector((0,1,2)))
290
+ sage: libgap(vector((0,1,2))) # needs sage.modules
291
291
  [ 0, 1, 2 ]
292
- sage: libgap(vector((1/3,2/3,4/5)))
292
+ sage: libgap(vector((1/3,2/3,4/5))) # needs sage.modules
293
293
  [ 1/3, 2/3, 4/5 ]
294
- sage: libgap(vector((1/3, 0.8, 3)))
294
+ sage: libgap(vector((1/3, 0.8, 3))) # needs sage.modules
295
295
  [ 0.333333, 0.8, 3. ]
296
296
  """
297
297
  initialize()
@@ -333,21 +333,19 @@ class Gap(Parent):
333
333
 
334
334
  EXAMPLES::
335
335
 
336
+ sage: # needs sage.modules
336
337
  sage: M = libgap._construct_matrix(identity_matrix(ZZ,2)); M
337
338
  [ [ 1, 0 ], [ 0, 1 ] ]
338
339
  sage: M.IsMatrix()
339
340
  true
340
-
341
341
  sage: M = libgap(identity_matrix(ZZ,2)); M # syntactic sugar
342
342
  [ [ 1, 0 ], [ 0, 1 ] ]
343
343
  sage: M.IsMatrix()
344
344
  true
345
-
346
345
  sage: M = libgap(matrix(GF(3),2,2,[4,5,6,7])); M
347
346
  [ [ Z(3)^0, Z(3) ], [ 0*Z(3), Z(3)^0 ] ]
348
347
  sage: M.IsMatrix()
349
348
  true
350
-
351
349
  sage: x = polygen(QQ, 'x')
352
350
  sage: M = libgap(matrix(QQ['x'],2,2,[x,5,6,7])); M
353
351
  [ [ x, 5 ], [ 6, 7 ] ]
Binary file