passagemath-environment 10.4.11__py3-none-any.whl → 10.4.13__py3-none-any.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.
- {passagemath_environment-10.4.11.data → passagemath_environment-10.4.13.data}/scripts/sage-version.sh +3 -3
- {passagemath_environment-10.4.11.dist-info → passagemath_environment-10.4.13.dist-info}/METADATA +5 -5
- {passagemath_environment-10.4.11.dist-info → passagemath_environment-10.4.13.dist-info}/RECORD +16 -16
- sage/features/__init__.py +4 -3
- sage/features/join_feature.py +1 -1
- sage/features/mip_backends.py +1 -1
- sage/features/sagemath.py +184 -72
- sage/features/sphinx.py +1 -1
- sage/version.py +3 -3
- {passagemath_environment-10.4.11.data → passagemath_environment-10.4.13.data}/scripts/sage +0 -0
- {passagemath_environment-10.4.11.data → passagemath_environment-10.4.13.data}/scripts/sage-env +0 -0
- {passagemath_environment-10.4.11.data → passagemath_environment-10.4.13.data}/scripts/sage-num-threads.py +0 -0
- {passagemath_environment-10.4.11.data → passagemath_environment-10.4.13.data}/scripts/sage-python +0 -0
- {passagemath_environment-10.4.11.data → passagemath_environment-10.4.13.data}/scripts/sage-venv-config +0 -0
- {passagemath_environment-10.4.11.dist-info → passagemath_environment-10.4.13.dist-info}/WHEEL +0 -0
- {passagemath_environment-10.4.11.dist-info → passagemath_environment-10.4.13.dist-info}/top_level.txt +0 -0
@@ -4,6 +4,6 @@
|
|
4
4
|
# which stops "setup.py develop" from rewriting it as a Python file.
|
5
5
|
:
|
6
6
|
# This file is auto-generated by the sage-update-version script, do not edit!
|
7
|
-
SAGE_VERSION='10.4.
|
8
|
-
SAGE_RELEASE_DATE='2024-10-
|
9
|
-
SAGE_VERSION_BANNER='passagemath version 10.4.
|
7
|
+
SAGE_VERSION='10.4.13'
|
8
|
+
SAGE_RELEASE_DATE='2024-10-19'
|
9
|
+
SAGE_VERSION_BANNER='passagemath version 10.4.13, Release Date: 2024-10-19'
|
{passagemath_environment-10.4.11.dist-info → passagemath_environment-10.4.13.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: passagemath-environment
|
3
|
-
Version: 10.4.
|
3
|
+
Version: 10.4.13
|
4
4
|
Summary: passagemath: System and software environment
|
5
5
|
Author-email: The Sage Developers <sage-support@googlegroups.com>
|
6
6
|
License: GNU General Public License (GPL) v2 or later
|
@@ -26,19 +26,19 @@ Classifier: Topic :: Scientific/Engineering :: Mathematics
|
|
26
26
|
Requires-Python: <3.13,>=3.9
|
27
27
|
Description-Content-Type: text/x-rst
|
28
28
|
Provides-Extra: conf
|
29
|
-
Requires-Dist: passagemath-conf~=10.4.
|
29
|
+
Requires-Dist: passagemath-conf~=10.4.13; extra == "conf"
|
30
30
|
Provides-Extra: cython
|
31
31
|
Requires-Dist: cython!=3.0.3,<4.0,>=3.0; extra == "cython"
|
32
32
|
Provides-Extra: docbuild
|
33
|
-
Requires-Dist: passagemath-docbuild~=10.4.
|
33
|
+
Requires-Dist: passagemath-docbuild~=10.4.13; extra == "docbuild"
|
34
34
|
Provides-Extra: pytest
|
35
35
|
Requires-Dist: pytest; extra == "pytest"
|
36
36
|
Provides-Extra: rst2ipynb
|
37
37
|
Requires-Dist: rst2ipynb>=0.2.2; extra == "rst2ipynb"
|
38
38
|
Provides-Extra: sage
|
39
|
-
Requires-Dist: passagemath-standard~=10.4.
|
39
|
+
Requires-Dist: passagemath-standard~=10.4.13; extra == "sage"
|
40
40
|
Provides-Extra: sws2rst
|
41
|
-
Requires-Dist: passagemath-sws2rst~=10.4.
|
41
|
+
Requires-Dist: passagemath-sws2rst~=10.4.13; extra == "sws2rst"
|
42
42
|
Provides-Extra: tox
|
43
43
|
Requires-Dist: tox>=4.2.7; extra == "tox"
|
44
44
|
|
{passagemath_environment-10.4.11.dist-info → passagemath_environment-10.4.13.dist-info}/RECORD
RENAMED
@@ -1,13 +1,13 @@
|
|
1
|
-
passagemath_environment-10.4.
|
2
|
-
passagemath_environment-10.4.
|
3
|
-
passagemath_environment-10.4.
|
4
|
-
passagemath_environment-10.4.
|
5
|
-
passagemath_environment-10.4.
|
6
|
-
passagemath_environment-10.4.
|
1
|
+
passagemath_environment-10.4.13.data/scripts/sage,sha256=NYSueRGQ1q1p_7u1ZpG2dM9cgtQmRHz1b2AvFLKiS60,43257
|
2
|
+
passagemath_environment-10.4.13.data/scripts/sage-env,sha256=Q54ksJV-D6VBUFIeIqAiT8tktkzAEzi_wUpRuC23ITU,23221
|
3
|
+
passagemath_environment-10.4.13.data/scripts/sage-num-threads.py,sha256=U09CpRe4aXkHNWHoZSYoQwYRASrvoT-l-zslRiGVbWc,3128
|
4
|
+
passagemath_environment-10.4.13.data/scripts/sage-python,sha256=gXVskicH9NJtE5apMm1U-ZWDzWiz3Rm6dFBND2y60gI,28
|
5
|
+
passagemath_environment-10.4.13.data/scripts/sage-venv-config,sha256=4C_dvQRTdnp6H4Qs5TT1WvNuk0fGEnXkc0eGCdVDsNY,1197
|
6
|
+
passagemath_environment-10.4.13.data/scripts/sage-version.sh,sha256=mKdeMyiOJR5f05Q_Hea6Y_uS66ecKKwOgURxpWMgTHI,403
|
7
7
|
sage/all__sagemath_environment.py,sha256=d44XIAz0tXfPdQxa3dGJvF2WEf6stMQxLUFL0GC1Sv4,188
|
8
8
|
sage/env.py,sha256=ntFPlbRRaD1NmCe5c26mwNKE4Q1GsX9H17b_B3QX3go,17547
|
9
|
-
sage/version.py,sha256=
|
10
|
-
sage/features/__init__.py,sha256=
|
9
|
+
sage/version.py,sha256=b6a2fB62-rkzpQ8jPcw4XY9WfLJdRU0qocyXuASl6ko,229
|
10
|
+
sage/features/__init__.py,sha256=tf5ltzc-hHSPY3d-a_gHaevIDHml9ZEWY1Qg1vSlHLA,36584
|
11
11
|
sage/features/all.py,sha256=6YQEvdLvw6Ipb0u-PLsB97wWnHj28qBYoz3fGbgrFmg,4236
|
12
12
|
sage/features/bliss.py,sha256=SeLzXDEH30tgup593E42VJGGpR2gpRRI4lBt0ufCaGc,2447
|
13
13
|
sage/features/cddlib.py,sha256=zHN16TIyufH14rtexQRpCW8VQbeqRV1qRMKhDp31PJk,1330
|
@@ -30,14 +30,14 @@ sage/features/imagemagick.py,sha256=GMTEXzGKkfIzVVwuX6JH-EREvHy_Z-XowN5SWd8pjgU,
|
|
30
30
|
sage/features/interfaces.py,sha256=5XPbHGOtH3khvXe2zl7kjR67YPq1Bhf7a6fv1d9s1z4,8295
|
31
31
|
sage/features/internet.py,sha256=he6OLOrLihRrkWCCKVwyBGZyXmU7XRP-ZWfUPR_A1C4,2074
|
32
32
|
sage/features/jmol.py,sha256=Gg7vTzNRJoPIQSbF25gifJvqHJDn0dm5HZTEA4TMdNA,1135
|
33
|
-
sage/features/join_feature.py,sha256=
|
33
|
+
sage/features/join_feature.py,sha256=5UqBs4DCUZddchINdg_HTIKLESOC0scm9u3lsIImmuY,5376
|
34
34
|
sage/features/kenzo.py,sha256=sHqSeagK7_p0RmSjQ8q-1kxIRxRsNa7jFSexAsr80Ks,2672
|
35
35
|
sage/features/latex.py,sha256=pyj57wpTfdTXFFsbIxr6OuOl0j5Sg1CrU_ZhxLIeLsI,9616
|
36
36
|
sage/features/latte.py,sha256=9NHYcDp_kLyrAtUdKQ2pOKYlo3oJy1R16p5Zg4E6_DQ,2617
|
37
37
|
sage/features/lrs.py,sha256=ru_VDo0Y6am54FQd9zqanhqoXnZXP2hudnkjD9GNNlI,5963
|
38
38
|
sage/features/mcqd.py,sha256=GfllBC9A170B0z64bE3AZ9yLfUF8aTdQDgGhRwCnYGc,1397
|
39
39
|
sage/features/meataxe.py,sha256=9uYHmPzED2RGmK5ge56zJlnHDhKVQidPEbxLThSdiaw,1458
|
40
|
-
sage/features/mip_backends.py,sha256=
|
40
|
+
sage/features/mip_backends.py,sha256=vnTIYLCUy0XoM93OepBDl3cejJsMooLwRszO-3xAswg,3952
|
41
41
|
sage/features/msolve.py,sha256=kgFa-TsgZHUkIlVoJqq3cyz58gq2xWuz45ppoOFNzqw,2285
|
42
42
|
sage/features/nauty.py,sha256=RxY4q1skVUYFNYl00mNb93Z2W9wQHYPVxB46B7rDIcY,2341
|
43
43
|
sage/features/normaliz.py,sha256=cWmDeu3tMfyUOLA3IlqI6sYwRhSz0dv2tQhIClvvqcw,1384
|
@@ -49,11 +49,11 @@ sage/features/pkg_systems.py,sha256=GOyVswRAAFqQ_oSZOZz-IA51c7a4N77tnQkfZ69xukY,
|
|
49
49
|
sage/features/polymake.py,sha256=Ix2qM0izHhBFa-IGTWjcbW9ofutbRP6FTL5p4buSgPU,1429
|
50
50
|
sage/features/poppler.py,sha256=hNdYa03BxYYiFTk70RAzJtCYxp0VEjGqrWMDpDosp5w,2231
|
51
51
|
sage/features/rubiks.py,sha256=8N54u2kShVqke1eRjLHBwqkENgc3vvfspI3h5gkPNKw,5261
|
52
|
-
sage/features/sagemath.py,sha256=
|
52
|
+
sage/features/sagemath.py,sha256=Gnebn_cooSlIU9-jcEE_3rHH3rRmDUjwZZWwtjtCpkE,55154
|
53
53
|
sage/features/sat.py,sha256=XJXQPFU9PQRDwXVezC9j3iRJoDQSkWsI2b8F_fNNagk,2951
|
54
54
|
sage/features/singular.py,sha256=jyX5Pl-Zpo-I5kG0aKDFdPawMcM_S_Jv0QN7dsENNRg,1611
|
55
55
|
sage/features/sirocco.py,sha256=wWG1tWXFnUPY5XVL5eQXKSQiX4g-bwsMXekIltbVQFs,1452
|
56
|
-
sage/features/sphinx.py,sha256=
|
56
|
+
sage/features/sphinx.py,sha256=52lO3muIkTYhmd_gdVsHEPMQeFWsbTHiky5z2E9mSPM,2299
|
57
57
|
sage/features/standard.py,sha256=Eh95Xj-swHqPvORXCntVmz0U1XxXqv7KpYdrUKJAdac,2036
|
58
58
|
sage/features/symengine_py.py,sha256=acVpHvjDe_Opl8iUAMbGaG13ROIjPEF9Fyn4HSn61Ek,1523
|
59
59
|
sage/features/tdlib.py,sha256=Lij2GGLbh0ja_fNYAff4ZozVi6lcD_5Dzn005IAgWBg,1260
|
@@ -64,7 +64,7 @@ sage/misc/package.py,sha256=xZF5iijW69X9DblpnLcYXQiRdjE7Uhu1MJ5eeq12T9o,19191
|
|
64
64
|
sage/misc/package_dir.py,sha256=uqM8SeAVPlXXjxzi4v5zXQlrcBJXSxiR3NtCxO-cVYA,26703
|
65
65
|
sage/misc/temporary_file.py,sha256=Z-0blAIrU1MAdpl3z8M_6n7-zj4Ac3NA-ULSIIKmCWU,19138
|
66
66
|
sage/misc/viewer.py,sha256=T7DRgW07qYcKQPJ0nG-N1KoVRHz3xrL7LxkVAZ7dvOo,11554
|
67
|
-
passagemath_environment-10.4.
|
68
|
-
passagemath_environment-10.4.
|
69
|
-
passagemath_environment-10.4.
|
70
|
-
passagemath_environment-10.4.
|
67
|
+
passagemath_environment-10.4.13.dist-info/METADATA,sha256=8a29JlL8qJ3EfwJNnCbnmktwNMcRixlbESG709oHmIk,3151
|
68
|
+
passagemath_environment-10.4.13.dist-info/WHEEL,sha256=Mdi9PDNwEZptOjTlUcAth7XJDFtKrHYaQMPulZeBCiQ,91
|
69
|
+
passagemath_environment-10.4.13.dist-info/top_level.txt,sha256=hibFyzQHiLOMK68qL1OWsNKaXOmSXqZjeLTBem6Yy7I,5
|
70
|
+
passagemath_environment-10.4.13.dist-info/RECORD,,
|
sage/features/__init__.py
CHANGED
@@ -318,9 +318,10 @@ class Feature(TrivialUniqueRepresentation):
|
|
318
318
|
sage: from sage.features.sagemath import sage__rings__function_field
|
319
319
|
sage: sage__rings__function_field().joined_features()
|
320
320
|
[Feature('sage.rings.function_field.function_field_polymod'),
|
321
|
-
|
322
|
-
|
323
|
-
|
321
|
+
Feature('sage.libs.singular'),
|
322
|
+
Feature('sage.libs.singular.singular'),
|
323
|
+
Feature('sage.interfaces.singular'),
|
324
|
+
Feature('sage.rings.polynomial.plural')]
|
324
325
|
sage: from sage.features.interfaces import Mathematica
|
325
326
|
sage: Mathematica().joined_features()
|
326
327
|
[]
|
sage/features/join_feature.py
CHANGED
@@ -138,7 +138,7 @@ class JoinFeature(Feature):
|
|
138
138
|
sage: f.unhide()
|
139
139
|
sage: f.is_present() # optional sage.groups
|
140
140
|
FeatureTestResult('sage.groups', True)
|
141
|
-
sage: f._features[0].is_present()
|
141
|
+
sage: f._features[0].is_present() # needs sage.groups
|
142
142
|
FeatureTestResult('sage.groups.perm_gps.permgroup', True)
|
143
143
|
"""
|
144
144
|
for f in self._features:
|
sage/features/mip_backends.py
CHANGED
@@ -97,7 +97,7 @@ class CVXOPT(JoinFeature):
|
|
97
97
|
TESTS::
|
98
98
|
|
99
99
|
sage: from sage.features.mip_backends import CVXOPT
|
100
|
-
sage: CVXOPT()._is_present()
|
100
|
+
sage: CVXOPT()._is_present() # needs cvxopt
|
101
101
|
FeatureTestResult('cvxopt', True)
|
102
102
|
"""
|
103
103
|
JoinFeature.__init__(self, 'cvxopt',
|
sage/features/sagemath.py
CHANGED
@@ -48,6 +48,7 @@ class SAGE_SRC(StaticFile):
|
|
48
48
|
r"""
|
49
49
|
A :class:`~sage.features.Feature` which describes the presence of the
|
50
50
|
monolithic source tree of the Sage library.
|
51
|
+
|
51
52
|
"""
|
52
53
|
def __init__(self):
|
53
54
|
r"""
|
@@ -104,6 +105,28 @@ class sagemath_doc_html(StaticFile):
|
|
104
105
|
type='standard')
|
105
106
|
|
106
107
|
|
108
|
+
class sage__all(PythonModule):
|
109
|
+
r"""
|
110
|
+
A :class:`~sage.features.Feature` describing the presence of :mod:`sage.all`.
|
111
|
+
|
112
|
+
EXAMPLES::
|
113
|
+
|
114
|
+
sage: from sage.features.sagemath import sage__all
|
115
|
+
sage: sage__all().is_present() # needs sage.all
|
116
|
+
FeatureTestResult('sage.all', True)
|
117
|
+
"""
|
118
|
+
|
119
|
+
def __init__(self):
|
120
|
+
r"""
|
121
|
+
TESTS::
|
122
|
+
|
123
|
+
sage: from sage.features.sagemath import sage__all
|
124
|
+
sage: isinstance(sage__all(), sage__all)
|
125
|
+
True
|
126
|
+
"""
|
127
|
+
PythonModule.__init__(self, 'sage.all')
|
128
|
+
|
129
|
+
|
107
130
|
class sage__combinat(JoinFeature):
|
108
131
|
r"""
|
109
132
|
A :class:`~sage.features.Feature` describing the presence of :mod:`sage.combinat`.
|
@@ -127,10 +150,10 @@ class sage__combinat(JoinFeature):
|
|
127
150
|
|
128
151
|
Doctests that use Python modules from :mod:`sage.combinat` that involve trees,
|
129
152
|
graphs, hypergraphs, posets, quivers, combinatorial designs,
|
130
|
-
finite state machines etc. should be marked ``# needs sage.
|
153
|
+
finite state machines etc. should be marked ``# needs sage.graphs`` instead::
|
131
154
|
|
132
|
-
sage: L = Poset({0: [1], 1: [2], 2:[3], 3:[4]}) # needs sage.
|
133
|
-
sage: L.is_chain() # needs sage.
|
155
|
+
sage: L = Poset({0: [1], 1: [2], 2:[3], 3:[4]}) # needs sage.graphs
|
156
|
+
sage: L.is_chain() # needs sage.graphs
|
134
157
|
True
|
135
158
|
|
136
159
|
Doctests that use combinatorial modules/algebras, or root systems should use the tag
|
@@ -146,10 +169,10 @@ class sage__combinat(JoinFeature):
|
|
146
169
|
Positive imaginary roots of type ['A', 3, 1]
|
147
170
|
|
148
171
|
Doctests that use lattices, semilattices, or Dynkin diagrams should use the tag
|
149
|
-
``# needs sage.
|
172
|
+
``# needs sage.graphs sage.modules``::
|
150
173
|
|
151
|
-
sage: L = LatticePoset({0: [1,2], 1: [3], 2: [3,4], 3: [5], 4: [5]}) # needs sage.
|
152
|
-
sage: L.meet_irreducibles() # needs sage.
|
174
|
+
sage: L = LatticePoset({0: [1,2], 1: [3], 2: [3,4], 3: [5], 4: [5]}) # needs sage.graphs sage.modules
|
175
|
+
sage: L.meet_irreducibles() # needs sage.graphs sage.modules
|
153
176
|
[1, 3, 4]
|
154
177
|
|
155
178
|
TESTS::
|
@@ -173,6 +196,8 @@ class sage__combinat(JoinFeature):
|
|
173
196
|
JoinFeature.__init__(self, 'sage.combinat',
|
174
197
|
[PythonModule('sage.combinat'), # namespace package
|
175
198
|
PythonModule('sage.combinat.tableau'), # representative
|
199
|
+
PythonModule('sage.monoids'), # namespace package
|
200
|
+
PythonModule('sage.monoids.hecke_monoid'), # representative
|
176
201
|
],
|
177
202
|
spkg='sagemath_combinat', type='standard')
|
178
203
|
|
@@ -215,8 +240,10 @@ class sage__geometry__polyhedron(JoinFeature):
|
|
215
240
|
JoinFeature.__init__(self, 'sage.geometry.polyhedron',
|
216
241
|
[PythonModule('sage.geometry'), # namespace package
|
217
242
|
PythonModule('sage.geometry.polyhedron'), # representative
|
243
|
+
PythonModule('sage.geometry.newton_polygon'),
|
218
244
|
PythonModule('sage.schemes.toric'), # namespace package
|
219
245
|
PythonModule('sage.schemes.toric.variety'), # representative
|
246
|
+
# sage__modules(),
|
220
247
|
],
|
221
248
|
spkg='sagemath_polyhedra', type='standard')
|
222
249
|
|
@@ -366,7 +393,7 @@ class sage__libs__ecl(PythonModule):
|
|
366
393
|
EXAMPLES::
|
367
394
|
|
368
395
|
sage: from sage.features.sagemath import sage__libs__ecl
|
369
|
-
sage: sage__libs__ecl().is_present()
|
396
|
+
sage: sage__libs__ecl().is_present() # needs sage.libs.ecl
|
370
397
|
FeatureTestResult('sage.libs.ecl', True)
|
371
398
|
"""
|
372
399
|
|
@@ -405,8 +432,12 @@ class sage__libs__flint(JoinFeature):
|
|
405
432
|
True
|
406
433
|
"""
|
407
434
|
JoinFeature.__init__(self, 'sage.libs.flint',
|
408
|
-
[PythonModule('sage.libs.flint.
|
409
|
-
PythonModule('sage.libs.flint.
|
435
|
+
[PythonModule('sage.libs.flint.flint_sage'),
|
436
|
+
PythonModule('sage.libs.flint.arith_sage'),
|
437
|
+
PythonModule('sage.rings.padics.padic_relaxed_element'),
|
438
|
+
PythonModule('sage.rings.padics.pow_computer_flint'),
|
439
|
+
PythonModule('sage.graphs.chrompoly'),
|
440
|
+
PythonModule('sage.graphs.matchpoly')],
|
410
441
|
spkg='sagemath_flint', type='standard')
|
411
442
|
|
412
443
|
|
@@ -453,6 +484,58 @@ class sage__libs__gap(JoinFeature):
|
|
453
484
|
PythonModule('sage.rings.universal_cyclotomic_field')])
|
454
485
|
|
455
486
|
|
487
|
+
class sage__libs__giac(JoinFeature):
|
488
|
+
r"""
|
489
|
+
A :class:`sage.features.Feature` describing the presence of :mod:`sage.libs.giac`.
|
490
|
+
|
491
|
+
In addition to the modularization purposes that this tag serves,
|
492
|
+
it also provides attribution to the upstream project.
|
493
|
+
|
494
|
+
TESTS::
|
495
|
+
|
496
|
+
sage: from sage.features.sagemath import sage__libs__giac
|
497
|
+
sage: sage__libs__giac().is_present() # needs sage.libs.giac
|
498
|
+
FeatureTestResult('sage.libs.giac', True)
|
499
|
+
"""
|
500
|
+
def __init__(self):
|
501
|
+
r"""
|
502
|
+
TESTS::
|
503
|
+
|
504
|
+
sage: from sage.features.sagemath import sage__libs__giac
|
505
|
+
sage: isinstance(sage__libs__giac(), sage__libs__giac)
|
506
|
+
True
|
507
|
+
"""
|
508
|
+
JoinFeature.__init__(self, 'sage.libs.giac',
|
509
|
+
[PythonModule('sage.libs.giac.giac')],
|
510
|
+
spkg='sagemath_giac', type='standard')
|
511
|
+
|
512
|
+
|
513
|
+
class sage__libs__homfly(JoinFeature):
|
514
|
+
r"""
|
515
|
+
A :class:`sage.features.Feature` describing the presence of :mod:`sage.libs.homfly`.
|
516
|
+
|
517
|
+
In addition to the modularization purposes that this tag serves,
|
518
|
+
it also provides attribution to the upstream project.
|
519
|
+
|
520
|
+
TESTS::
|
521
|
+
|
522
|
+
sage: from sage.features.sagemath import sage__libs__homfly
|
523
|
+
sage: sage__libs__homfly().is_present() # needs sage.libs.homfly
|
524
|
+
FeatureTestResult('sage.libs.homfly', True)
|
525
|
+
"""
|
526
|
+
def __init__(self):
|
527
|
+
r"""
|
528
|
+
TESTS::
|
529
|
+
|
530
|
+
sage: from sage.features.sagemath import sage__libs__homfly
|
531
|
+
sage: isinstance(sage__libs__homfly(), sage__libs__homfly)
|
532
|
+
True
|
533
|
+
"""
|
534
|
+
JoinFeature.__init__(self, 'sage.libs.homfly',
|
535
|
+
[PythonModule('sage.libs.homfly')],
|
536
|
+
spkg='sagemath_homfly', type='standard')
|
537
|
+
|
538
|
+
|
456
539
|
class sage__libs__linbox(JoinFeature):
|
457
540
|
r"""
|
458
541
|
A :class:`sage.features.Feature` describing the presence of :mod:`sage.libs.linbox`
|
@@ -478,7 +561,9 @@ class sage__libs__linbox(JoinFeature):
|
|
478
561
|
JoinFeature.__init__(self, 'sage.libs.linbox',
|
479
562
|
[PythonModule('sage.rings.finite_rings.element_givaro'),
|
480
563
|
PythonModule('sage.matrix.matrix_modn_dense_float'),
|
481
|
-
PythonModule('sage.matrix.matrix_modn_dense_double')
|
564
|
+
PythonModule('sage.matrix.matrix_modn_dense_double'),
|
565
|
+
PythonModule('sage.matrix.matrix_integer_dense'),
|
566
|
+
PythonModule('sage.matrix.matrix_rational_dense')],
|
482
567
|
spkg='sagemath_linbox', type='standard')
|
483
568
|
|
484
569
|
|
@@ -533,62 +618,12 @@ class sage__libs__ntl(JoinFeature):
|
|
533
618
|
True
|
534
619
|
"""
|
535
620
|
JoinFeature.__init__(self, 'sage.libs.ntl',
|
536
|
-
[PythonModule('sage.libs.ntl.convert')
|
621
|
+
[PythonModule('sage.libs.ntl.convert'),
|
622
|
+
PythonModule('sage.rings.polynomial.polynomial_integer_dense_ntl'),
|
623
|
+
],
|
537
624
|
spkg='sagemath_ntl', type='standard')
|
538
625
|
|
539
626
|
|
540
|
-
class sage__libs__giac(JoinFeature):
|
541
|
-
r"""
|
542
|
-
A :class:`sage.features.Feature` describing the presence of :mod:`sage.libs.giac`.
|
543
|
-
|
544
|
-
In addition to the modularization purposes that this tag serves,
|
545
|
-
it also provides attribution to the upstream project.
|
546
|
-
|
547
|
-
TESTS::
|
548
|
-
|
549
|
-
sage: from sage.features.sagemath import sage__libs__giac
|
550
|
-
sage: sage__libs__giac().is_present() # needs sage.libs.giac
|
551
|
-
FeatureTestResult('sage.libs.giac', True)
|
552
|
-
"""
|
553
|
-
def __init__(self):
|
554
|
-
r"""
|
555
|
-
TESTS::
|
556
|
-
|
557
|
-
sage: from sage.features.sagemath import sage__libs__giac
|
558
|
-
sage: isinstance(sage__libs__giac(), sage__libs__giac)
|
559
|
-
True
|
560
|
-
"""
|
561
|
-
JoinFeature.__init__(self, 'sage.libs.giac',
|
562
|
-
[PythonModule('sage.libs.giac.giac')],
|
563
|
-
spkg='sagemath_giac', type='standard')
|
564
|
-
|
565
|
-
|
566
|
-
class sage__libs__homfly(JoinFeature):
|
567
|
-
r"""
|
568
|
-
A :class:`sage.features.Feature` describing the presence of :mod:`sage.libs.homfly`.
|
569
|
-
|
570
|
-
In addition to the modularization purposes that this tag serves,
|
571
|
-
it also provides attribution to the upstream project.
|
572
|
-
|
573
|
-
TESTS::
|
574
|
-
|
575
|
-
sage: from sage.features.sagemath import sage__libs__homfly
|
576
|
-
sage: sage__libs__homfly().is_present() # needs sage.libs.homfly
|
577
|
-
FeatureTestResult('sage.libs.homfly', True)
|
578
|
-
"""
|
579
|
-
def __init__(self):
|
580
|
-
r"""
|
581
|
-
TESTS::
|
582
|
-
|
583
|
-
sage: from sage.features.sagemath import sage__libs__homfly
|
584
|
-
sage: isinstance(sage__libs__homfly(), sage__libs__homfly)
|
585
|
-
True
|
586
|
-
"""
|
587
|
-
JoinFeature.__init__(self, 'sage.libs.homfly',
|
588
|
-
[PythonModule('sage.libs.homfly')],
|
589
|
-
spkg='sagemath_homfly', type='standard')
|
590
|
-
|
591
|
-
|
592
627
|
class sage__libs__pari(JoinFeature):
|
593
628
|
r"""
|
594
629
|
A :class:`~sage.features.Feature` describing the presence of :mod:`sage.libs.pari`.
|
@@ -623,7 +658,8 @@ class sage__libs__pari(JoinFeature):
|
|
623
658
|
True
|
624
659
|
"""
|
625
660
|
JoinFeature.__init__(self, 'sage.libs.pari',
|
626
|
-
[PythonModule('sage.
|
661
|
+
[PythonModule('sage.interfaces.gp'),
|
662
|
+
PythonModule('sage.libs.pari.convert_gmp')],
|
627
663
|
spkg='sagemath_pari', type='standard')
|
628
664
|
|
629
665
|
|
@@ -655,7 +691,8 @@ class sage__libs__singular(JoinFeature):
|
|
655
691
|
"""
|
656
692
|
JoinFeature.__init__(self, 'sage.libs.singular',
|
657
693
|
[PythonModule('sage.libs.singular.singular'),
|
658
|
-
PythonModule('sage.interfaces.singular')
|
694
|
+
PythonModule('sage.interfaces.singular'),
|
695
|
+
PythonModule('sage.rings.polynomial.plural')])
|
659
696
|
|
660
697
|
|
661
698
|
class sage__modular(JoinFeature):
|
@@ -719,6 +756,8 @@ class sage__modules(JoinFeature):
|
|
719
756
|
PythonModule('sage.modules.free_module'), # representative
|
720
757
|
PythonModule('sage.matrix'), # namespace package
|
721
758
|
PythonModule('sage.matrix.matrix2'), # representative
|
759
|
+
PythonModule('sage.coding'), # namespace package
|
760
|
+
PythonModule('sage.coding.kasami_codes'), # representative
|
722
761
|
PythonModule('sage.combinat.free_module'),
|
723
762
|
PythonModule('sage.quadratic_forms'), # namespace package
|
724
763
|
PythonModule('sage.quadratic_forms.quadratic_form'), # representative
|
@@ -777,7 +816,8 @@ class sage__plot(JoinFeature):
|
|
777
816
|
True
|
778
817
|
"""
|
779
818
|
JoinFeature.__init__(self, 'sage.plot',
|
780
|
-
[PythonModule('sage.plot.plot')
|
819
|
+
[PythonModule('sage.plot.plot'),
|
820
|
+
PythonModule('matplotlib')],
|
781
821
|
spkg='sagemath_plot', type='standard')
|
782
822
|
|
783
823
|
|
@@ -803,6 +843,30 @@ class sage__rings__complex_double(PythonModule):
|
|
803
843
|
spkg='sagemath_modules', type='standard')
|
804
844
|
|
805
845
|
|
846
|
+
class sage__rings__complex_interval_field(JoinFeature):
|
847
|
+
r"""
|
848
|
+
A :class:`~sage.features.Feature` describing the presence of :mod:`sage.rings.complex_interval_field`.
|
849
|
+
|
850
|
+
TESTS::
|
851
|
+
|
852
|
+
sage: from sage.features.sagemath import sage__rings__complex_interval_field
|
853
|
+
sage: sage__rings__complex_interval_field().is_present() # needs sage.rings.complex_interval_field
|
854
|
+
FeatureTestResult('sage.rings.complex_interval_field', True)
|
855
|
+
"""
|
856
|
+
def __init__(self):
|
857
|
+
r"""
|
858
|
+
TESTS::
|
859
|
+
|
860
|
+
sage: from sage.features.sagemath import sage__rings__complex_interval_field
|
861
|
+
sage: isinstance(sage__rings__complex_interval_field(), sage__rings__complex_interval_field)
|
862
|
+
True
|
863
|
+
"""
|
864
|
+
JoinFeature.__init__(self, 'sage.rings.complex_interval_field',
|
865
|
+
[PythonModule('sage.rings.complex_interval_field'),
|
866
|
+
PythonModule('sage.rings.cif')],
|
867
|
+
spkg='sagemath_modules', type='standard')
|
868
|
+
|
869
|
+
|
806
870
|
class sage__rings__finite_rings(JoinFeature):
|
807
871
|
r"""
|
808
872
|
A :class:`~sage.features.Feature` describing the presence of :mod:`sage.rings.finite_rings`;
|
@@ -938,8 +1002,10 @@ class sage__rings__number_field(JoinFeature):
|
|
938
1002
|
"""
|
939
1003
|
JoinFeature.__init__(self, 'sage.rings.number_field',
|
940
1004
|
[PythonModule('sage.rings.number_field.number_field_element'),
|
941
|
-
PythonModule('sage.rings.
|
942
|
-
PythonModule('sage.rings.qqbar')
|
1005
|
+
PythonModule('sage.rings.number_field.number_field_element_quadratic'),
|
1006
|
+
PythonModule('sage.rings.qqbar'),
|
1007
|
+
PythonModule('sage.rings.polynomial.real_roots'),
|
1008
|
+
sage__libs__flint()],
|
943
1009
|
type='standard')
|
944
1010
|
|
945
1011
|
|
@@ -947,6 +1013,20 @@ class sage__rings__padics(JoinFeature):
|
|
947
1013
|
r"""
|
948
1014
|
A :class:`~sage.features.Feature` describing the presence of ``sage.rings.padics``.
|
949
1015
|
|
1016
|
+
This includes the element implementations using :ref:`PARI <spkg_pari>` and :ref:`NTL <spkg_ntl>`.
|
1017
|
+
|
1018
|
+
EXAMPLES::
|
1019
|
+
|
1020
|
+
sage: Qp(3) # needs sage.rings.padics
|
1021
|
+
sage: Qq(125) # needs sage.rings.padics
|
1022
|
+
|
1023
|
+
Some other precision models require the additional feature :mod:`sage.libs.flint`::
|
1024
|
+
|
1025
|
+
sage: R.<a> = QqFP(25, 40); R # needs sage.libs.flint sage.rings.padics
|
1026
|
+
5-adic Unramified Extension Field in a defined by x^2 + 4*x + 2
|
1027
|
+
sage: R.<a> = Zq(9, 5, 'fixed-mod', print_mode='series'); b = 3*(1+2*a)^4; b # needs sage.libs.flint sage.rings.padics
|
1028
|
+
2*3 + (2*a + 2)*3^2 + (2*a + 1)*3^3
|
1029
|
+
|
950
1030
|
TESTS::
|
951
1031
|
|
952
1032
|
sage: from sage.features.sagemath import sage__rings__padics
|
@@ -962,7 +1042,9 @@ class sage__rings__padics(JoinFeature):
|
|
962
1042
|
True
|
963
1043
|
"""
|
964
1044
|
JoinFeature.__init__(self, 'sage.rings.padics',
|
965
|
-
[PythonModule('sage.rings.padics.factory')
|
1045
|
+
[PythonModule('sage.rings.padics.factory'),
|
1046
|
+
PythonModule('sage.rings.padics.padic_ext_element'),
|
1047
|
+
PythonModule('polynomial_padic_capped_relative_dense')],
|
966
1048
|
type='standard')
|
967
1049
|
|
968
1050
|
|
@@ -1020,6 +1102,31 @@ class sage__rings__real_double(PythonModule):
|
|
1020
1102
|
PythonModule.__init__(self, 'sage.rings.real_double', type='standard')
|
1021
1103
|
|
1022
1104
|
|
1105
|
+
class sage__rings__real_interval_field(JoinFeature):
|
1106
|
+
r"""
|
1107
|
+
A :class:`~sage.features.Feature` describing the presence of :mod:`sage.rings.real_mpfi`.
|
1108
|
+
|
1109
|
+
It provides the :class:`RealIntervalField`.
|
1110
|
+
|
1111
|
+
TESTS::
|
1112
|
+
|
1113
|
+
sage: from sage.features.sagemath import sage__rings__real_interval_field
|
1114
|
+
sage: sage__rings__real_interval_field().is_present() # needs sage.rings.real_interval_field
|
1115
|
+
FeatureTestResult('sage.rings.real_interval_field', True)
|
1116
|
+
"""
|
1117
|
+
def __init__(self):
|
1118
|
+
r"""
|
1119
|
+
TESTS::
|
1120
|
+
|
1121
|
+
sage: from sage.features.sagemath import sage__rings__real_interval_field
|
1122
|
+
sage: isinstance(sage__rings__real_interval_field(), sage__rings__real_interval_field)
|
1123
|
+
True
|
1124
|
+
"""
|
1125
|
+
JoinFeature.__init__(self, 'sage.rings.real_interval_field',
|
1126
|
+
[PythonModule('sage.rings.real_mpfi')],
|
1127
|
+
type='standard')
|
1128
|
+
|
1129
|
+
|
1023
1130
|
class sage__rings__real_mpfr(JoinFeature):
|
1024
1131
|
r"""
|
1025
1132
|
A :class:`~sage.features.Feature` describing the presence of :mod:`sage.rings.real_mpfr`.
|
@@ -1040,6 +1147,7 @@ class sage__rings__real_mpfr(JoinFeature):
|
|
1040
1147
|
"""
|
1041
1148
|
JoinFeature.__init__(self, 'sage.rings.real_mpfr',
|
1042
1149
|
[PythonModule('sage.rings.real_mpfr'),
|
1150
|
+
PythonModule('sage.rings.cc'),
|
1043
1151
|
PythonModule('sage.rings.complex_mpfr'),
|
1044
1152
|
],
|
1045
1153
|
spkg='sagemath_modules', type='standard')
|
@@ -1064,7 +1172,7 @@ class sage__sat(JoinFeature):
|
|
1064
1172
|
True
|
1065
1173
|
"""
|
1066
1174
|
JoinFeature.__init__(self, 'sage.sat',
|
1067
|
-
[PythonModule('sage.sat.
|
1175
|
+
[PythonModule('sage.sat.solvers.satsolver')],
|
1068
1176
|
spkg='sagemath_combinat', type='standard')
|
1069
1177
|
|
1070
1178
|
|
@@ -1087,8 +1195,9 @@ class sage__schemes(JoinFeature):
|
|
1087
1195
|
True
|
1088
1196
|
"""
|
1089
1197
|
JoinFeature.__init__(self, 'sage.schemes',
|
1090
|
-
[PythonModule('sage.schemes.elliptic_curves.ell_generic')
|
1091
|
-
|
1198
|
+
[PythonModule('sage.schemes.elliptic_curves.ell_generic'),
|
1199
|
+
sage__modules()],
|
1200
|
+
spkg="sagemath_schemes", type='standard')
|
1092
1201
|
|
1093
1202
|
|
1094
1203
|
class sage__symbolic(JoinFeature):
|
@@ -1173,6 +1282,7 @@ def all_features():
|
|
1173
1282
|
"""
|
1174
1283
|
return [SAGE_SRC(),
|
1175
1284
|
sagemath_doc_html(),
|
1285
|
+
sage__all(),
|
1176
1286
|
sage__combinat(),
|
1177
1287
|
sage__geometry__polyhedron(),
|
1178
1288
|
sage__graphs(),
|
@@ -1193,12 +1303,14 @@ def all_features():
|
|
1193
1303
|
sage__numerical__mip(),
|
1194
1304
|
sage__plot(),
|
1195
1305
|
sage__rings__complex_double(),
|
1306
|
+
sage__rings__complex_interval_field(),
|
1196
1307
|
sage__rings__finite_rings(),
|
1197
1308
|
sage__rings__function_field(),
|
1198
1309
|
sage__rings__number_field(),
|
1199
1310
|
sage__rings__padics(),
|
1200
1311
|
sage__rings__polynomial__pbori(),
|
1201
1312
|
sage__rings__real_double(),
|
1313
|
+
sage__rings__real_interval_field(),
|
1202
1314
|
sage__rings__real_mpfr(),
|
1203
1315
|
sage__sat(),
|
1204
1316
|
sage__schemes(),
|
sage/features/sphinx.py
CHANGED
sage/version.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# Sage version information for Python scripts
|
2
2
|
# This file is auto-generated by the sage-update-version script, do not edit!
|
3
|
-
version = '10.4.
|
4
|
-
date = '2024-10-
|
5
|
-
banner = 'passagemath version 10.4.
|
3
|
+
version = '10.4.13'
|
4
|
+
date = '2024-10-19'
|
5
|
+
banner = 'passagemath version 10.4.13, Release Date: 2024-10-19'
|
File without changes
|
{passagemath_environment-10.4.11.data → passagemath_environment-10.4.13.data}/scripts/sage-env
RENAMED
File without changes
|
File without changes
|
{passagemath_environment-10.4.11.data → passagemath_environment-10.4.13.data}/scripts/sage-python
RENAMED
File without changes
|
File without changes
|
{passagemath_environment-10.4.11.dist-info → passagemath_environment-10.4.13.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|