Skip to content

Commit 49c2cd3

Browse files
author
Release Manager
committed
gh-35107: sage.{finance,interacts,libs,numerical,stats,tests}: Replace imports from sage.*.all for namespace packages
<!-- ^^^^^ Please provide a concise, informative and self-explanatory title. Don't put issue numbers in there, do this in the PR body below. For example, instead of "Fixes #1234" use "Introduce new method to calculate 1+1" --> ### 📚 Description Fixes #34957 <!-- Describe your changes here in detail --> <!-- Why is this change required? What problem does it solve? --> <!-- If it resolves an open issue, please link to the issue here. For example "Closes #1337" --> ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> <!-- If your change requires a documentation PR, please link it appropriately --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> - [x] I have made sure that the title is self-explanatory and the description concisely explains the PR. - [x] I have linked an issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation accordingly. ### ⌛ Dependencies <!-- List all open pull requests that this PR logically depends on --> <!-- - #xyz: short description why this is a dependency - #abc: ... --> URL: #35107 Reported by: Matthias Köppe Reviewer(s): Dima Pasechnik, Tobias Diez
2 parents b82f457 + a123603 commit 49c2cd3

30 files changed

+84
-67
lines changed

build/pkgs/configure/checksums.ini

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
tarball=configure-VERSION.tar.gz
2-
sha1=81dde9cfffd7aab81def87cdb9df95d68df3a7e0
3-
md5=6c7050003c660cecb9363b802a8a7f63
4-
cksum=658724891
2+
sha1=d593e6b130ad78162b7efaf18f9be312ca49fc8f
3+
md5=5bae34229686080975fd118ef2deff08
4+
cksum=3618148381
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
c36342c98a8b9a82feb84759676d74d6815a4840
1+
fcbf5470c0bdd7ae51eff141bb3961a2a73b293e

src/sage/finance/fractal.pyx

+3-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ AUTHOR:
2121
- William Stein (2008)
2222
"""
2323

24-
from sage.rings.all import RDF, CDF, Integer
24+
from sage.rings.real_double import RDF
25+
from sage.rings.complex_double import CDF
26+
from sage.rings.integer import Integer
2527
from sage.modules.free_module_element import vector
2628
I = CDF.gen()
2729

src/sage/interacts/library.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def html(obj):
161161
sage: html("<h1>Hello world</h1>")
162162
<h1>Hello world</h1>
163163
"""
164-
from sage.all import html
164+
from sage.misc.html import html
165165
pretty_print(html(obj))
166166

167167

@@ -1301,7 +1301,7 @@ def simpson_integration(
13011301
else:
13021302
interval = interval_g[0]
13031303
def parabola(a, b, c):
1304-
from sage.all import solve
1304+
from sage.symbolic.relation import solve
13051305
A, B, C = SR.var("A, B, C")
13061306
K = solve([A*a[0]**2+B*a[0]+C==a[1], A*b[0]**2+B*b[0]+C==b[1], A*c[0]**2+B*c[0]+C==c[1]], [A, B, C], solution_dict=True)[0]
13071307
f = K[A]*x**2+K[B]*x+K[C]

src/sage/libs/arb/arb_version.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8
2-
from sage.libs.arb.arb cimport arb_version
2+
from sage.libs.arb.arb cimport arb_version
33
from sage.cpython.string cimport char_to_str
44

55
def version():

src/sage/libs/coxeter3/coxeter_group.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from sage.structure.unique_representation import UniqueRepresentation
1616
from sage.structure.element_wrapper import ElementWrapper
1717
from sage.structure.richcmp import richcmp
18-
from sage.categories.all import CoxeterGroups
18+
from sage.categories.coxeter_groups import CoxeterGroups
1919
from sage.structure.parent import Parent
2020

2121
from sage.combinat.root_system.coxeter_matrix import CoxeterMatrix
@@ -37,7 +37,7 @@ def __classcall__(cls, cartan_type, *args, **options):
3737
Coxeter group of type ['B', 3] relabelled by {1: 3, 2: 2, 3: 1} implemented by Coxeter3
3838
3939
"""
40-
from sage.combinat.all import CartanType
40+
from sage.combinat.root_system.cartan_type import CartanType
4141
ct = CartanType(cartan_type)
4242
return super().__classcall__(cls, ct, *args, **options)
4343

src/sage/libs/eclib/homspace.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ from libcpp.map cimport map
88
from ..eclib cimport vec, svec, mat, smat
99
from .mat cimport MatrixFactory
1010

11-
from sage.matrix.all import MatrixSpace
11+
from sage.matrix.matrix_space import MatrixSpace
1212
from sage.matrix.matrix_integer_sparse cimport Matrix_integer_sparse
1313
from sage.rings.integer_ring import ZZ
1414
from sage.rings.integer cimport Integer

src/sage/libs/eclib/mat.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Cremona matrices
44

55
from ..eclib cimport scalar, addscalar
66

7-
from sage.matrix.all import MatrixSpace
7+
from sage.matrix.matrix_space import MatrixSpace
88
from sage.rings.integer_ring import ZZ
99

1010
from sage.matrix.matrix_integer_sparse cimport Matrix_integer_sparse

src/sage/libs/eclib/mwrank.pyx

+6-6
Original file line numberDiff line numberDiff line change
@@ -593,20 +593,20 @@ cdef class _mw:
593593
Reducing saturation bound from given value 20 to computed index bound 3
594594
Tamagawa index primes are [ 2 ]
595595
Checking saturation at [ 2 3 ]
596-
Checking 2-saturation
596+
Checking 2-saturation
597597
Points were proved 2-saturated (max q used = 7)
598-
Checking 3-saturation
598+
Checking 3-saturation
599599
Points were proved 3-saturated (max q used = 7)
600600
done
601601
P2 = [-2:3:1] is generator number 2
602602
saturating up to 20...Saturation index bound (for points of good reduction) = 4
603603
Reducing saturation bound from given value 20 to computed index bound 4
604604
Tamagawa index primes are [ 2 ]
605605
Checking saturation at [ 2 3 ]
606-
Checking 2-saturation
606+
Checking 2-saturation
607607
possible kernel vector = [1,1]
608608
This point may be in 2E(Q): [14:-52:1]
609-
...and it is!
609+
...and it is!
610610
Replacing old generator #1 with new generator [1:-1:1]
611611
Reducing index bound from 4 to 2
612612
Points have successfully been 2-saturated (max q used = 7)
@@ -618,9 +618,9 @@ cdef class _mw:
618618
Reducing saturation bound from given value 20 to computed index bound 3
619619
Tamagawa index primes are [ 2 ]
620620
Checking saturation at [ 2 3 ]
621-
Checking 2-saturation
621+
Checking 2-saturation
622622
Points were proved 2-saturated (max q used = 11)
623-
Checking 3-saturation
623+
Checking 3-saturation
624624
Points were proved 3-saturated (max q used = 13)
625625
done, index = 1.
626626
P4 = [-1:3:1] = -1*P1 + -1*P2 + -1*P3 (mod torsion)

src/sage/libs/gap/element.pyx

+3-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ from sage.cpython.string cimport str_to_bytes, char_to_str
2727
from sage.misc.cachefunc import cached_method
2828
from sage.structure.sage_object cimport SageObject
2929
from sage.structure.parent import Parent
30-
from sage.rings.all import ZZ, QQ, RDF
30+
from sage.rings.integer_ring import ZZ
31+
from sage.rings.rational_field import QQ
32+
from sage.rings.real_double import RDF
3133

3234
from sage.groups.perm_gps.permgroup_element cimport PermutationGroupElement
3335
from sage.combinat.permutation import Permutation

src/sage/libs/giac/giac.pyx

+3-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,9 @@ from sage.ext.stdsage cimport PY_NEW
154154
155155
from sage.libs.gmp.mpz cimport mpz_t, mpz_init_set
156156
157-
from sage.rings.all import ZZ, QQ, IntegerModRing
157+
from sage.rings.integer_ring import ZZ
158+
from sage.rings.rational_field import QQ
159+
from sage.rings.finite_rings.integer_mod_ring import IntegerModRing
158160
from sage.rings.integer cimport Integer
159161
from sage.rings.rational cimport Rational
160162
from sage.structure.element cimport Matrix

src/sage/libs/lcalc/lcalc_Lfunction.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ cdef class Lfunction:
272272

273273
def find_zeros(self, T1, T2, stepsize):
274274
"""
275-
Finds zeros on critical line between ``T1`` and ``T2`` using step size
275+
Finds zeros on critical line between ``T1`` and ``T2`` using step size
276276
of stepsize. This function might miss zeros if step size is too
277277
large. This function computes the zeros of the L-function by using
278278
change in signs of areal valued function whose zeros coincide with

src/sage/libs/linkages/padics/API.pxi

+2-2
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@ cdef inline long cremove(celement out, celement a, long prec, PowComputer_class
201201
- ``a`` -- the element whose valuation and unit are desired.
202202
- ``prec`` -- a long, used if `a = 0`.
203203
- ``prime_pow`` -- the PowComputer for the ring.
204-
- ``reduce_relative`` -- a bint: whether the final result
205-
should be reduced at precision ``prec`` (case ``False``)
204+
- ``reduce_relative`` -- a bint: whether the final result
205+
should be reduced at precision ``prec`` (case ``False``)
206206
or ``prec - valuation`` (case ``True``)
207207
208208
OUTPUT:

src/sage/libs/linkages/padics/Polynomial_shared.pxi

+4-4
Original file line numberDiff line numberDiff line change
@@ -128,14 +128,14 @@ cdef inline long cremove(celement out, celement a, long prec, PowComputer_ prime
128128
INPUT:
129129
130130
- ``out`` -- a ``celement`` to store the unit part
131-
131+
132132
- ``a`` -- the ``celement`` whose valuation and unit are desired
133-
133+
134134
- ``prec`` -- a ``long``, the return value if ``a`` is zero
135-
135+
136136
- ``prime_pow`` -- the ``PowComputer`` for the ring
137137
138-
- ``reduce_relative`` -- a bint: whether the final result
138+
- ``reduce_relative`` -- a bint: whether the final result
139139
should be reduced at precision ``prec`` (case ``False``)
140140
or ``prec - valuation`` (case ``True``)
141141

src/sage/libs/linkages/padics/fmpz_poly_unram.pxi

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ cdef inline long cremove(celement out, celement a, long prec, PowComputer_ prime
194194
- ``a`` -- the element whose valuation and unit are desired.
195195
- ``prec`` -- a long, used if `a = 0`.
196196
- ``prime_pow`` -- the PowComputer for the ring.
197-
- ``reduce_relative`` -- a bint: whether the final result
197+
- ``reduce_relative`` -- a bint: whether the final result
198198
should be reduced at precision ``prec`` (case ``False``)
199199
or ``prec - valuation`` (case ``True``)
200200

src/sage/libs/linkages/padics/mpz.pxi

+2-2
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ cdef inline int csetone(mpz_t out, PowComputer_ prime_pow) except -1:
367367
- ``prime_pow`` -- the PowComputer for the ring.
368368
"""
369369
mpz_set_ui(out, 1)
370-
370+
371371
cdef inline int csetzero(mpz_t out, PowComputer_ prime_pow) except -1:
372372
"""
373373
Sets to 0.
@@ -378,7 +378,7 @@ cdef inline int csetzero(mpz_t out, PowComputer_ prime_pow) except -1:
378378
- ``prime_pow`` -- the PowComputer for the ring.
379379
"""
380380
mpz_set_ui(out, 0)
381-
381+
382382
cdef inline bint cisone(mpz_t out, PowComputer_ prime_pow) except -1:
383383
"""
384384
Returns whether this element is equal to 1.

src/sage/libs/linkages/padics/relaxed/API.pxi

+1-1
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ cdef inline void element_get_slice(celement res, celement x, long start, long le
362362
.. NOTE::
363363
364364
This function only sets up a pointer to the requested slice
365-
(the slice is not copied). Hence any future modification
365+
(the slice is not copied). Hence any future modification
366366
of the slice ``res`` will affect the container ``x``.
367367
"""
368368
pass

src/sage/libs/pari/convert_sage.pyx

+3-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ from sage.ext.stdsage cimport PY_NEW
3030
from sage.libs.gmp.mpz cimport mpz_fits_slong_p, mpz_sgn, mpz_get_ui, mpz_set, mpz_set_si, mpz_set_ui
3131
from sage.libs.gmp.mpq cimport mpq_denref, mpq_numref
3232
from sage.rings.integer cimport smallInteger
33-
from sage.rings.all import RealField, ComplexField, QuadraticField
33+
from sage.rings.real_mpfr import RealField
34+
from sage.rings.complex_mpfr import ComplexField
35+
from sage.rings.number_field.number_field import QuadraticField
3436
from sage.matrix.args cimport (MatrixArgs, MA_ENTRIES_SEQ_SEQ,
3537
MA_ENTRIES_SEQ_FLAT, MA_ENTRIES_CALLABLE,
3638
MA_ENTRIES_UNKNOWN, MA_ENTRIES_SCALAR)

src/sage/numerical/backends/cvxopt_backend.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ cdef class CVXOPTBackend(GenericBackend):
137137
This amounts to adding a new column to the matrix. By default,
138138
the variable is both positive and real.
139139
Variable types are always continuous, and thus the parameters
140-
``binary``, ``integer``, and ``continuous`` have no effect.
140+
``binary``, ``integer``, and ``continuous`` have no effect.
141141
142142
INPUT:
143143

src/sage/numerical/backends/cvxopt_sdp_backend.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ AUTHORS:
2020
#*****************************************************************************
2121

2222
from sage.numerical.sdp import SDPSolverException
23-
from sage.matrix.all import Matrix
23+
from sage.matrix.constructor import Matrix
2424
from .matrix_sdp_backend cimport MatrixSDPBackend
2525

2626

src/sage/numerical/backends/generic_backend.pyx

+3-2
Original file line numberDiff line numberDiff line change
@@ -1555,7 +1555,7 @@ def default_mip_solver(solver=None):
15551555
- a string indicating one of the available solvers
15561556
(see :class:`MixedIntegerLinearProgram`);
15571557
1558-
- a callable (typically a subclass of
1558+
- a callable (typically a subclass of
15591559
:class:`sage.numerical.backends.generic_backend.GenericBackend`);
15601560
15611561
- ``None`` (default), in which case the current default solver
@@ -1759,7 +1759,8 @@ cpdef GenericBackend get_solver(constraint_generation = False, solver = None, ba
17591759

17601760
if base_ring is not None:
17611761
base_ring = base_ring.fraction_field()
1762-
from sage.rings.all import QQ, RDF
1762+
from sage.rings.rational_field import QQ
1763+
from sage.rings.real_double import RDF
17631764
if base_ring is QQ:
17641765
solver = "Ppl"
17651766
elif solver in ["Interactivelp", "Ppl"] and not base_ring.is_exact():

src/sage/numerical/backends/matrix_sdp_backend.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ other classes implementing solvers.
2020
# http://www.gnu.org/licenses/
2121
#*****************************************************************************
2222

23-
from sage.matrix.all import Matrix
23+
from sage.matrix.constructor import Matrix
2424
from .generic_sdp_backend cimport GenericSDPBackend
2525

2626
cdef class MatrixSDPBackend(GenericSDPBackend):

src/sage/numerical/gauss_legendre.pyx

+12-12
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def nodes_uncached(degree, prec):
6363
6464
- ``degree`` -- integer. The number of nodes. Must be 3 or even.
6565
66-
- ``prec`` -- integer (minimal value 53). Binary precision with which the
66+
- ``prec`` -- integer (minimal value 53). Binary precision with which the
6767
nodes and weights are computed.
6868
6969
OUTPUT:
@@ -166,13 +166,13 @@ def nodes(degree, prec):
166166
Compute the integration nodes and weights for the Gauss-Legendre quadrature
167167
scheme, caching the output
168168
169-
Works by calling ``nodes_uncached``.
169+
Works by calling ``nodes_uncached``.
170170
171171
INPUT:
172172
173173
- ``degree`` -- integer. The number of nodes. Must be 3 or even.
174174
175-
- ``prec`` -- integer (minimal value 53). Binary precision with which the
175+
- ``prec`` -- integer (minimal value 53). Binary precision with which the
176176
nodes and weights are computed.
177177
178178
OUTPUT:
@@ -271,10 +271,10 @@ def integrate_vector_N(f, prec, N=3):
271271
Integrate a one-argument vector-valued function numerically using Gauss-Legendre,
272272
setting the number of nodes.
273273
274-
This function uses the Gauss-Legendre quadrature scheme to approximate the
274+
This function uses the Gauss-Legendre quadrature scheme to approximate the
275275
integral `\int_0^1 f(t) \, dt`. It is different from ``integrate_vector``
276276
by using a specific number of nodes rather than targeting a specified error
277-
bound on the result.
277+
bound on the result.
278278
279279
INPUT:
280280
@@ -284,9 +284,9 @@ def integrate_vector_N(f, prec, N=3):
284284
285285
- ``N`` -- integer (default: 3). Number of nodes to use.
286286
287-
OUTPUT:
287+
OUTPUT:
288288
289-
Vector approximating value of the integral.
289+
Vector approximating value of the integral.
290290
291291
EXAMPLES::
292292
@@ -300,14 +300,14 @@ def integrate_vector_N(f, prec, N=3):
300300
301301
.. NOTE::
302302
303-
The nodes and weights are calculated in the real field with ``prec``
303+
The nodes and weights are calculated in the real field with ``prec``
304304
bits of precision. If the vector space in which ``f`` takes values
305305
is over a field which is incompatible with this field (e.g. a finite
306-
field) then a TypeError occurs.
306+
field) then a TypeError occurs.
307307
"""
308-
# We use nodes_uncached, because caching takes up memory, and numerics in
309-
# Bruin-DisneyHogg-Gao suggest that caching provides little benefit in the
310-
# use in the Riemann surfaces module.
308+
# We use nodes_uncached, because caching takes up memory, and numerics in
309+
# Bruin-DisneyHogg-Gao suggest that caching provides little benefit in the
310+
# use in the Riemann surfaces module.
311311
nodelist = nodes_uncached(N, prec)
312312
I = nodelist[0][1]*f(nodelist[0][0])
313313
for i in range(1,len(nodelist)):

src/sage/numerical/interactive_simplex_method.py

+9-5
Original file line numberDiff line numberDiff line change
@@ -183,10 +183,10 @@
183183

184184
from sage.misc.abstract_method import abstract_method
185185
from sage.geometry.all import Polyhedron
186-
from sage.matrix.all import (column_matrix,
187-
identity_matrix,
188-
matrix,
189-
random_matrix)
186+
from sage.matrix.special import column_matrix
187+
from sage.matrix.special import identity_matrix
188+
from sage.matrix.constructor import Matrix as matrix
189+
from sage.matrix.special import random_matrix
190190
from sage.misc.latex import LatexExpr, latex
191191
from sage.misc.cachefunc import cached_function, cached_method
192192
from sage.misc.prandom import randint, random
@@ -195,7 +195,11 @@
195195
from sage.modules.all import random_vector, vector
196196
from sage.misc.lazy_import import lazy_import
197197
lazy_import("sage.plot.all", ["Graphics", "arrow", "line", "point", "rainbow", "text"])
198-
from sage.rings.all import Infinity, PolynomialRing, QQ, RDF, ZZ
198+
from sage.rings.infinity import Infinity
199+
from sage.rings.polynomial.polynomial_ring_constructor import PolynomialRing
200+
from sage.rings.rational_field import QQ
201+
from sage.rings.real_double import RDF
202+
from sage.rings.integer_ring import ZZ
199203
from sage.structure.all import SageObject
200204
from sage.symbolic.ring import SR
201205

src/sage/numerical/linear_functions.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1064,7 +1064,7 @@ cdef class LinearFunction(LinearFunctionOrConstraint):
10641064
sage: f._coeff_formatter(sqrt5)
10651065
'sqrt5*'
10661066
1067-
sage: from sage.rings.all import AA
1067+
sage: from sage.rings.qqbar import AA
10681068
sage: sqrt5 = AA(5).sqrt()
10691069
sage: p = MixedIntegerLinearProgram(solver='interactivelp', base_ring=AA)
10701070
sage: LF = p.linear_functions_parent()

0 commit comments

Comments
 (0)