Re: [sage-release] Sage 9.5.beta4 released

2021-10-21 Thread Dima Pasechnik
Hi Nicolas,
since a while, you see the random seed prominently shown in the output:

sage -t --random-seed=0 src/sage/calculus/transforms/dwt.pxd

https://github.com/sagemath/sagetrac-mirror/runs/3942778869?check_suite_focus=true#step:7:6629

Dima


On Thu, 21 Oct 2021, 22:02 Nicolas M. Thiery, 
wrote:

> Dear Jonathan,
>
> Thanks for pushing this forward. Just one thing: in case of test
> failure, is the random seed available in the log to be able to
> reproduce that failure?
>
> Best regards,
> Nicolas
>
>
> On Thu, Oct 21, 2021 at 05:02:17PM +0200, 'Jonathan Kliem' via
> sage-release wrote:
> >Starting with this release, doctests will be run with a random seed
> chosen
> >at random. This can be reproduced as indicated by the output
> >
> >sage -t --random-seed=1234
> >
> >Most of the doctests should be ready for this. I opened
> >
> >https://trac.sagemath.org/ticket/32544
> >
> >to collect further failures due to fuzzing the doctests. Also it now
> makes
> >sense to test your algorithm on random instances (previously this
> would
> >test exactly one object).
> >
> >On Oct 21, 2021 1:10 PM, Kenji Iohara 
> wrote:
> >
> >  On my mac OS 11.6, the first compilation worked and ``make
> ptestlong’’
> >  passed.
> >
> >20/10/2021 1:06、Volker Braun <[1]vbraun.n...@gmail.com>のメール:
> >As always, you can get the latest beta version from the "develop"
> git
> >branch. Alternatively, the self-contained source tarball is at
> >[2]http://www.sagemath.org/download-latest.html
> >056b8d4e7b (tag: 9.5.beta4, trac/develop) Updated SageMath
> version to
> >9.5.beta4
> >e8ab458165 Trac #32707: flit_core: Update to 3.4.0;
> setuptools_scm:
> >Update to 6.3.2
> >18abd75ff8 Trac #32698: Fix up builds without system python3 after
> >#32442
> >e866070bb9 Trac #32352: Efficient algorithm to compute products
> in the
> >C' basis of an Iwahori-Hecke algebra
> >ab2c01cf28 Trac #32328: Adding post_critical_set
> >91184aeb3f Trac #32314: passing a generator to gcd() fails
> >dc4f1700bc Trac #32266: Enforce normalization in
> coxeter3-implemented
> >Coxeter groups
> >17c789a5f7 Trac #32258: Adjustments for the 2-adic lseries of
> elliptic
> >curves
> >afa596f16a Trac #32200: Add developer manual section on integer
> return
> >values
> >64dd2c46d4 Trac #32199: Conjugating Set Runtime Improvement
> >daaec36f03 Trac #32155: Add is_linearly_independent to projective
> >space over a ring
> >6b1bc6480c Trac #31994: Sigma invariants for P^N, N > 1
> >74f3bc75c8 Trac #30477: preparser: implicit multiplication
> conflicts
> >with Python's complex literals
> >017d1dc75c Trac #17537: The geodetic closure of a graph
> >95908b0881 Trac #15219: numerical integral needs an operand for
> >callable symbolic functions
> >bf739637a9 Trac #32693: 1 internet failing doctest in
> >src/sage/calculus/calculus.py
> >cad17d0e34 Trac #32682: Replace " >src/sage/[rings, matrix, libs, interfaces, manifolds]
> >ce1fd8d611 Trac #32675: Partially replace " >src/sage
> >9a9a62a17e Trac #32646: Update package sqlite to 3.36.0
> >e0baa96229 Trac #32612:
> >sage.rings.abc.{Real,Complex}{Interval,Ball}Field; deprecate
> >is_{Real,Complex}IntervalField
> >9cbde3ccad Trac #32672: src/setup.py: Don't cythonize everything
> in
> >src/
> >e4e87f2419 Trac #14657: set_embedding fails for multigraphs
> >913e577deb Trac #32673: src/setup.py: Do not need Cython for
> sdist or
> >egg_info
> >297f60d39c Trac #32670: use itertools in abstract_tree
> >7bba5e0c90 Trac #32668: replace  >ba408efdab Trac #32666: Polyhedron_base.vertex_adjacency_matrix:
> Do
> >not use face_lattice
> >de6b6a1340 Trac #32663: more conversions for Bessel functions
> >b93313c326 Trac #32662: more conversions for trig and hyperbolic
> >functions
> >515cbeaf29 Trac #32661: fix some annotations in combinat
> >5333e3f514 Trac #32658: PolyhedronFace.affine_tangent_cone
> returning
> >the polyhedron for the empty face
> >b878d66729 Trac #32655: remove deprecated stuff in
> rings/polynomial
> >38e9da1ee3 Trac #32653: sage.geometry.polyhedron: Mark doctests #
> >optional - sage.combinat
> >4f73d490e4 Trac #32652: sage.geometry.polyhedron: Mark doctests #
> >optional - sage.rings.number_field
> >5c0ceda802 Trac #32647: remove some things from namespace
> >f2ea7083fd Trac #32643: fix a problem in is_connected
> >16097f3904 Trac #32642: enumeration of linear intervals in posets
> >592613cd12 Trac #32639: partial pep cleanup of one cluster file
> > 

Re: [sage-release] Sage 9.5.beta4 released

2021-10-21 Thread Nicolas M. Thiery
Dear Jonathan,

Thanks for pushing this forward. Just one thing: in case of test
failure, is the random seed available in the log to be able to
reproduce that failure?

Best regards,
Nicolas


On Thu, Oct 21, 2021 at 05:02:17PM +0200, 'Jonathan Kliem' via sage-release 
wrote:
>Starting with this release, doctests will be run with a random seed chosen
>at random. This can be reproduced as indicated by the output
> 
>sage -t --random-seed=1234
> 
>Most of the doctests should be ready for this. I opened
> 
>https://trac.sagemath.org/ticket/32544
> 
>to collect further failures due to fuzzing the doctests. Also it now makes
>sense to test your algorithm on random instances (previously this would
>test exactly one object).
> 
>On Oct 21, 2021 1:10 PM, Kenji Iohara  wrote:
> 
>  On my mac OS 11.6, the first compilation worked and ``make ptestlong’’
>  passed. 
> 
>20/10/2021 1:06、Volker Braun <[1]vbraun.n...@gmail.com>のメール:
>As always, you can get the latest beta version from the "develop" git
>branch. Alternatively, the self-contained source tarball is at
>[2]http://www.sagemath.org/download-latest.html 
>056b8d4e7b (tag: 9.5.beta4, trac/develop) Updated SageMath version to
>9.5.beta4
>e8ab458165 Trac #32707: flit_core: Update to 3.4.0; setuptools_scm:
>Update to 6.3.2
>18abd75ff8 Trac #32698: Fix up builds without system python3 after
>#32442
>e866070bb9 Trac #32352: Efficient algorithm to compute products in the
>C' basis of an Iwahori-Hecke algebra
>ab2c01cf28 Trac #32328: Adding post_critical_set
>91184aeb3f Trac #32314: passing a generator to gcd() fails
>dc4f1700bc Trac #32266: Enforce normalization in coxeter3-implemented
>Coxeter groups
>17c789a5f7 Trac #32258: Adjustments for the 2-adic lseries of elliptic
>curves
>afa596f16a Trac #32200: Add developer manual section on integer return
>values
>64dd2c46d4 Trac #32199: Conjugating Set Runtime Improvement
>daaec36f03 Trac #32155: Add is_linearly_independent to projective
>space over a ring
>6b1bc6480c Trac #31994: Sigma invariants for P^N, N > 1
>74f3bc75c8 Trac #30477: preparser: implicit multiplication conflicts
>with Python's complex literals
>017d1dc75c Trac #17537: The geodetic closure of a graph
>95908b0881 Trac #15219: numerical integral needs an operand for
>callable symbolic functions
>bf739637a9 Trac #32693: 1 internet failing doctest in
>src/sage/calculus/calculus.py
>cad17d0e34 Trac #32682: Replace "src/sage/[rings, matrix, libs, interfaces, manifolds]
>ce1fd8d611 Trac #32675: Partially replace "src/sage
>9a9a62a17e Trac #32646: Update package sqlite to 3.36.0
>e0baa96229 Trac #32612:
>sage.rings.abc.{Real,Complex}{Interval,Ball}Field; deprecate
>is_{Real,Complex}IntervalField
>9cbde3ccad Trac #32672: src/setup.py: Don't cythonize everything in
>src/
>e4e87f2419 Trac #14657: set_embedding fails for multigraphs
>913e577deb Trac #32673: src/setup.py: Do not need Cython for sdist or
>egg_info
>297f60d39c Trac #32670: use itertools in abstract_tree
>7bba5e0c90 Trac #32668: replace ba408efdab Trac #32666: Polyhedron_base.vertex_adjacency_matrix: Do
>not use face_lattice
>de6b6a1340 Trac #32663: more conversions for Bessel functions
>b93313c326 Trac #32662: more conversions for trig and hyperbolic
>functions
>515cbeaf29 Trac #32661: fix some annotations in combinat
>5333e3f514 Trac #32658: PolyhedronFace.affine_tangent_cone returning
>the polyhedron for the empty face
>b878d66729 Trac #32655: remove deprecated stuff in rings/polynomial
>38e9da1ee3 Trac #32653: sage.geometry.polyhedron: Mark doctests #
>optional - sage.combinat
>4f73d490e4 Trac #32652: sage.geometry.polyhedron: Mark doctests #
>optional - sage.rings.number_field
>5c0ceda802 Trac #32647: remove some things from namespace
>f2ea7083fd Trac #32643: fix a problem in is_connected
>16097f3904 Trac #32642: enumeration of linear intervals in posets
>592613cd12 Trac #32639: partial pep cleanup of one cluster file
>9d8af604b2 Trac #32638: sage.structure.element: Add abc Expression;
>deprecate is_Expression etc.
>4c3a338d15 Trac #32636: sage.matrix: Remove hard dependencies on
>sage.schemes
>a4d6b7196e Trac #32634: sage.misc.latex, sage.repl.display.fancy_repr:
>Make imports more local
>9e00281ac4 Trac #32633: pep cleanup for toric Chow group
>906f9f446d Trac #32629: quantum determinant
>93abcdb4ce Trac #32628: ConvexSet_base, Polyhedron_base: In _test
>  

Re: [sage-release] Sage 9.5.beta4 released

2021-10-21 Thread Dima Pasechnik
On Thu, Oct 21, 2021 at 4:02 PM 'Jonathan Kliem' via sage-release <
sage-release@googlegroups.com> wrote:

> Starting with this release, doctests will be run with a random seed chosen
> at random. This can be reproduced as indicated by the output
>
> sage -t --random-seed=1234
>

is there a way to control the seed via, say, an env. variable?



> Most of the doctests should be ready for this. I opened
>
> https://trac.sagemath.org/ticket/32544
>
> to collect further failures due to fuzzing the doctests. Also it now makes
> sense to test your algorithm on random instances (previously this would
> test exactly one object).
> On Oct 21, 2021 1:10 PM, Kenji Iohara  wrote:
>
> On my mac OS 11.6, the first compilation worked and ``make ptestlong’’
> passed.
>
> 20/10/2021 1:06、Volker Braun のメール:
>
> As always, you can get the latest beta version from the "develop" git
> branch. Alternatively, the self-contained source tarball is at
> http://www.sagemath.org/download-latest.html
>
> 056b8d4e7b (tag: 9.5.beta4, trac/develop) Updated SageMath version to
> 9.5.beta4
> e8ab458165 Trac #32707: flit_core: Update to 3.4.0; setuptools_scm: Update
> to 6.3.2
> 18abd75ff8 Trac #32698: Fix up builds without system python3 after #32442
> e866070bb9 Trac #32352: Efficient algorithm to compute products in the C'
> basis of an Iwahori-Hecke algebra
> ab2c01cf28 Trac #32328: Adding post_critical_set
> 91184aeb3f Trac #32314: passing a generator to gcd() fails
> dc4f1700bc Trac #32266: Enforce normalization in coxeter3-implemented
> Coxeter groups
> 17c789a5f7 Trac #32258: Adjustments for the 2-adic lseries of elliptic
> curves
> afa596f16a Trac #32200: Add developer manual section on integer return
> values
> 64dd2c46d4 Trac #32199: Conjugating Set Runtime Improvement
> daaec36f03 Trac #32155: Add is_linearly_independent to projective space
> over a ring
> 6b1bc6480c Trac #31994: Sigma invariants for P^N, N > 1
> 74f3bc75c8 Trac #30477: preparser: implicit multiplication conflicts with
> Python's complex literals
> 017d1dc75c Trac #17537: The geodetic closure of a graph
> 95908b0881 Trac #15219: numerical integral needs an operand for callable
> symbolic functions
> bf739637a9 Trac #32693: 1 internet failing doctest in
> src/sage/calculus/calculus.py
> cad17d0e34 Trac #32682: Replace " matrix, libs, interfaces, manifolds]
> ce1fd8d611 Trac #32675: Partially replace " 9a9a62a17e Trac #32646: Update package sqlite to 3.36.0
> e0baa96229 Trac #32612: sage.rings.abc.{Real,Complex}{Interval,Ball}Field;
> deprecate is_{Real,Complex}IntervalField
> 9cbde3ccad Trac #32672: src/setup.py: Don't cythonize everything in src/
> e4e87f2419 Trac #14657: set_embedding fails for multigraphs
> 913e577deb Trac #32673: src/setup.py: Do not need Cython for sdist or
> egg_info
> 297f60d39c Trac #32670: use itertools in abstract_tree
> 7bba5e0c90 Trac #32668: replace  ba408efdab Trac #32666: Polyhedron_base.vertex_adjacency_matrix: Do not
> use face_lattice
> de6b6a1340 Trac #32663: more conversions for Bessel functions
> b93313c326 Trac #32662: more conversions for trig and hyperbolic functions
> 515cbeaf29 Trac #32661: fix some annotations in combinat
> 5333e3f514 Trac #32658: PolyhedronFace.affine_tangent_cone returning the
> polyhedron for the empty face
> b878d66729 Trac #32655: remove deprecated stuff in rings/polynomial
> 38e9da1ee3 Trac #32653: sage.geometry.polyhedron: Mark doctests # optional
> - sage.combinat
> 4f73d490e4 Trac #32652: sage.geometry.polyhedron: Mark doctests # optional
> - sage.rings.number_field
> 5c0ceda802 Trac #32647: remove some things from namespace
> f2ea7083fd Trac #32643: fix a problem in is_connected
> 16097f3904 Trac #32642: enumeration of linear intervals in posets
> 592613cd12 Trac #32639: partial pep cleanup of one cluster file
> 9d8af604b2 Trac #32638: sage.structure.element: Add abc Expression;
> deprecate is_Expression etc.
> 4c3a338d15 Trac #32636: sage.matrix: Remove hard dependencies on
> sage.schemes
> a4d6b7196e Trac #32634: sage.misc.latex, sage.repl.display.fancy_repr:
> Make imports more local
> 9e00281ac4 Trac #32633: pep cleanup for toric Chow group
> 906f9f446d Trac #32629: quantum determinant
> 93abcdb4ce Trac #32628: ConvexSet_base, Polyhedron_base: In _test methods,
> do not fail if some modules are unavailable
> 873a7b2e71 Trac #32624: Update imports of Family
> c4e5b94949 Trac #32610: Deprecate is_RealField, is_ComplexField,
> is_RealDoubleField, is_ComplexDoubleField
> c6268d19b3 Trac #29935: implicitly fuzz RNG-dependent doctests with a
> random random seed
> ec501d35fc Trac #32623: QuantumMatrixCoordinate broken for larger number
> of variables
> 4606a5f467 Trac #32622: sage.categories: Remove .all imports (except
> sage.categories.all)
> 4b50b849c0 Trac #32621: Replace imports from sage.misc.all by more
> specific imports
> e78d69d71e Trac #32620: Replace imports of QQ, ZZ, GF, Integer from
> sage.rings.all by more specific imports
> e28338b1ae Trac #32619: lazy_import: Muffle diagnostic 

Re: [sage-release] Sage 9.5.beta4 released

2021-10-21 Thread 'Jonathan Kliem' via sage-release
Starting with this release, doctests will be run with a random seed chosen at random. This can be reproduced as indicated by the output
sage -t --random-seed=1234
Most of the doctests should be ready for this. I opened
https://trac.sagemath.org/ticket/32544
to collect further failures due to fuzzing the doctests. Also it now makes sense to test your algorithm on random instances (previously this would test exactly one object).
On Oct 21, 2021 1:10 PM, Kenji Iohara  wrote:On my mac OS 11.6, the first compilation worked and ``make ptestlong’’ passed. 20/10/2021 1:06、Volker Braun のメール:As always, you can get the latest beta version from the "develop" git branch. Alternatively, the self-contained source tarball is at http://www.sagemath.org/download-latest.html 056b8d4e7b (tag: 9.5.beta4, trac/develop) Updated SageMath version to 9.5.beta4e8ab458165 Trac #32707: flit_core: Update to 3.4.0; setuptools_scm: Update to 6.3.218abd75ff8 Trac #32698: Fix up builds without system python3 after #32442e866070bb9 Trac #32352: Efficient algorithm to compute products in the C' basis of an Iwahori-Hecke algebraab2c01cf28 Trac #32328: Adding post_critical_set91184aeb3f Trac #32314: passing a generator to gcd() failsdc4f1700bc Trac #32266: Enforce normalization in coxeter3-implemented Coxeter groups17c789a5f7 Trac #32258: Adjustments for the 2-adic lseries of elliptic curvesafa596f16a Trac #32200: Add developer manual section on integer return values64dd2c46d4 Trac #32199: Conjugating Set Runtime Improvementdaaec36f03 Trac #32155: Add is_linearly_independent to projective space over a ring6b1bc6480c Trac #31994: Sigma invariants for P^N, N > 174f3bc75c8 Trac #30477: preparser: implicit multiplication conflicts with Python's complex literals017d1dc75c Trac #17537: The geodetic closure of a graph95908b0881 Trac #15219: numerical integral needs an operand for callable symbolic functionsbf739637a9 Trac #32693: 1 internet failing doctest in src/sage/calculus/calculus.pycad17d0e34 Trac #32682: Replace "ce1fd8d611 Trac #32675: Partially replace "9a9a62a17e Trac #32646: Update package sqlite to 3.36.0e0baa96229 Trac #32612: sage.rings.abc.{Real,Complex}{Interval,Ball}Field; deprecate is_{Real,Complex}IntervalField9cbde3ccad Trac #32672: src/setup.py: Don't cythonize everything in src/e4e87f2419 Trac #14657: set_embedding fails for multigraphs913e577deb Trac #32673: src/setup.py: Do not need Cython for sdist or egg_info297f60d39c Trac #32670: use itertools in abstract_tree7bba5e0c90 Trac #32668: replace ba408efdab Trac #32666: Polyhedron_base.vertex_adjacency_matrix: Do not use face_latticede6b6a1340 Trac #32663: more conversions for Bessel functionsb93313c326 Trac #32662: more conversions for trig and hyperbolic functions515cbeaf29 Trac #32661: fix some annotations in combinat5333e3f514 Trac #32658: PolyhedronFace.affine_tangent_cone returning the polyhedron for the empty faceb878d66729 Trac #32655: remove deprecated stuff in rings/polynomial38e9da1ee3 Trac #32653: sage.geometry.polyhedron: Mark doctests # optional - sage.combinat4f73d490e4 Trac #32652: sage.geometry.polyhedron: Mark doctests # optional - sage.rings.number_field5c0ceda802 Trac #32647: remove some things from namespacef2ea7083fd Trac #32643: fix a problem in is_connected16097f3904 Trac #32642: enumeration of linear intervals in posets592613cd12 Trac #32639: partial pep cleanup of one cluster file9d8af604b2 Trac #32638: sage.structure.element: Add abc _expression_; deprecate is_Expression etc.4c3a338d15 Trac #32636: sage.matrix: Remove hard dependencies on sage.schemesa4d6b7196e Trac #32634: sage.misc.latex, sage.repl.display.fancy_repr: Make imports more local9e00281ac4 Trac #32633: pep cleanup for toric Chow group906f9f446d Trac #32629: quantum determinant93abcdb4ce Trac #32628: ConvexSet_base, Polyhedron_base: In _test methods, do not fail if some modules are unavailable873a7b2e71 Trac #32624: Update imports of Familyc4e5b94949 Trac #32610: Deprecate is_RealField, is_ComplexField, is_RealDoubleField, is_ComplexDoubleFieldc6268d19b3 Trac #29935: implicitly fuzz RNG-dependent doctests with a random random seedec501d35fc Trac #32623: QuantumMatrixCoordinate broken for larger number of variables4606a5f467 Trac #32622: sage.categories: Remove .all imports (except sage.categories.all)4b50b849c0 Trac #32621: Replace imports from sage.misc.all by more specific importse78d69d71e Trac #32620: Replace imports of QQ, ZZ, GF, Integer from sage.rings.all by more specific importse28338b1ae Trac #32619: lazy_import: Muffle diagnostic messages for "at_startup"a55a400f56 Trac #32618: Some micro-optimizations and cleanup to (skew) tableau59dfff2cba Trac #32615: Faster arithmetic with function field idealsb743b48faf Trac #32614: Features and optional tags for sage modules provided by separate distributionsd694413bf0 Trac #32606: Replace is_IntegerModRing by isinstance with new class sage.rings.abc.IntegerModRing75e55b0def Trac #32595: Remove package nose32804c7a2e

Re: [sage-release] Sage 9.5.beta4 released

2021-10-21 Thread Kenji Iohara
On my mac OS 11.6, the first compilation worked and ``make ptestlong’’ passed. 

> 20/10/2021 1:06、Volker Braun のメール:
> 
> As always, you can get the latest beta version from the "develop" git branch. 
> Alternatively, the self-contained source tarball is at 
> http://www.sagemath.org/download-latest.html 
> 
> 056b8d4e7b (tag: 9.5.beta4, trac/develop) Updated SageMath version to 
> 9.5.beta4
> e8ab458165 Trac #32707: flit_core: Update to 3.4.0; setuptools_scm: Update to 
> 6.3.2
> 18abd75ff8 Trac #32698: Fix up builds without system python3 after #32442
> e866070bb9 Trac #32352: Efficient algorithm to compute products in the C' 
> basis of an Iwahori-Hecke algebra
> ab2c01cf28 Trac #32328: Adding post_critical_set
> 91184aeb3f Trac #32314: passing a generator to gcd() fails
> dc4f1700bc Trac #32266: Enforce normalization in coxeter3-implemented Coxeter 
> groups
> 17c789a5f7 Trac #32258: Adjustments for the 2-adic lseries of elliptic curves
> afa596f16a Trac #32200: Add developer manual section on integer return values
> 64dd2c46d4 Trac #32199: Conjugating Set Runtime Improvement
> daaec36f03 Trac #32155: Add is_linearly_independent to projective space over 
> a ring
> 6b1bc6480c Trac #31994: Sigma invariants for P^N, N > 1
> 74f3bc75c8 Trac #30477: preparser: implicit multiplication conflicts with 
> Python's complex literals
> 017d1dc75c Trac #17537: The geodetic closure of a graph
> 95908b0881 Trac #15219: numerical integral needs an operand for callable 
> symbolic functions
> bf739637a9 Trac #32693: 1 internet failing doctest in 
> src/sage/calculus/calculus.py
> cad17d0e34 Trac #32682: Replace " matrix, libs, interfaces, manifolds]
> ce1fd8d611 Trac #32675: Partially replace " 9a9a62a17e Trac #32646: Update package sqlite to 3.36.0
> e0baa96229 Trac #32612: sage.rings.abc.{Real,Complex}{Interval,Ball}Field; 
> deprecate is_{Real,Complex}IntervalField
> 9cbde3ccad Trac #32672: src/setup.py: Don't cythonize everything in src/
> e4e87f2419 Trac #14657: set_embedding fails for multigraphs
> 913e577deb Trac #32673: src/setup.py: Do not need Cython for sdist or egg_info
> 297f60d39c Trac #32670: use itertools in abstract_tree
> 7bba5e0c90 Trac #32668: replace  ba408efdab Trac #32666: Polyhedron_base.vertex_adjacency_matrix: Do not use 
> face_lattice
> de6b6a1340 Trac #32663: more conversions for Bessel functions
> b93313c326 Trac #32662: more conversions for trig and hyperbolic functions
> 515cbeaf29 Trac #32661: fix some annotations in combinat
> 5333e3f514 Trac #32658: PolyhedronFace.affine_tangent_cone returning the 
> polyhedron for the empty face
> b878d66729 Trac #32655: remove deprecated stuff in rings/polynomial
> 38e9da1ee3 Trac #32653: sage.geometry.polyhedron: Mark doctests # optional - 
> sage.combinat
> 4f73d490e4 Trac #32652: sage.geometry.polyhedron: Mark doctests # optional - 
> sage.rings.number_field
> 5c0ceda802 Trac #32647: remove some things from namespace
> f2ea7083fd Trac #32643: fix a problem in is_connected
> 16097f3904 Trac #32642: enumeration of linear intervals in posets
> 592613cd12 Trac #32639: partial pep cleanup of one cluster file
> 9d8af604b2 Trac #32638: sage.structure.element: Add abc Expression; deprecate 
> is_Expression etc.
> 4c3a338d15 Trac #32636: sage.matrix: Remove hard dependencies on sage.schemes
> a4d6b7196e Trac #32634: sage.misc.latex, sage.repl.display.fancy_repr: Make 
> imports more local
> 9e00281ac4 Trac #32633: pep cleanup for toric Chow group
> 906f9f446d Trac #32629: quantum determinant
> 93abcdb4ce Trac #32628: ConvexSet_base, Polyhedron_base: In _test methods, do 
> not fail if some modules are unavailable
> 873a7b2e71 Trac #32624: Update imports of Family
> c4e5b94949 Trac #32610: Deprecate is_RealField, is_ComplexField, 
> is_RealDoubleField, is_ComplexDoubleField
> c6268d19b3 Trac #29935: implicitly fuzz RNG-dependent doctests with a random 
> random seed
> ec501d35fc Trac #32623: QuantumMatrixCoordinate broken for larger number of 
> variables
> 4606a5f467 Trac #32622: sage.categories: Remove .all imports (except 
> sage.categories.all)
> 4b50b849c0 Trac #32621: Replace imports from sage.misc.all by more specific 
> imports
> e78d69d71e Trac #32620: Replace imports of QQ, ZZ, GF, Integer from 
> sage.rings.all by more specific imports
> e28338b1ae Trac #32619: lazy_import: Muffle diagnostic messages for 
> "at_startup"
> a55a400f56 Trac #32618: Some micro-optimizations and cleanup to (skew) tableau
> 59dfff2cba Trac #32615: Faster arithmetic with function field ideals
> b743b48faf Trac #32614: Features and optional tags for sage modules provided 
> by separate distributions
> d694413bf0 Trac #32606: Replace is_IntegerModRing by isinstance with new 
> class sage.rings.abc.IntegerModRing
> 75e55b0def Trac #32595: Remove package nose
> 32804c7a2e Trac #32573: remove more #py2 tags
> a1a2fbb081 Trac #31163: build/make/Makefile.in: For script packages without 
> spkg-install, run "sage -info" and exit with error
> 37741e4dd1 Trac #20404: Deprecate