passagemath-symbolics 10.6.1rc2__cp312-cp312-musllinux_1_2_x86_64.whl → 10.6.39__cp312-cp312-musllinux_1_2_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.
- passagemath_symbolics/__init__.py +3 -0
- {passagemath_symbolics-10.6.1rc2.dist-info → passagemath_symbolics-10.6.39.dist-info}/METADATA +51 -41
- {passagemath_symbolics-10.6.1rc2.dist-info → passagemath_symbolics-10.6.39.dist-info}/RECORD +13 -12
- passagemath_symbolics-10.6.39.dist-info/top_level.txt +3 -0
- sage/all__sagemath_symbolics.py +2 -0
- sage/calculus/var.cpython-312-x86_64-linux-musl.so +0 -0
- sage/dynamics/complex_dynamics/mandel_julia_helper.cpython-312-x86_64-linux-musl.so +0 -0
- sage/matrix/matrix_symbolic_dense.cpython-312-x86_64-linux-musl.so +0 -0
- sage/matrix/matrix_symbolic_sparse.cpython-312-x86_64-linux-musl.so +0 -0
- sage/symbolic/expression_conversions.py +1 -1
- sage/symbolic/ring.cpython-312-x86_64-linux-musl.so +0 -0
- sage/symbolic/ring.pyx +6 -5
- passagemath_symbolics-10.6.1rc2.dist-info/top_level.txt +0 -2
- {passagemath_symbolics-10.6.1rc2.dist-info → passagemath_symbolics-10.6.39.dist-info}/WHEEL +0 -0
{passagemath_symbolics-10.6.1rc2.dist-info → passagemath_symbolics-10.6.39.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: passagemath-symbolics
|
|
3
|
-
Version: 10.6.
|
|
3
|
+
Version: 10.6.39
|
|
4
4
|
Summary: passagemath: Symbolic calculus
|
|
5
5
|
Author-email: The Sage Developers <sage-support@googlegroups.com>
|
|
6
6
|
Maintainer: Matthias Köppe, passagemath contributors
|
|
@@ -8,7 +8,7 @@ License-Expression: GPL-2.0-or-later
|
|
|
8
8
|
Project-URL: release notes, https://github.com/passagemath/passagemath/releases
|
|
9
9
|
Project-URL: repo (upstream), https://github.com/sagemath/sage
|
|
10
10
|
Project-URL: repo, https://github.com/passagemath/passagemath
|
|
11
|
-
Project-URL: documentation, https://
|
|
11
|
+
Project-URL: documentation, https://passagemath.org/docs/latest
|
|
12
12
|
Project-URL: homepage (upstream), https://www.sagemath.org
|
|
13
13
|
Project-URL: discourse, https://passagemath.discourse.group
|
|
14
14
|
Project-URL: tracker (upstream), https://github.com/sagemath/sage/issues
|
|
@@ -17,41 +17,45 @@ Classifier: Development Status :: 6 - Mature
|
|
|
17
17
|
Classifier: Intended Audience :: Education
|
|
18
18
|
Classifier: Intended Audience :: Science/Research
|
|
19
19
|
Classifier: Operating System :: POSIX
|
|
20
|
+
Classifier: Operating System :: POSIX :: Linux
|
|
20
21
|
Classifier: Operating System :: MacOS :: MacOS X
|
|
21
22
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
22
23
|
Classifier: Programming Language :: Python :: 3.10
|
|
23
24
|
Classifier: Programming Language :: Python :: 3.11
|
|
24
25
|
Classifier: Programming Language :: Python :: 3.12
|
|
25
26
|
Classifier: Programming Language :: Python :: 3.13
|
|
27
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
26
28
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
27
29
|
Classifier: Topic :: Scientific/Engineering :: Mathematics
|
|
28
|
-
Requires-Python: <3.
|
|
30
|
+
Requires-Python: <3.15,>=3.10
|
|
29
31
|
Description-Content-Type: text/x-rst
|
|
30
32
|
Requires-Dist: gmpy2~=2.1.b999
|
|
33
|
+
Requires-Dist: cysignals<1.12.4; sys_platform == "win32"
|
|
31
34
|
Requires-Dist: cysignals!=1.12.0,>=1.11.2
|
|
32
35
|
Requires-Dist: numpy>=1.19
|
|
33
36
|
Requires-Dist: numpy>=1.22.4
|
|
34
|
-
Requires-Dist: passagemath-categories
|
|
35
|
-
Requires-Dist: passagemath-ecl
|
|
36
|
-
Requires-Dist: passagemath-environment
|
|
37
|
-
Requires-Dist: passagemath-flint
|
|
38
|
-
Requires-Dist: passagemath-maxima
|
|
39
|
-
Requires-Dist: passagemath-modules
|
|
40
|
-
Requires-Dist: passagemath-ntl
|
|
41
|
-
Requires-Dist: passagemath-singular
|
|
37
|
+
Requires-Dist: passagemath-categories~=10.6.39.0
|
|
38
|
+
Requires-Dist: passagemath-ecl~=10.6.39.0
|
|
39
|
+
Requires-Dist: passagemath-environment~=10.6.39.0
|
|
40
|
+
Requires-Dist: passagemath-flint~=10.6.39.0
|
|
41
|
+
Requires-Dist: passagemath-maxima~=10.6.39.0
|
|
42
|
+
Requires-Dist: passagemath-modules~=10.6.39.0
|
|
43
|
+
Requires-Dist: passagemath-ntl~=10.6.39.0
|
|
44
|
+
Requires-Dist: passagemath-singular~=10.6.39.0
|
|
42
45
|
Requires-Dist: sympy<2.0,>=1.6
|
|
43
46
|
Provides-Extra: conf
|
|
44
47
|
Requires-Dist: passagemath-conf; extra == "conf"
|
|
45
48
|
Provides-Extra: test
|
|
46
49
|
Requires-Dist: passagemath-repl; extra == "test"
|
|
47
|
-
Provides-Extra:
|
|
50
|
+
Provides-Extra: fricas
|
|
51
|
+
Requires-Dist: passagemath-fricas; extra == "fricas"
|
|
48
52
|
Provides-Extra: giac
|
|
49
53
|
Requires-Dist: passagemath-giac; extra == "giac"
|
|
50
54
|
Provides-Extra: ginac
|
|
51
55
|
Provides-Extra: maxima
|
|
52
56
|
Provides-Extra: ntl
|
|
53
57
|
Provides-Extra: primecount
|
|
54
|
-
Requires-Dist:
|
|
58
|
+
Requires-Dist: passagemath-primesieve-primecount; extra == "primecount"
|
|
55
59
|
Provides-Extra: pynac
|
|
56
60
|
Provides-Extra: singular
|
|
57
61
|
Provides-Extra: sympy
|
|
@@ -70,38 +74,41 @@ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
|
|
|
70
74
|
developed 2005-2025 under the motto “Creating a Viable Open Source
|
|
71
75
|
Alternative to Magma, Maple, Mathematica, and MATLAB”.
|
|
72
76
|
|
|
73
|
-
The passagemath fork
|
|
74
|
-
|
|
77
|
+
The passagemath fork uses the motto "Creating a Free Passage Between the
|
|
78
|
+
Scientific Python Ecosystem and Mathematical Software Communities."
|
|
79
|
+
It was created in October 2024 with the following goals:
|
|
75
80
|
|
|
76
|
-
- providing modularized installation with pip,
|
|
77
|
-
project started in 2020 in the Sage
|
|
78
|
-
codebase <https://github.com/sagemath/sage/issues/29705>`__,
|
|
81
|
+
- providing modularized installation with pip,
|
|
79
82
|
- establishing first-class membership in the scientific Python
|
|
80
83
|
ecosystem,
|
|
81
84
|
- giving `clear attribution of upstream
|
|
82
85
|
projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
|
|
83
86
|
- providing independently usable Python interfaces to upstream
|
|
84
87
|
libraries,
|
|
85
|
-
-
|
|
88
|
+
- offering `platform portability and integration testing
|
|
86
89
|
services <https://github.com/passagemath/passagemath/issues/704>`__
|
|
87
90
|
to upstream projects,
|
|
88
91
|
- inviting collaborations with upstream projects,
|
|
89
92
|
- `building a professional, respectful, inclusive
|
|
90
93
|
community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
|
|
94
|
+
- `empowering Sage users to participate in the scientific Python ecosystem
|
|
95
|
+
<https://github.com/passagemath/passagemath/issues/248>`__ by publishing packages,
|
|
91
96
|
- developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
|
|
92
97
|
serverless deployment with Javascript,
|
|
93
98
|
- developing a native Windows port.
|
|
94
99
|
|
|
95
|
-
`Full documentation <https://
|
|
100
|
+
`Full documentation <https://passagemath.org/docs/latest/html/en/index.html>`__ is
|
|
96
101
|
available online.
|
|
97
102
|
|
|
98
|
-
passagemath attempts to support
|
|
99
|
-
|
|
100
|
-
virtualization.
|
|
103
|
+
passagemath attempts to support and provides binary wheels suitable for
|
|
104
|
+
all major Linux distributions and recent versions of macOS.
|
|
101
105
|
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
106
|
+
Binary wheels for native Windows (x86_64) are are available for a subset of
|
|
107
|
+
the passagemath distributions. Use of the full functionality of passagemath
|
|
108
|
+
on Windows currently requires the use of Windows Subsystem for Linux (WSL)
|
|
109
|
+
or virtualization.
|
|
110
|
+
|
|
111
|
+
The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.13.x.
|
|
105
112
|
|
|
106
113
|
|
|
107
114
|
About this pip-installable distribution package
|
|
@@ -114,18 +121,18 @@ It provides a small subset of the modules of the Sage library ("sagelib", ``pass
|
|
|
114
121
|
What is included
|
|
115
122
|
----------------
|
|
116
123
|
|
|
117
|
-
* `Symbolic Calculus <https://
|
|
124
|
+
* `Symbolic Calculus <https://passagemath.org/docs/latest/html/en/reference/calculus/index.html>`_
|
|
118
125
|
|
|
119
126
|
* `Pynac <http://pynac.org/>`_ (fork of GiNaC)
|
|
120
127
|
|
|
121
|
-
* Arithmetic Functions, `Elementary and Special Functions <https://
|
|
122
|
-
(via `sagemath-categories <https://
|
|
128
|
+
* Arithmetic Functions, `Elementary and Special Functions <https://passagemath.org/docs/latest/html/en/reference/functions/index.html>`_
|
|
129
|
+
(via `sagemath-categories <https://passagemath.org/docs/latest/html/en/reference/spkg/sagemath_categories.html>`_)
|
|
123
130
|
|
|
124
|
-
* `Asymptotic Expansions <https://
|
|
131
|
+
* `Asymptotic Expansions <https://passagemath.org/docs/latest/html/en/reference/asymptotic/index.html>`_
|
|
125
132
|
|
|
126
|
-
* `SageManifolds <https://sagemanifolds.obspm.fr/>`_: `Topological, Differentiable, Pseudo-Riemannian, Poisson Manifolds <https://
|
|
133
|
+
* `SageManifolds <https://sagemanifolds.obspm.fr/>`_: `Topological, Differentiable, Pseudo-Riemannian, Poisson Manifolds <https://passagemath.org/docs/latest/html/en/reference/manifolds/index.html>`_
|
|
127
134
|
|
|
128
|
-
* `Hyperbolic Geometry <https://
|
|
135
|
+
* `Hyperbolic Geometry <https://passagemath.org/docs/latest/html/en/reference/hyperbolic_geometry/index.html>`_
|
|
129
136
|
|
|
130
137
|
|
|
131
138
|
Examples
|
|
@@ -135,7 +142,7 @@ Using `SageManifolds <https://sagemanifolds.obspm.fr/>`_::
|
|
|
135
142
|
|
|
136
143
|
$ pipx run --pip-args="--prefer-binary" --spec "passagemath-symbolics[test]" ipython
|
|
137
144
|
|
|
138
|
-
In [1]: from
|
|
145
|
+
In [1]: from passagemath_symbolics import *
|
|
139
146
|
|
|
140
147
|
In [2]: M = Manifold(4, 'M', structure='Lorentzian'); M
|
|
141
148
|
Out[2]: 4-dimensional Lorentzian manifold M
|
|
@@ -163,15 +170,18 @@ Using `SageManifolds <https://sagemanifolds.obspm.fr/>`_::
|
|
|
163
170
|
Available as extras, from other distributions
|
|
164
171
|
---------------------------------------------
|
|
165
172
|
|
|
166
|
-
|
|
167
|
-
Computer algebra system `
|
|
173
|
+
``pip install "passagemath-symbolics[fricas]"``
|
|
174
|
+
Computer algebra system `FriCAS <https://passagemath.org/docs/latest/html/en/reference/spkg/fricas.html>`_, via `passagemath-fricas <https://passagemath.org/docs/latest/html/en/reference/spkg/sagemath_fricas.html>`_
|
|
175
|
+
|
|
176
|
+
``pip install "passagemath-symbolics[giac]"``
|
|
177
|
+
Computer algebra system `Giac <https://passagemath.org/docs/latest/html/en/reference/spkg/giac.html>`_, via `passagemath-giac <https://passagemath.org/docs/latest/html/en/reference/spkg/sagemath_giac.html>`_
|
|
168
178
|
|
|
169
|
-
|
|
170
|
-
`Prime counting function <https://
|
|
171
|
-
implementation `primecount <https://
|
|
179
|
+
``pip install "passagemath-symbolics[primecount]"``
|
|
180
|
+
`Prime counting function <https://passagemath.org/docs/latest/html/en/reference/functions/sage/functions/prime_pi.html>`_
|
|
181
|
+
implementation `primecount <https://passagemath.org/docs/latest/html/en/reference/spkg/primecount.html>`_, via `primecountpy <https://passagemath.org/docs/latest/html/en/reference/spkg/primecountpy.html>`_
|
|
172
182
|
|
|
173
|
-
|
|
174
|
-
Python library for symbolic mathematics / computer algebra system `SymPy <https://
|
|
183
|
+
``pip install "passagemath-symbolics[sympy]"``
|
|
184
|
+
Python library for symbolic mathematics / computer algebra system `SymPy <https://passagemath.org/docs/latest/html/en/reference/spkg/sympy.html>`_
|
|
175
185
|
|
|
176
|
-
|
|
186
|
+
``pip install "passagemath-symbolics[plot]"``
|
|
177
187
|
Plotting facilities
|
{passagemath_symbolics-10.6.1rc2.dist-info → passagemath_symbolics-10.6.39.dist-info}/RECORD
RENAMED
|
@@ -1,15 +1,16 @@
|
|
|
1
|
-
|
|
1
|
+
passagemath_symbolics/__init__.py,sha256=8H5DSi07JR1Noj5uIPY5l8MMQDuuMuEo5SjZafXotTM,92
|
|
2
|
+
sage/all__sagemath_symbolics.py,sha256=7VU5LgQiHSta1jKYzcUXGPcjUDXmTac6O7j5HGjxbuA,611
|
|
2
3
|
sage/calculus/all.py,sha256=ltDen-9IxxSS3-wIXyAVK1tbvY_BgTQt1x7Zp2c22bA,751
|
|
3
4
|
sage/calculus/calculus.py,sha256=5_bkNUGrs2SE2eoy-mskJ2MHu1qu5D5mD6-7esLX160,88897
|
|
4
5
|
sage/calculus/desolvers.py,sha256=qrFosFD3B8iT1gW7wrmp7Iv_xynR6R-ZnZlVVVMA3qk,69154
|
|
5
6
|
sage/calculus/predefined.py,sha256=arFvCCzbcUpRAuomzZQd43uZW67aAnWStqzOvFESpWo,764
|
|
6
7
|
sage/calculus/tests.py,sha256=awOgbDYmTPzGfF75ajvJ_KAI5os4ZjlQH9mniB_BMuw,6538
|
|
7
|
-
sage/calculus/var.cpython-312-x86_64-linux-musl.so,sha256=
|
|
8
|
+
sage/calculus/var.cpython-312-x86_64-linux-musl.so,sha256=bbgKa6OPG15AbcgrpcS2pmi06klqrmmbZxrItCeQRNw,284496
|
|
8
9
|
sage/calculus/var.pyx,sha256=gZ7V6rxl99BnNcxutYNCxEksUCPXppYjq0eqfMjkEoA,12963
|
|
9
10
|
sage/dynamics/all__sagemath_symbolics.py,sha256=Z-jK_Ev4k3qjQmjvo2jnmk2YKhfltXlcFVTwPtDFW1s,254
|
|
10
11
|
sage/dynamics/complex_dynamics/all.py,sha256=gCa1LQwVZesFkhAOkXaInJyKfDmc5QhmFnPCUJBpoRc,253
|
|
11
12
|
sage/dynamics/complex_dynamics/mandel_julia.py,sha256=GNKxyje1uuPxdM93LTLp7rnHLoKFTSP_D19qTq5VzrQ,30162
|
|
12
|
-
sage/dynamics/complex_dynamics/mandel_julia_helper.cpython-312-x86_64-linux-musl.so,sha256=
|
|
13
|
+
sage/dynamics/complex_dynamics/mandel_julia_helper.cpython-312-x86_64-linux-musl.so,sha256=sfsZQAGR7NKvxjAn6CtNE7bIaK70q9oRq1C1XtHzpK4,1735256
|
|
13
14
|
sage/dynamics/complex_dynamics/mandel_julia_helper.pyx,sha256=B-TVw4ZO2CEBpZSmMU_YxyRT_bUaMDL9bnK7lylEgTE,39720
|
|
14
15
|
sage/ext/all__sagemath_symbolics.py,sha256=epni5fokgIOZhDyxkWHwa1nma0LKo6JRfWxRkMPzoqI,48
|
|
15
16
|
sage/ext_data/kenzo/CP2.txt,sha256=DYHV8ETaavPvch7t5KdEuGhEqoOAozD7NVAzFGbR3ws,1757
|
|
@@ -120,10 +121,10 @@ sage/manifolds/subsets/all.py,sha256=epni5fokgIOZhDyxkWHwa1nma0LKo6JRfWxRkMPzoqI
|
|
|
120
121
|
sage/manifolds/subsets/closure.py,sha256=EnsAVJgP9adtAlJ9jQXrpG_bIx_HU1hsmgwjdve-I6o,5148
|
|
121
122
|
sage/manifolds/subsets/pullback.py,sha256=7V19RrKHqTultL2gI4hBfTvgnDUbABujtyhHaHup0nQ,35976
|
|
122
123
|
sage/matrix/all__sagemath_symbolics.py,sha256=epni5fokgIOZhDyxkWHwa1nma0LKo6JRfWxRkMPzoqI,48
|
|
123
|
-
sage/matrix/matrix_symbolic_dense.cpython-312-x86_64-linux-musl.so,sha256=
|
|
124
|
+
sage/matrix/matrix_symbolic_dense.cpython-312-x86_64-linux-musl.so,sha256=Bsi0Lx8OfJSDTFllA1xJUMsTqbuaT17oZs13Vcec_J4,908088
|
|
124
125
|
sage/matrix/matrix_symbolic_dense.pxd,sha256=YYX59lRZGQGBzO9wdwSOx_7zU_Un96V2aa_3ZAk1udk,182
|
|
125
126
|
sage/matrix/matrix_symbolic_dense.pyx,sha256=bHIr8iMkeFPPEcZXwIfXmJcdtHqpEQ_y5CVvRgcG7y8,33690
|
|
126
|
-
sage/matrix/matrix_symbolic_sparse.cpython-312-x86_64-linux-musl.so,sha256=
|
|
127
|
+
sage/matrix/matrix_symbolic_sparse.cpython-312-x86_64-linux-musl.so,sha256=mVippUqb9jScei2r2US5r5LA3PB7QBxhXx0VkP4LWiY,926016
|
|
127
128
|
sage/matrix/matrix_symbolic_sparse.pxd,sha256=lQRrk-R4LsOTHgDCRSU-b-O39ivu4Om0hymYyno1SyQ,186
|
|
128
129
|
sage/matrix/matrix_symbolic_sparse.pyx,sha256=PcEcwEwY6EPe8Lm39YEwJcglQAipmBPWpoeJz6NXQ8c,35063
|
|
129
130
|
sage/modules/all__sagemath_symbolics.py,sha256=epni5fokgIOZhDyxkWHwa1nma0LKo6JRfWxRkMPzoqI,48
|
|
@@ -148,15 +149,15 @@ sage/symbolic/complexity_measures.py,sha256=60gdcnG2KOYVpwbBhtd5C8YAPYmY8fBZiGE3
|
|
|
148
149
|
sage/symbolic/constants.py,sha256=U1yBUZETb5zdNaKkI7CFo5-D1dv2xsZk9Q4ZMd_fHys,34702
|
|
149
150
|
sage/symbolic/expression_conversion_algebraic.py,sha256=B7I_mvZeL8tCaLGjr5g_PtgCueonzllcLPYIvLMaNNU,11478
|
|
150
151
|
sage/symbolic/expression_conversion_sympy.py,sha256=DaqT05xkLKm2ApqQtu21fFLUS1MYcJBnV6JRRyRmOBk,9703
|
|
151
|
-
sage/symbolic/expression_conversions.py,sha256=
|
|
152
|
+
sage/symbolic/expression_conversions.py,sha256=cmI76bxe9dP2chi9nSkuZXpgdaYDq2iA2Y_GePSk2tY,59465
|
|
152
153
|
sage/symbolic/function_factory.py,sha256=UetBduWrPo5tS0k8fbi4d53UwvCPftkoj6M7uaq0wic,12491
|
|
153
154
|
sage/symbolic/maxima_wrapper.py,sha256=o97j1MNlJvFr2zPqX-ZdNyV6JMpcMrgTVY8V2osRlqw,5400
|
|
154
155
|
sage/symbolic/operators.py,sha256=3U134nD-ht0oUwdbyxjVqzNKB2b6Kx9ciOMRZGscU_8,8033
|
|
155
156
|
sage/symbolic/random_tests.py,sha256=QlkP8fJ1SCEdJTZTgnfFUsv8PC4sUMkw5AA2nOibe8g,17229
|
|
156
157
|
sage/symbolic/relation.py,sha256=4ALO4NvxBtrNz2MX9L4_lILB3yqeNrSyshxq_3IZ0Qg,62754
|
|
157
|
-
sage/symbolic/ring.cpython-312-x86_64-linux-musl.so,sha256=
|
|
158
|
+
sage/symbolic/ring.cpython-312-x86_64-linux-musl.so,sha256=dkmZr4M0ZDErS5WGZheKcU9G1Fpt_aFSEFFfIACths4,1197104
|
|
158
159
|
sage/symbolic/ring.pxd,sha256=if4x_KQl4sQCMIJQ1t77EMkthZZK1hLYFqr5aZ_h-oE,155
|
|
159
|
-
sage/symbolic/ring.pyx,sha256=
|
|
160
|
+
sage/symbolic/ring.pyx,sha256=AB0EbFMyL6FFZafKPVbor4Eix_9YBywmUYwpCI-ZFXo,44254
|
|
160
161
|
sage/symbolic/subring.py,sha256=u1oXLcK6UfGtRe_cKu3vkMj_kR85aZkOwMpG-5MVGBA,32161
|
|
161
162
|
sage/symbolic/symengine.py,sha256=rGN1KLDUt4IabCODYUqcu4J-iuhTJNslkaqIuAyJz5Y,523
|
|
162
163
|
sage/symbolic/tests.py,sha256=F7Hu4ARcGl9Wf3Kd8MsUYZbkT6iWUgtkhcUeGO_y968,1265
|
|
@@ -164,7 +165,7 @@ sage/symbolic/units.py,sha256=3fU34iTHf4QwXMJgWnLmSnOYPXwqFhoCdMrN8cEm7c8,64125
|
|
|
164
165
|
sage/symbolic/integration/all.py,sha256=epni5fokgIOZhDyxkWHwa1nma0LKo6JRfWxRkMPzoqI,48
|
|
165
166
|
sage/symbolic/integration/external.py,sha256=z4iFKzg9uIApfcaggVFQyOiaxaBNXDIM03u91Y9CM_8,9596
|
|
166
167
|
sage/symbolic/integration/integral.py,sha256=vb1QNGfwKWBwkgbjCrGg5PdgSeReFNplI51AU9AGlLk,38285
|
|
167
|
-
passagemath_symbolics-10.6.
|
|
168
|
-
passagemath_symbolics-10.6.
|
|
169
|
-
passagemath_symbolics-10.6.
|
|
170
|
-
passagemath_symbolics-10.6.
|
|
168
|
+
passagemath_symbolics-10.6.39.dist-info/METADATA,sha256=JOTFfQnvtPwh9rrGqwyAUYCxCuEPtpq0biCgKdn6jz0,8458
|
|
169
|
+
passagemath_symbolics-10.6.39.dist-info/WHEEL,sha256=AwHYJA1Do1jwgPIoLQR4DiHSeYY_vU6Ht9Vljq5Yt_M,112
|
|
170
|
+
passagemath_symbolics-10.6.39.dist-info/top_level.txt,sha256=Ctv_upqOBoMDZeIpWpqltSRnvHcqToMxLE5tAacruSY,28
|
|
171
|
+
passagemath_symbolics-10.6.39.dist-info/RECORD,,
|
sage/all__sagemath_symbolics.py
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -21,7 +21,7 @@ from functools import reduce
|
|
|
21
21
|
|
|
22
22
|
from sage.misc.lazy_import import lazy_import
|
|
23
23
|
from sage.symbolic.ring import SR
|
|
24
|
-
from sage.structure.element import Expression
|
|
24
|
+
from sage.structure.element import Expression
|
|
25
25
|
from sage.functions.log import exp
|
|
26
26
|
from sage.symbolic.operators import arithmetic_operators, relation_operators, FDerivativeOperator, add_vararg, mul_vararg
|
|
27
27
|
from sage.rings.number_field.number_field_element_base import NumberFieldElement_base
|
|
Binary file
|
sage/symbolic/ring.pyx
CHANGED
|
@@ -1156,13 +1156,14 @@ cdef class NumpyToSRMorphism(Morphism):
|
|
|
1156
1156
|
|
|
1157
1157
|
We check that :issue:`8949` and :issue:`9769` are fixed (see also :issue:`18076`)::
|
|
1158
1158
|
|
|
1159
|
-
sage:
|
|
1160
|
-
sage:
|
|
1161
|
-
|
|
1159
|
+
sage: # needs numpy
|
|
1160
|
+
sage: import numpy
|
|
1161
|
+
sage: if int(numpy.version.short_version[0]) > 1:
|
|
1162
|
+
....: _ = numpy.set_printoptions(legacy="1.25")
|
|
1162
1163
|
sage: f(x) = x^2
|
|
1163
|
-
sage: f(numpy.int8('2'))
|
|
1164
|
+
sage: f(numpy.int8('2'))
|
|
1164
1165
|
4
|
|
1165
|
-
sage: f(numpy.int32('3'))
|
|
1166
|
+
sage: f(numpy.int32('3'))
|
|
1166
1167
|
9
|
|
1167
1168
|
|
|
1168
1169
|
Note that the answer is a Sage integer and not a numpy type::
|
|
File without changes
|