[sage-release] Re: Sage 10.5.beta6 released

2024-10-03 Thread 'axio...@yahoo.de' via sage-release
Oh, I just put this on https://github.com/sagemath/sage/issues/38760

On Thursday 3 October 2024 at 13:19:25 UTC+2 emanuel.c...@gmail.com wrote:

> On Debian testing running on core i7 + 16 GB RAM, upgrading 10.5.beta5 to 
> 10.5.beta6 and running ptestlong gives two reproducible failures :
> sage -t --long --warn-long 251.0 
> --random-seed=325458851928711039532352428547385105459 
> src/sage/rings/real_mpfr.pyx # 1 doctest failed sage -t --long --warn-long 
> 251.0 --random-seed=325458851928711039532352428547385105459 
> src/sage/libs/gap/element.pyx # 1 doctest failed 
>
> The first one has been already reported a few times. Re-running the second 
> one :
> charpent@zen-book-flip:/usr/local/sage-10$ sage -t --long --warn-long 
> 251.0 --random-seed=325458851928711039532352428547385105459 
> src/sage/libs/gap/element.pyx # 1 doctest failed Running doctests with ID 
> 2024-10-03-13-12-20-d73c4df8. Git branch: develop Git ref: 
> 10.1.beta0-14158-gb0f09d9d782 Running with 
> SAGE_LOCAL='/usr/local/sage-10/local' and 
> SAGE_VENV='/usr/local/sage-10/local/var/lib/sage/venv-python3.12' Using 
> --optional=debian,dot2tex,fricas,gap_jupyter,gap_packages,jmol,jupyter_jsmol,libsemigroups,msolve,pip,pysingular,qepcad,saclib,sage,sage_spkg,singular_jupyter,symengine,symengine_py
>  
> Features to be detected: 
> 4ti2,SAGE_SRC,benzene,bliss,buckygen,conway_polynomials,coxeter3,csdp,cvxopt,cvxopt,database_cremona_ellcurve,database_cremona_mini_ellcurve,database_cubic_hecke,database_ellcurves,database_graphs,database_jones_numfield,database_knotinfo,dvipng,ecm,fpylll,fricas,gap_package_atlasrep,gap_package_design,gap_package_grape,gap_package_guava,gap_package_hap,gap_package_polycyclic,gap_package_qpa,gap_package_quagroup,gfan,giac,glucose,graphviz,imagemagick,ipython,jmol,jupymake,jupyter_sphinx,kenzo,kissat,latte_int,lrcalc_python,lrslib,mathics,matroid_database,mcqd,meataxe,mpmath,msolve,nauty,networkx,numpy,palp,pandoc,pdf2svg,pdftocairo,pexpect,phitigra,pillow,plantri,polytopes_db,polytopes_db_4d,pplpy,primecountpy,ptyprocess,pycosat,pycryptosat,pynormaliz,pyparsing,python_igraph,requests,rpy2,rubiks,sage.combinat,sage.geometry.polyhedron,sage.graphs,sage.groups,sage.libs.braiding,sage.libs.ecl,sage.libs.flint,sage.libs.gap,sage.libs.giac,sage.libs.homfly,sage.libs.linbox,sage.libs.m4ri,sage.libs.ntl,sage.libs.pari,sage.libs.singular,sage.misc.cython,sage.modular,sage.modules,sage.numerical.mip,sage.plot,sage.rings.complex_double,sage.rings.finite_rings,sage.rings.function_field,sage.rings.number_field,sage.rings.padics,sage.rings.polynomial.pbori,sage.rings.real_double,sage.rings.real_mpfr,sage.sat,sage.schemes,sage.symbolic,sage_numerical_backends_coin,sagemath_doc_html,scipy,singular,sirocco,sphinx,symengine_py,sympy,tdlib,threejs,topcom
>  
> Doctesting 1 file. sage -t --long --warn-long 251.0 
> --random-seed=325458851928711039532352428547385105459 
> src/sage/libs/gap/element.pyx 
> ** File 
> "src/sage/libs/gap/element.pyx", line 2440, in 
> sage.libs.gap.element.GapElement_Function.__call__ Failed example: 
> sorted(a(b)) Expected: [Group(()), Sym( [ 1 .. 4 ] ), Alt( [ 1 .. 4 ] ), 
> Group([ (1,4)(2,3), (1,2)(3,4) ])] Got: [Group(()), Sym( [ 1 .. 4 ] ), Alt( 
> [ 1 .. 4 ] ), Group([ (1,4)(2,3), (1,3)(2,4) ])] 
> ** 1 
> item had failures: 1 of 26 in 
> sage.libs.gap.element.GapElement_Function.__call__ [519 tests, 1 failure, 
> 2.55 s] 
> -- sage 
> -t --long --warn-long 251.0 
> --random-seed=325458851928711039532352428547385105459 
> src/sage/libs/gap/element.pyx # 1 doctest failed 
> -- 
> Total time for all tests: 7.7 seconds cpu time: 1.8 seconds cumulative wall 
> time: 2.5 seconds Features detected for doctesting: 
> charpent@zen-book-flip:/usr/local/sage-10$ sage --version SageMath version 
> 10.5.beta6, Release Date: 2024-09-29 
>
> HTH,
>
>
> ​
> Le dimanche 29 septembre 2024 à 17:37:17 UTC+2, Volker Braun a écrit :
>
>> 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
>>
>>
>> b0f09d9d782 (tag: 10.5.beta6, github/develop) Updated SageMath version to 
>> 10.5.beta6
>> 2b4fe39e420 gh-38726: fix issue 38723 in `vertex_connectivity`
>> 4462607f2e9 gh-38721: Type of Z/nZ NTL polynomial evaluation should be 
>> scalar
>> a8757105564 gh-38720: Raise exception when factoring zero polynomial
>> 40f146b95a4 gh-38718: Grammar fixes to documentation: an to a euclidean
>> 1393ba9c446 gh-38715: Define feature `sage.libs.giac`
>> bd2a006dd01 gh-38706: better subs on piecewise functions
>> aae5f1596a2 gh-38705: update openblas to 0.3.28
>> a2f98405444 gh-38704: some details in permutations
>> d6c76d85126 gh-

[sage-release] Re: Sage 10.5.beta5 released

2024-09-29 Thread 'axio...@yahoo.de' via sage-release
I'm afraid I have a bad bug, segfault in plural.pyx: 
https://github.com/sagemath/sage/issues/38737

On Thursday 26 September 2024 at 22:15:38 UTC+2 emanuel.c...@gmail.com 
wrote:

> Identical result on Deboian testing running on core i7 + 16 GB RAM.
> HTH,
>
> Le mardi 24 septembre 2024 à 19:25:41 UTC+2, Emmanuel Charpentier a écrit :
>
>> On Ubuntu 24.04 running under WSL2/Windows 11 on core i7 + 16 GB RAM, 
>> upgrading 10.5.beta4 to10.5.beta5 and running
>> ptestlong gives the single permanent failure
>> -- 
>> sage -t --long --warn-long 79.5 
>> --random-seed=46177238006263139387721555196660269303 
>> src/sage/rings/real_mpfr.pyx # 1 doctest failed 
>> -- 
>>
>> already reported.
>>
>> HTH,
>> ​
>> Le dimanche 22 septembre 2024 à 13:24:11 UTC+2, Volker Braun a écrit :
>>
>>> 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
>>>
>>>
>>> d1f99d110ab (HEAD -> develop, tag: 10.5.beta5, github/develop) Updated 
>>> SageMath version to 10.5.beta5
>>> 9b58ceaa689 gh-38687: Fix broken coverage ci
>>> e9ded5154b0 gh-38683: Fix matrix coercion with numpy 2.1
>>> f4305c74887 gh-38674: cythonize the chain polynomials of posets
>>> 26df4e905c4 gh-38669: Remove giac integration from GiNaC
>>> 82a6149fc83 gh-38667: Fix pyproject.toml use of inline tables
>>> f6b66615dc8 gh-38666: some care for pep8 E203 in pyx files
>>> 69845c04dc1 gh-38664: graphs: make init_short_digraph always sort 
>>> neighbors but without the extra log complexity (2nd try)
>>> ded4ed27c2a gh-38660: simplifications in some libgap calls
>>> a0cd1424cbb gh-38653: get rid of sage-eval in dokchister.py
>>> aeeb93d8ae5 gh-38649: Fix all three CONDA ci failing tests
>>> cd9b1062e94 gh-38647: fixing some mypy suggestions in algebras and abvar
>>> b43a449ff7a gh-38641: some fixes for E241
>>> 29d7056b388 gh-38607: Add subs method for function field elements
>>> 7c6c1af2eef gh-38540: fix ruff PLR1730 checks
>>> 14552fc9443 gh-38321: Implemented generators for some small graphs/ 
>>> digraphs
>>> 5bc02a13217 gh-38174: New algorithms to compute the characteristic 
>>> polynomial of the Frobenius endomorphism of a Drinfeld module
>>> b3a9253aa73 gh-35050: Add missing commit when building large Cremona 
>>> database
>>> a880b3f2d99 (tag: 10.5.beta4) Updated SageMath version to 10.5.beta4
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/96788d6e-dadb-484a-aa66-d75ce5eacbd3n%40googlegroups.com.


[sage-release] TRe: Sage 10.3.beta8 released

2024-02-14 Thread 'axio...@yahoo.de' via sage-release
Thank you so much!  sage-release ist ein Fels in der Brandung :-)

On Wednesday 14 February 2024 at 00:40:34 UTC+1 Volker Braun wrote:

> 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
>
> We should soon start with a release candidate, so if you have any ticket 
> that you really want to get merged then now is the time to get it in!
>
>
> 30b3d78fac8 (origin/develop, tag: 10.3.beta8) Updated SageMath version to 
> 10.3.beta8
> 81a374dc4da gh-37290: sagemath-standard: don't require Cython to create 
> sdist
> f71381c36f1 gh-37279: Fix some doctest warnings
> 36bf4afd280 gh-37272: enable the generation of acyclic orientations with 
> `nauty_directg`
> 75afadb1669 gh-37270: Allow python 3.12 and scipy 1.12
> d3deb285e50 gh-37269: sage_docbuild: add needs sphinx tags
> 5f9ac40378b gh-37258: add type annotations to gens methods
> df5e77e5bf5 gh-37256: general cleanup of words/paths.py
> 2fd33b964b0 gh-37252: CI: Fix for failure in maximize-build-space
> 1cd7585c3c2 gh-37246: minor details in modular
> 1ac73d8adca gh-37245: a few details in combinat folder
> 46ef3fd7ac4 gh-37240: add one method to integer-valued polynomials
> b33cb7515ae gh-37234: make a category of Dedekind domains, remove code 
> from ring.pyx
> 4f78a5f3012 gh-37233: fix small mistake in BQFClassGroupQuotientMorphism 
> documentation
> cd61411b653 gh-37232: Still less use of isinstance of old-parents
> 3d38254edba gh-37230: some cython-lint fixes in ecl lib
> 1b02deb7f03 gh-37229: some pep8 fixes in coding, in particular E275
> 6b3e7642126 gh-37228: some pep8 fixes in rings, and activate E221
> 705cab1188f gh-37226: unit group of number field: do not expand product 
> when S is empty
> 76b1a92acd3 gh-37225: splitting_field: polred -> polredbest
> cdd42d4af9a gh-37223: Remove invariants commands in global namespace
> 9e9acfea423 gh-37222: CI Linux Incremental: Do not require label "c: 
> packages: ..." to be set
> 81a23e1d96d gh-37218: Fix to ncsym.ncsym.nesting
> 23586cf4085 gh-37215: Remove unnecessary bullet point
> 15abc09a456 gh-37210: unify alias substitute for subs
> d548c0023f7 gh-37209: Added rational Tamari lattices
> bf1c793ecd6 gh-37207: allow algorithm=pari in LLL
> f396146fe81 gh-37199: make FreeAlgebra graded and provide is_unit and 
> __invert__
> d1bbb83ef3f gh-37195: general LU: gather several calls to field inversion 
> into a single call
> adee77d9f49 gh-37193: Some fixes & improvements to autogenerated flint .pxd
> 0319fbba80f gh-37185: Fix `sage_setup.clean` doctest
> 43686380ed7 gh-37182: Implement Auslander-Reiten quivers
> 7c0a5ecd0cb gh-37170: Total refactor of `any_root()` to solve issue in 
> characteristic two and clean up the code
> 49505110153 gh-37148: Add class CircuitsMatroid
> dd9abe40439 gh-37143: special subs for fractions
> 53c3468f59a gh-37113: Define behaviour of < and > for fractional ideals in 
> a quaternion algebra
> 138b265e5ad gh-37096: Fix `.multiplication_by_m` when m is not coprime to 
> characteristic (#6413)
> ed119f6d025 gh-37073: `build/pkgs/free_fonts`: Fix fedora system package 
> information
> 60ffcefe9ac gh-37065: Installation guide: Use `.. envvar::` to define 
> environment variables
> 96cb4849aa9 gh-37014: Upgrade database_knotinfo to version 2024.2.1
> fe375288d78 gh-37007: normalize projective points over (quotients of) 
> Euclidean domains
> d4b28e18831 gh-36997: `build/pkgs/{givaro,fflas_ffpack,linbox}`: Accept 
> matching set of new versions
> 647ec811c57 gh-36983: Prepare python3 `spkg-configure.m4` for Python 3.12 
> (setuptools instead of distutils)
> 20a6fde8fa0 gh-36927: src/sage/combinat/designs/subhypergraph_search.pyx: 
> constness fix for clang 16
> 3942b62a2f0 gh-36915: `configure.ac`: Remove tests for outdated platforms
> 6ad8584b4d6 gh-36881: Fix cardinality of special linear group
> bbe70e7a14e gh-36805: fast path for Vélu isogenies with a single kernel 
> generator
> 5a3f8eb0af3 gh-36171: Implement Chevalley-Eilenberg complexes with module 
> coefficients
> 2369ddb7f34 gh-35503: add order_from_multiple() to sage.groups.all
> 9d24006e703 gh-34976: compute isomorphisms between quaternion orders
> 0c390a06f72 (tag: 10.3.beta7) Updated SageMath version to 10.3.beta7
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/0661c1cb-96f0-482f-b478-7ff5ac11c1b1n%40googlegroups.com.


Re: [sage-release] Re: Sage 10.0 released

2023-06-04 Thread &#x27;axio...@yahoo.de&#x27; via sage-release
Thank you so much!

(reason is a FPSAC 23 software demo, which contains a link to the doc)

Best wishes,

Martin

On Sunday, 4 June 2023 at 12:47:45 UTC+2 harald@gmail.com wrote:

> On Sun, Jun 4, 2023 at 9:35 AM 'axio...@yahoo.de' via sage-release <
> sage-r...@googlegroups.com> wrote:
>
>> Would it be possible to update the documentation on sagemath.org? It 
>> seems that it is still 9.8.
>>
>>
>
> Yes, it's not only possible, but actually has been done: 
> https://doc.sagemath.org/html/en/index.html
>
> Thx for pinging me, Dima.
>
> -- Harald
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/2c165bf9-d3f7-495c-92d7-a19dc5482cf2n%40googlegroups.com.


[sage-release] Re: Sage 10.0 released

2023-06-04 Thread &#x27;axio...@yahoo.de&#x27; via sage-release
Would it be possible to update the documentation on sagemath.org? It seems 
that it is still 9.8.

On Monday, 22 May 2023 at 15:24:44 UTC+2 emanuel.c...@gmail.com wrote:

> Wups ! Incorrect link to the Jupyter kernel problem. See rather here 
> 
> …
>
> Sorry for the noise…
> ​
> Le lundi 22 mai 2023 à 15:19:49 UTC+2, Emmanuel Charpentier a écrit :
>
>> On a slightly larger machine (core i7 + 16 GB RAM, Debian testing) with 
>> more optional packages installed, I get :
>>
>>- Two transient failures (timeouts) : 
>>
>> sage -t --long --warn-long 220.0 
>> --random-seed=70054243461324019656106910472128436065 
>> src/sage/rings/tests.py # Timed out sage -t --long --warn-long 220.0 
>> --random-seed=70054243461324019656106910472128436065 
>> src/sage/interfaces/maxima.py # Timed out 
>>
>>- and three permanent failures, two of them having been already 
>>reported a couple of times (or more…) : 
>>
>> sage -t --long --warn-long 220.0 
>> --random-seed=70054243461324019656106910472128436065 
>> src/sage/coding/linear_code.py # 2 doctests failed sage -t --long 
>> --warn-long 220.0 --random-seed=70054243461324019656106910472128436065 
>> src/sage/coding/code_constructions.py # 1 doctest failed 
>>
>>- the third one is new : 
>>
>> sage -t --long --warn-long 220.0 
>> --random-seed=70054243461324019656106910472128436065 
>> src/sage/repl/ipython_kernel/kernel.py # 1 doctest failed 
>>
>> but I have already met it 
>>  and it seems 
>> unrelated to Sage *itself*.
>>
>> HTH, 
>> ​
>> Le lundi 22 mai 2023 à 11:38:32 UTC+2, Emmanuel Charpentier a écrit :
>>
>>> FWIW, on Debian testing running on core i5 + 8 GB RAM, upgrading 
>>> 10.0.rc2 to 10.0 passes ptestlong with no failures (transient nor 
>>> permanent).
>>>
>>> Yay !
>>>
>>> HTH,
>>>
>>> Le dimanche 21 mai 2023 à 01:10:07 UTC+2, Volker Braun a écrit :
>>>
 The "master" git branch has been updated to Sage-10.0. 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

 As you are undoubtedly aware, this version is the first since the 
 migration of the development process to github. A big thanks to everyone 
 who was involved, we couldn't have done it without you 🎉🚀

 6ba0eafc2ca (tag: 10.0, github/develop) Updated SageMath version to 10.0
 8476c469588 gh-35460: Update developer guide for workflows on github
 4ed2157cd2a gh-35638: build/pkgs/python3/spkg-configure.m4: Add 
 depcheck for zlib
 9de8c5b1b6c gh-35637: remark that WSL needs a lot of RAM
 f2f5863c08a (tag: 10.0.rc3) Updated SageMath version to 10.0.rc3

>>>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/0ad09d51-4ae4-4431-a024-e47f470fd8b1n%40googlegroups.com.


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

2023-03-13 Thread &#x27;axio...@yahoo.de&#x27; via sage-release
I'd like to send a big THANK YOU!

On Monday, 13 March 2023 at 01:26:46 UTC+1 Volker Braun wrote:

> 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 
>
>
> f449b14ecae (origin/develop, tag: 10.0.beta4) Updated SageMath version to 
> 10.0.beta4
> d6c38e59d84 gh-35060:  a bijectionist's toolkit
> 1aa23707177 gh-35079: Remove 'docker' from the names of the Docker images 
> published on ghcr.io
> 2a7b4c9c682 gh-35076: Add ABCs CommutativePolynomial, 
> MPolynomial_libsingular, InfinitePolynomial; deprecate is_Polynomial, 
> is_MPolynomial
> 39b49122531 gh-35073: refactor(34773): combinatorial polyhedron: move list 
> of pairs to dedicated class
> 6760c40028f gh-35070: Document sage installation method with pip
> 7db7c89b97b gh-35069: Conform to doc requirements so that the docs look 
> more beautiful
> d11cbc01ce6 gh-35067: Upgrade eclib to 20221012
> 646af1bff77 gh-35064: removing some unused imports
> 788415ecf39 gh-35063: Add notes about recent changes on KnotInfo
> 1d26fa3957b gh-35060:  a bijectionist's toolkit
> b5f7acc0b61 gh-35059: Add Hadamard matrices up to order 1000
> 2b03a1aeda9 gh-35045: Convert result of multivariate polynomial evaluation 
> into correct parent
> f6da2bd500f gh-35043: fix the method monomials_of_degree
> 2cbf029a0a2 gh-35040: Document argument is_open in 
> ManifoldSubset.complement and difference
> ee3013bb9bc gh-35026: Drinfeld modules
> 1463bac73a0 gh-34988: Integer-valued polynomial ring
> f7ea8c7f03f gh-34980: is_prime for ideals uses factorization, can be VERY 
> slow
> a6eda33ee38 gh-34979: deprecate constructing number-field fractional 
> ideals via orders' .ideal() method
> f526423d515 gh-34970: add is_supergreedy() to linear extensions
> 46a6105bc49 (tag: 10.0.beta3) Updated SageMath version to 10.0.beta3
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/32d78028-f768-4848-b6ac-7ae2673d9353n%40googlegroups.com.


[sage-release] Re: Sage 10.0.beta3 released

2023-03-10 Thread &#x27;axio...@yahoo.de&#x27; via sage-release
I realize that it is a big ask, but would it be possible to merge 
https://github.com/sagemath/sage/pull/35060 soon (most importantly, within 
sage 10.0)?   It adds a single module, and I'd like to be able to present 
its functionality saying that it is "in sage".

Related: should I click on the "update branch" button whenever it appears, 
or would this be unhelpful?

Thanks for everything!

Martin
On Wednesday, 8 March 2023 at 09:46:05 UTC+1 emanuel.c...@gmail.com wrote:

> Le mercredi 8 mars 2023 à 00:12:17 UTC+1, John H Palmieri a écrit :
>
> It looks like the graph failures have been reported at 
> https://github.com/sagemath/sage/issues/35157. Emanuel, are those the 
> ones you're seeing?
>
>
> Yep !
>
> This happens with Debian testing’s nauty, libnauty2 and libnauty2-dev, 
> whereas the issue you point reports it on a Mac with homebrew.
> ​
>
>
> On Sunday, March 5, 2023 at 8:20:30 AM UTC-8 emanuel.c...@gmail.com wrote:
>
> The resulting 10.0.beta3 passes ptestlong witrh the two permanent 
> failures already reported for the previous betas and the final release of 
> Sage 9.
>
> HTH,
> ​
> Le dimanche 5 mars 2023 à 13:05:40 UTC+1, Emmanuel Charpentier a écrit :
>
> On Debian testing running on core i7 + 16 GB RAM :
>
>- 
>
>A first attempt to upgrade from 10.0.beta2 apparently succeeded, but 
>trying to run make ptestlong failed at the initial build documentation 
>step, even after repeated cleanup of documentation.
>- 
>
>A second attempt after make distclean and configuring the use of 
>Debian’s Singular froze when configure checked the useabilty of 
>Debian’s Singular’s documentation (no progress after abou 15 minutes).
>- 
>
>A configure --with-system-singular=no succeeded.
>
> Currently makeing. I’ll post results later.
>
> HTH, 
> ​
> Le vendredi 3 mars 2023 à 01:03:32 UTC+1, Volker Braun a écrit :
>
> 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
>
>
> 46a6105bc49 (github/develop, tag: 10.0.beta3) Updated SageMath version to 
> 10.0.beta3
> a822a2132aa gh-35035: make _multiple_x_*() methods work for all n≠0
> 0847642dbb4 gh-35033: sage.schemes: Replace imports from sage.*.all for 
> namespace packages
> b6557a8a14b gh-35027: gitignore another (temporary) autoconf file
> c0cf5362055 gh-35025: Implement __getitem__ and alias weight methods for 
> quasimodular forms
> 35852961c31 gh-35024: fix usage of verbose with positional argument
> 932112f48ec gh-35023: Remove upstream urls from checksums.ini that point 
> to trac
> 61e845ceb8d gh-35021:  Implement check for Lorentzian polynomials #28252
> bf6c233980b gh-34995: Support for tachyon >= 0.99.2
> 23ab3802d1c gh-34961: qqbar.clear_denominators: crude but fast alternative 
> algorithm
> 52a81cbd161 Revert "add missing # optional - gap3"
> c017a6a3d68 add missing # optional - gap3
> 8f5bbd278ae (tag: 10.0.beta2) Updated SageMath version to 10.0.beta2
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/a37da1fe-f20d-4405-bca1-3f5881a05821n%40googlegroups.com.


[sage-release] Re: Sage 9.8.beta7 released

2023-01-24 Thread &#x27;axio...@yahoo.de&#x27; via sage-release
I tried to comment out all the changes in all_cmdline.py, but this didn't 
help.  The diff of src/sage/interfaces/all.py is a bit unclear to me, I 
don't see what could be a problem there. 

On Tuesday, 24 January 2023 at 17:47:29 UTC+1 John H Palmieri wrote:

> This was one of my guesses because that ticket could have changed global 
> behavior of Sage by changing some imports — most of the tickets made more 
> focused changes. Can you start with 9.8.beta6 and just apply some of the 
> changes from #34547? In particular, do things work if you don't include the 
> changes in all_cmdline.py?
>
> -- 
> John
>
>
> On Tuesday, January 24, 2023 at 5:15:53 AM UTC-8 axio...@yahoo.de wrote:
>
>> I just spent some time to debug this, but I failed.  The problem seems to 
>> be that sage-shell:wait-for-redirection-to-complete in 
>> https://github.com/sagemath/sage-shell-mode/blob/80fbb4ee9ed8507d22214ed7a4ffd135c9e8c7c8/sage-shell-mode.el#L889
>>  
>> does not return.  There is only one python file involved, 
>> https://github.com/sagemath/sage-shell-mode/blob/master/emacs_sage_shell.py, 
>> but I do not see what #34547 has to do with it.  Something about 
>> lazy_import maybe?
>>
>> I can see that in sage-shell:run-cell-raw-output the command
>>
>> _emacs_sage_shell.run_cell_and_print_msg_id("_emacs_sage_shell.print_sage_root()",
>>  
>> ’emacs_sage_shell_msg_idb3d6f70f24e51147305a3aea036ba747start’, 
>> ’emacs_sage_shell_msg_idb3d6f70f24e51147305a3aea036ba747end’)
>>
>> was sent to the process (using process-send-string), and after that,
>>
>> (sage-shell:wait-for-redirection-to-complete)
>>
>> never returns.  I don't know how to debug the python code, 
>> unfortunately.  Most importantly, I don't see what changed - what does 
>> #34547 have to do with it?
>>
>> Martin
>>
>>
>>
>> On Tuesday, 24 January 2023 at 11:09:23 UTC+1 axio...@yahoo.de wrote:
>>
>>> Indeed, that was a great suggestion: 9.8.beta6 works - and it seems that 
>>> #16522 was already in 9.8.beta6.  However 9.8.beta6 + #34547 fails.
>>> Not sure where to go from here.  Should I open a ticket on trac?
>>>
>>> For me personally, this is a blocker, but I have no idea how many emacs 
>>> users there are.
>>>
>>> Martin
>>>
>>>
>>> On Tuesday, 24 January 2023 at 10:21:11 UTC+1 axio...@yahoo.de wrote:
>>>
 Thank you for this suggestion!  I will try with 9.8.beta6 + #33842.  I 
 hope that all dependencies are in the branch.

 Martin

 On Monday, 23 January 2023 at 21:32:10 UTC+1 John H Palmieri wrote:

> Could it be #34547, #16522, or #33842? I'm just taking guesses based 
> on the newly merged tickets.
>
> On Monday, January 23, 2023 at 10:42:37 AM UTC-8 
> emanuel.c...@gmail.com wrote:
>
>> From someone called mantepse in the sage-shell-mode 
>> 
>>  issue 
>> on github :
>>
>> ```
>> It is really strange: I have a 9.8.beta7 build and a 9.8.beta6 build. 
>> Apparently, if I first use the beta6 one for sage-shell-mode, I can then 
>> use beta7 in the same emacs session.
>> ```
>>
>> I don't get it either...
>>
>> There are two short Python files in the current `sahe-shell-mode` 
>> emacs package, which are my prime suspects for an incompatibility with 
>> Python 3.11. Now for a strategy for debugging *this*...
>>
>> Any idea ?
>>
>> Le lundi 23 janvier 2023 à 10:48:48 UTC+1, axio...@yahoo.de a écrit :
>>
>>> Emacs stopped working for me again!  I don't get it.
>>>
>>> This is terrible.
>>>
>>> On Sunday, 22 January 2023 at 14:41:04 UTC+1 emanuel.c...@gmail.com 
>>> wrote:
>>>
 This patches fix my Fricas issue indeed. But losing the Emacs 
 interface is a big hit for me, so I revert to 9.6.beta6 for now.

 Thank you nevertheless !

 Le vendredi 20 janvier 2023 à 22:58:53 UTC+1, John H Palmieri a 
 écrit :

> In the hopes that this will fix it, I opened 
> https://trac.sagemath.org/ticket/34927.
>
>
>
> On Friday, January 20, 2023 at 1:46:02 PM UTC-8 John H Palmieri 
> wrote:
>
>> Does this change fix the fricas.py failure?
>>
>> diff --git a/src/sage/interfaces/fricas.py 
>> b/src/sage/interfaces/fricas.py
>> index dc2ce71f26..ceba6f90dc 100644
>> --- a/src/sage/interfaces/fricas.py
>> +++ b/src/sage/interfaces/fricas.py
>> @@ -891,7 +891,7 @@ http://fricas.sourceforge.net.
>>  """
>>  EXAMPLES::
>>  
>> -sage: fricas.__reduce__()   
>> # optional - fricas
>> +sage: FriCAS().__reduce__() 
>> # optional - fricas
>>  (, ())
>

[sage-release] Re: Sage 9.8.beta7 released

2023-01-24 Thread &#x27;axio...@yahoo.de&#x27; via sage-release
I just spent some time to debug this, but I failed.  The problem seems to 
be that sage-shell:wait-for-redirection-to-complete in 
https://github.com/sagemath/sage-shell-mode/blob/80fbb4ee9ed8507d22214ed7a4ffd135c9e8c7c8/sage-shell-mode.el#L889
 
does not return.  There is only one python file involved, 
https://github.com/sagemath/sage-shell-mode/blob/master/emacs_sage_shell.py, 
but I do not see what #34547 has to do with it.  Something about 
lazy_import maybe?

I can see that in sage-shell:run-cell-raw-output the command

_emacs_sage_shell.run_cell_and_print_msg_id("_emacs_sage_shell.print_sage_root()",
 
’emacs_sage_shell_msg_idb3d6f70f24e51147305a3aea036ba747start’, 
’emacs_sage_shell_msg_idb3d6f70f24e51147305a3aea036ba747end’)

was sent to the process (using process-send-string), and after that,

(sage-shell:wait-for-redirection-to-complete)

never returns.  I don't know how to debug the python code, unfortunately.  
Most importantly, I don't see what changed - what does #34547 have to do 
with it?

Martin



On Tuesday, 24 January 2023 at 11:09:23 UTC+1 axio...@yahoo.de wrote:

> Indeed, that was a great suggestion: 9.8.beta6 works - and it seems that 
> #16522 was already in 9.8.beta6.  However 9.8.beta6 + #34547 fails.
> Not sure where to go from here.  Should I open a ticket on trac?
>
> For me personally, this is a blocker, but I have no idea how many emacs 
> users there are.
>
> Martin
>
>
> On Tuesday, 24 January 2023 at 10:21:11 UTC+1 axio...@yahoo.de wrote:
>
>> Thank you for this suggestion!  I will try with 9.8.beta6 + #33842.  I 
>> hope that all dependencies are in the branch.
>>
>> Martin
>>
>> On Monday, 23 January 2023 at 21:32:10 UTC+1 John H Palmieri wrote:
>>
>>> Could it be #34547, #16522, or #33842? I'm just taking guesses based on 
>>> the newly merged tickets.
>>>
>>> On Monday, January 23, 2023 at 10:42:37 AM UTC-8 emanuel.c...@gmail.com 
>>> wrote:
>>>
 From someone called mantepse in the sage-shell-mode 
 
  issue 
 on github :

 ```
 It is really strange: I have a 9.8.beta7 build and a 9.8.beta6 build. 
 Apparently, if I first use the beta6 one for sage-shell-mode, I can then 
 use beta7 in the same emacs session.
 ```

 I don't get it either...

 There are two short Python files in the current `sahe-shell-mode` emacs 
 package, which are my prime suspects for an incompatibility with Python 
 3.11. Now for a strategy for debugging *this*...

 Any idea ?

 Le lundi 23 janvier 2023 à 10:48:48 UTC+1, axio...@yahoo.de a écrit :

> Emacs stopped working for me again!  I don't get it.
>
> This is terrible.
>
> On Sunday, 22 January 2023 at 14:41:04 UTC+1 emanuel.c...@gmail.com 
> wrote:
>
>> This patches fix my Fricas issue indeed. But losing the Emacs 
>> interface is a big hit for me, so I revert to 9.6.beta6 for now.
>>
>> Thank you nevertheless !
>>
>> Le vendredi 20 janvier 2023 à 22:58:53 UTC+1, John H Palmieri a 
>> écrit :
>>
>>> In the hopes that this will fix it, I opened 
>>> https://trac.sagemath.org/ticket/34927.
>>>
>>>
>>>
>>> On Friday, January 20, 2023 at 1:46:02 PM UTC-8 John H Palmieri 
>>> wrote:
>>>
 Does this change fix the fricas.py failure?

 diff --git a/src/sage/interfaces/fricas.py 
 b/src/sage/interfaces/fricas.py
 index dc2ce71f26..ceba6f90dc 100644
 --- a/src/sage/interfaces/fricas.py
 +++ b/src/sage/interfaces/fricas.py
 @@ -891,7 +891,7 @@ http://fricas.sourceforge.net.
  """
  EXAMPLES::
  
 -sage: fricas.__reduce__() 
   # optional - fricas
 +sage: FriCAS().__reduce__()   
   # optional - fricas
  (, ())
  sage: f, args = _ 
   # optional - fricas
  sage: f(*args) 



 On Friday, January 20, 2023 at 12:34:21 PM UTC-8 
 emanuel.c...@gmail.com wrote:

> Apart from the  Emacs issye alteady reported 
> ,
>  
> I get the three permanent failures I reported for the previous betas, 
> as 
> well as a new one, which gives three errors :
>
> charpent@zen-book-flip:/usr/local/sage-9$ sage -t --long 
> --warn-long 259.6 
> --random-seed=41414648133166628206443904124754495105 
> src/sage/interfaces/fricas.py  # 3 doctests failed
> Running doctests with ID 2023-01-20-20-50-00-ee865d6d.
> Git branch: develop
> Git ref: 9.8.beta7

[sage-release] Re: Sage 9.8.beta7 released

2023-01-24 Thread &#x27;axio...@yahoo.de&#x27; via sage-release
Indeed, that was a great suggestion: 9.8.beta6 works - and it seems that 
#16522 was already in 9.8.beta6.  However 9.8.beta6 + #34547 fails.
Not sure where to go from here.  Should I open a ticket on trac?

For me personally, this is a blocker, but I have no idea how many emacs 
users there are.

Martin


On Tuesday, 24 January 2023 at 10:21:11 UTC+1 axio...@yahoo.de wrote:

> Thank you for this suggestion!  I will try with 9.8.beta6 + #33842.  I 
> hope that all dependencies are in the branch.
>
> Martin
>
> On Monday, 23 January 2023 at 21:32:10 UTC+1 John H Palmieri wrote:
>
>> Could it be #34547, #16522, or #33842? I'm just taking guesses based on 
>> the newly merged tickets.
>>
>> On Monday, January 23, 2023 at 10:42:37 AM UTC-8 emanuel.c...@gmail.com 
>> wrote:
>>
>>> From someone called mantepse in the sage-shell-mode 
>>> 
>>>  issue 
>>> on github :
>>>
>>> ```
>>> It is really strange: I have a 9.8.beta7 build and a 9.8.beta6 build. 
>>> Apparently, if I first use the beta6 one for sage-shell-mode, I can then 
>>> use beta7 in the same emacs session.
>>> ```
>>>
>>> I don't get it either...
>>>
>>> There are two short Python files in the current `sahe-shell-mode` emacs 
>>> package, which are my prime suspects for an incompatibility with Python 
>>> 3.11. Now for a strategy for debugging *this*...
>>>
>>> Any idea ?
>>>
>>> Le lundi 23 janvier 2023 à 10:48:48 UTC+1, axio...@yahoo.de a écrit :
>>>
 Emacs stopped working for me again!  I don't get it.

 This is terrible.

 On Sunday, 22 January 2023 at 14:41:04 UTC+1 emanuel.c...@gmail.com 
 wrote:

> This patches fix my Fricas issue indeed. But losing the Emacs 
> interface is a big hit for me, so I revert to 9.6.beta6 for now.
>
> Thank you nevertheless !
>
> Le vendredi 20 janvier 2023 à 22:58:53 UTC+1, John H Palmieri a écrit :
>
>> In the hopes that this will fix it, I opened 
>> https://trac.sagemath.org/ticket/34927.
>>
>>
>>
>> On Friday, January 20, 2023 at 1:46:02 PM UTC-8 John H Palmieri wrote:
>>
>>> Does this change fix the fricas.py failure?
>>>
>>> diff --git a/src/sage/interfaces/fricas.py 
>>> b/src/sage/interfaces/fricas.py
>>> index dc2ce71f26..ceba6f90dc 100644
>>> --- a/src/sage/interfaces/fricas.py
>>> +++ b/src/sage/interfaces/fricas.py
>>> @@ -891,7 +891,7 @@ http://fricas.sourceforge.net.
>>>  """
>>>  EXAMPLES::
>>>  
>>> -sage: fricas.__reduce__()   
>>> # optional - fricas
>>> +sage: FriCAS().__reduce__() 
>>> # optional - fricas
>>>  (, ())
>>>  sage: f, args = _   
>>> # optional - fricas
>>>  sage: f(*args) 
>>>
>>>
>>>
>>> On Friday, January 20, 2023 at 12:34:21 PM UTC-8 
>>> emanuel.c...@gmail.com wrote:
>>>
 Apart from the  Emacs issye alteady reported 
 ,
  
 I get the three permanent failures I reported for the previous betas, 
 as 
 well as a new one, which gives three errors :

 charpent@zen-book-flip:/usr/local/sage-9$ sage -t --long 
 --warn-long 259.6 --random-seed=41414648133166628206443904124754495105 
 src/sage/interfaces/fricas.py  # 3 doctests failed
 Running doctests with ID 2023-01-20-20-50-00-ee865d6d.
 Git branch: develop
 Git ref: 9.8.beta7
 Running with SAGE_LOCAL='/usr/local/sage-9/local' and 
 SAGE_VENV='/usr/local/sage-9/local/var/lib/sage/venv-python3.10'
 Using 
 --optional=debian,dot2tex,fricas,gap_packages,libsemigroups,mathics,mathics_scanner,msolve,palettable,pint,pip,saclib,sage,sage_spkg
 Features to be detected: 
 4ti2,benzene,bliss,buckygen,conway_polynomials,csdp,cvxopt,database_cremona_ellcurve,database_cremona_mini_ellcurve,database_cubic_hecke,database_jones_numfield,database_knotinfo,dvipng,gfan,graphviz,imagemagick,jupymake,kenzo,latte_int,lrslib,mcqd,meataxe,msolve,nauty,palp,pandoc,pdf2svg,pdftocairo,phitigra,plantri,polytopes_db,polytopes_db_4d,pynormaliz,python_igraph,rubiks,sage.combinat,sage.geometry.polyhedron,sage.graphs,sage.groups,sage.misc.cython,sage.plot,sage.rings.number_field,sage.rings.padics,sage.rings.real_double,sage.symbolic,sage_numerical_backends_coin,sagemath_doc_html,sphinx,tdlib
 Doctesting 1 file.
 sage -t --long --warn-long 259.6 
 --random-seed=41414648133166628206443904124754495105 
 src/sage/interfaces/fricas.py

 **
 File "src/sage/interfaces/frica

[sage-release] Re: Sage 9.8.beta7 released

2023-01-24 Thread &#x27;axio...@yahoo.de&#x27; via sage-release
Thank you for this suggestion!  I will try with 9.8.beta6 + #33842.  I hope 
that all dependencies are in the branch.

Martin

On Monday, 23 January 2023 at 21:32:10 UTC+1 John H Palmieri wrote:

> Could it be #34547, #16522, or #33842? I'm just taking guesses based on 
> the newly merged tickets.
>
> On Monday, January 23, 2023 at 10:42:37 AM UTC-8 emanuel.c...@gmail.com 
> wrote:
>
>> From someone called mantepse in the sage-shell-mode 
>> 
>>  issue 
>> on github :
>>
>> ```
>> It is really strange: I have a 9.8.beta7 build and a 9.8.beta6 build. 
>> Apparently, if I first use the beta6 one for sage-shell-mode, I can then 
>> use beta7 in the same emacs session.
>> ```
>>
>> I don't get it either...
>>
>> There are two short Python files in the current `sahe-shell-mode` emacs 
>> package, which are my prime suspects for an incompatibility with Python 
>> 3.11. Now for a strategy for debugging *this*...
>>
>> Any idea ?
>>
>> Le lundi 23 janvier 2023 à 10:48:48 UTC+1, axio...@yahoo.de a écrit :
>>
>>> Emacs stopped working for me again!  I don't get it.
>>>
>>> This is terrible.
>>>
>>> On Sunday, 22 January 2023 at 14:41:04 UTC+1 emanuel.c...@gmail.com 
>>> wrote:
>>>
 This patches fix my Fricas issue indeed. But losing the Emacs interface 
 is a big hit for me, so I revert to 9.6.beta6 for now.

 Thank you nevertheless !

 Le vendredi 20 janvier 2023 à 22:58:53 UTC+1, John H Palmieri a écrit :

> In the hopes that this will fix it, I opened 
> https://trac.sagemath.org/ticket/34927.
>
>
>
> On Friday, January 20, 2023 at 1:46:02 PM UTC-8 John H Palmieri wrote:
>
>> Does this change fix the fricas.py failure?
>>
>> diff --git a/src/sage/interfaces/fricas.py 
>> b/src/sage/interfaces/fricas.py
>> index dc2ce71f26..ceba6f90dc 100644
>> --- a/src/sage/interfaces/fricas.py
>> +++ b/src/sage/interfaces/fricas.py
>> @@ -891,7 +891,7 @@ http://fricas.sourceforge.net.
>>  """
>>  EXAMPLES::
>>  
>> -sage: fricas.__reduce__()   
>> # optional - fricas
>> +sage: FriCAS().__reduce__() 
>> # optional - fricas
>>  (, ())
>>  sage: f, args = _   
>> # optional - fricas
>>  sage: f(*args) 
>>
>>
>>
>> On Friday, January 20, 2023 at 12:34:21 PM UTC-8 
>> emanuel.c...@gmail.com wrote:
>>
>>> Apart from the  Emacs issye alteady reported 
>>> ,
>>>  
>>> I get the three permanent failures I reported for the previous betas, 
>>> as 
>>> well as a new one, which gives three errors :
>>>
>>> charpent@zen-book-flip:/usr/local/sage-9$ sage -t --long --warn-long 
>>> 259.6 --random-seed=41414648133166628206443904124754495105 
>>> src/sage/interfaces/fricas.py  # 3 doctests failed
>>> Running doctests with ID 2023-01-20-20-50-00-ee865d6d.
>>> Git branch: develop
>>> Git ref: 9.8.beta7
>>> Running with SAGE_LOCAL='/usr/local/sage-9/local' and 
>>> SAGE_VENV='/usr/local/sage-9/local/var/lib/sage/venv-python3.10'
>>> Using 
>>> --optional=debian,dot2tex,fricas,gap_packages,libsemigroups,mathics,mathics_scanner,msolve,palettable,pint,pip,saclib,sage,sage_spkg
>>> Features to be detected: 
>>> 4ti2,benzene,bliss,buckygen,conway_polynomials,csdp,cvxopt,database_cremona_ellcurve,database_cremona_mini_ellcurve,database_cubic_hecke,database_jones_numfield,database_knotinfo,dvipng,gfan,graphviz,imagemagick,jupymake,kenzo,latte_int,lrslib,mcqd,meataxe,msolve,nauty,palp,pandoc,pdf2svg,pdftocairo,phitigra,plantri,polytopes_db,polytopes_db_4d,pynormaliz,python_igraph,rubiks,sage.combinat,sage.geometry.polyhedron,sage.graphs,sage.groups,sage.misc.cython,sage.plot,sage.rings.number_field,sage.rings.padics,sage.rings.real_double,sage.symbolic,sage_numerical_backends_coin,sagemath_doc_html,sphinx,tdlib
>>> Doctesting 1 file.
>>> sage -t --long --warn-long 259.6 
>>> --random-seed=41414648133166628206443904124754495105 
>>> src/sage/interfaces/fricas.py
>>>
>>> **
>>> File "src/sage/interfaces/fricas.py", line 894, in 
>>> sage.interfaces.fricas.FriCAS.__reduce__
>>> Failed example:
>>> fricas.__reduce__()   # 
>>> optional - fricas
>>> Exception raised:
>>>
>>> Traceback (most recent call last):
>>>   File "/usr/local/sage-9/src/sage/doctest/forker.py", line 695, 
>>> in _run
>>> self.compile_and_execute(example, compiler, test.globs)
>>>   File "/usr/local/sage-9/src/sag

[sage-release] Re: Sage 9.8.beta7 released

2023-01-23 Thread &#x27;axio...@yahoo.de&#x27; via sage-release
Emacs stopped working for me again!  I don't get it.

This is terrible.

On Sunday, 22 January 2023 at 14:41:04 UTC+1 emanuel.c...@gmail.com wrote:

> This patches fix my Fricas issue indeed. But losing the Emacs interface is 
> a big hit for me, so I revert to 9.6.beta6 for now.
>
> Thank you nevertheless !
>
> Le vendredi 20 janvier 2023 à 22:58:53 UTC+1, John H Palmieri a écrit :
>
>> In the hopes that this will fix it, I opened 
>> https://trac.sagemath.org/ticket/34927.
>>
>>
>>
>> On Friday, January 20, 2023 at 1:46:02 PM UTC-8 John H Palmieri wrote:
>>
>>> Does this change fix the fricas.py failure?
>>>
>>> diff --git a/src/sage/interfaces/fricas.py 
>>> b/src/sage/interfaces/fricas.py
>>> index dc2ce71f26..ceba6f90dc 100644
>>> --- a/src/sage/interfaces/fricas.py
>>> +++ b/src/sage/interfaces/fricas.py
>>> @@ -891,7 +891,7 @@ http://fricas.sourceforge.net.
>>>  """
>>>  EXAMPLES::
>>>  
>>> -sage: fricas.__reduce__()   
>>> # optional - fricas
>>> +sage: FriCAS().__reduce__() 
>>> # optional - fricas
>>>  (, ())
>>>  sage: f, args = _   
>>> # optional - fricas
>>>  sage: f(*args) 
>>>
>>>
>>>
>>> On Friday, January 20, 2023 at 12:34:21 PM UTC-8 emanuel.c...@gmail.com 
>>> wrote:
>>>
 Apart from the  Emacs issye alteady reported 
 , 
 I get the three permanent failures I reported for the previous betas, as 
 well as a new one, which gives three errors :

 charpent@zen-book-flip:/usr/local/sage-9$ sage -t --long --warn-long 
 259.6 --random-seed=41414648133166628206443904124754495105 
 src/sage/interfaces/fricas.py  # 3 doctests failed
 Running doctests with ID 2023-01-20-20-50-00-ee865d6d.
 Git branch: develop
 Git ref: 9.8.beta7
 Running with SAGE_LOCAL='/usr/local/sage-9/local' and 
 SAGE_VENV='/usr/local/sage-9/local/var/lib/sage/venv-python3.10'
 Using 
 --optional=debian,dot2tex,fricas,gap_packages,libsemigroups,mathics,mathics_scanner,msolve,palettable,pint,pip,saclib,sage,sage_spkg
 Features to be detected: 
 4ti2,benzene,bliss,buckygen,conway_polynomials,csdp,cvxopt,database_cremona_ellcurve,database_cremona_mini_ellcurve,database_cubic_hecke,database_jones_numfield,database_knotinfo,dvipng,gfan,graphviz,imagemagick,jupymake,kenzo,latte_int,lrslib,mcqd,meataxe,msolve,nauty,palp,pandoc,pdf2svg,pdftocairo,phitigra,plantri,polytopes_db,polytopes_db_4d,pynormaliz,python_igraph,rubiks,sage.combinat,sage.geometry.polyhedron,sage.graphs,sage.groups,sage.misc.cython,sage.plot,sage.rings.number_field,sage.rings.padics,sage.rings.real_double,sage.symbolic,sage_numerical_backends_coin,sagemath_doc_html,sphinx,tdlib
 Doctesting 1 file.
 sage -t --long --warn-long 259.6 
 --random-seed=41414648133166628206443904124754495105 
 src/sage/interfaces/fricas.py
 **
 File "src/sage/interfaces/fricas.py", line 894, in 
 sage.interfaces.fricas.FriCAS.__reduce__
 Failed example:
 fricas.__reduce__()   # 
 optional - fricas
 Exception raised:

 Traceback (most recent call last):
   File "/usr/local/sage-9/src/sage/doctest/forker.py", line 695, in 
 _run
 self.compile_and_execute(example, compiler, test.globs)
   File "/usr/local/sage-9/src/sage/doctest/forker.py", line 1093, 
 in compile_and_execute
 exec(compiled, globs)
   File "", 
 line 1, in 
 fricas.__reduce__()   # 
 optional - fricas
   File "/usr/lib/python3.10/copyreg.py", line 76, in _reduce_ex
 raise TypeError(f"cannot pickle {cls.__name__!r} object")
 TypeError: cannot pickle 'LazyImport' object
 **
 File "src/sage/interfaces/fricas.py", line 896, in 
 sage.interfaces.fricas.FriCAS.__reduce__
 Failed example:
 f, args = _   # 
 optional - fricas
 Exception raised:

 Traceback (most recent call last):
   File "/usr/local/sage-9/src/sage/doctest/forker.py", line 695, in 
 _run
 self.compile_and_execute(example, compiler, test.globs)
   File "/usr/local/sage-9/src/sage/doctest/forker.py", line 1093, 
 in compile_and_execute
 exec(compiled, globs)
   File "", 
 line 1, in 
 f, args = _   # 
 optional - fricas
 TypeError: cannot unpack non-iterable int object
 

[sage-release] Re: Sage 9.8.beta7 released

2023-01-21 Thread &#x27;axio...@yahoo.de&#x27; via sage-release
M-x toggle-debug-on-quit

(and then hit C-g often enough)

I have two directories with git clones of sage.  When I discovered the 
problem, I went back to 9.8.beta5 in the first, and then made 9.8.beta7 in 
the other.  I then tried sage-shell-mode in the other, and it worked.  I 
then made 9.8.beta7 also in the first, and now it works.

Martin
On Saturday, 21 January 2023 at 00:50:35 UTC+1 emanuel.c...@gmail.com wrote:

> How did you get a backtrace ? I don't get one, just messages in the 
> `*Messages* buffer...
>
> Le vendredi 20 janvier 2023 à 12:30:23 UTC+1, axio...@yahoo.de a écrit :
>
>> Here is the backtrace:
>>
>> Debugger entered--Lisp error: (quit)
>>   accept-process-output(nil 0 1)
>>   sage-shell:wait-for-redirection-to-complete()
>>   sage-shell:run-cell-raw-output("_emacs_sage_shell.print_sage_root()" 
>> :sync t :process-buffer nil :output-buffer nil :to-string t :raw nil)
>>   sage-shell:send-command-sync("_emacs_sage_shell.print_sage_root()" nil 
>> nil t nil)
>>   sage-shell:send-command-to-string("_emacs_sage_shell.print_sage_root()")
>>   sage-shell:after-init-function(#)
>>   #f(compiled-function () #)()
>>   sage-shell:run-hook-once(sage-shell:output-filter-finished-hook)
>>   sage-shell:output-filter(# 
>> "┌─...")
>>   read-event(nil t 2)
>>   sit-for(2)
>>   execute-extended-command(nil "run-sage" "run-sa")
>>   funcall-interactively(execute-extended-command nil "run-sage" "run-sa")
>>   call-interactively(execute-extended-command nil nil)
>>   command-execute(execute-extended-command)
>>
>> On Friday, 20 January 2023 at 12:26:30 UTC+1 axio...@yahoo.de wrote:
>>
>>> All of a sudden, emacs sage-shell-mode seems not to work any more?  The 
>>> last message I get is 
>>>
>>> Checking IPython version... Done. To disable this checking, set 
>>> ‘sage-shell:check-ipython-version-on-startup’ to ‘nil’.
>>> error in process filter: Quit [2 times]
>>>
>>> The last beta worked.
>>>
>>> Anyone else experiencing this?
>>>
>>> Martin
>>> On Thursday, 19 January 2023 at 00:48:25 UTC+1 Volker Braun wrote:
>>>
 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

 We should probably gear up for a 9.8 release soon, so get your tickets 
 ready ;)

 047281e0287 (trac/develop, tag: 9.8.beta7) Updated SageMath version to 
 9.8.beta7
 272c557d1f3 Trac #31668: Run TestSuite on polynomial rings
 6f8fb9ba3ef Trac #22067: generating function of integral points of 
 polyhedra
 5544a33b815 Trac #21003: Add package pyscipopt, add MIP backend
 b0422b2536b Trac #34838: setuptools_scm, contourpy, 
 sphinxcontrib_websupport, typing_extensions: Add missing dependencies
 30d58156a46 Trac #34717: Check the presence of lrsnash for obtain_nash()
 c7299453922 Trac #34891: fixing some E502 in tensor, dynamics, modules, 
 plot, numerical
 bc832cb3578 Trac #34889: Installation guide: On WSL, clear /mnt/c stuff 
 from PATH
 3570a9a63bd Trac #34881: allow to remove no constraints
 0ceb1032430 Trac #34878: MixedIntegerLinearProgram.add_constraint: 
 Option to return row indices, fix handling of empty constraints
 df74efb66d2 Trac #34859: sagelib: Remove unnecessary import of 
 typing_extensions
 b6a76d7a848 Trac #34857: bump giac's GIAC_MIN_VERSION to 1.9
 6a8155e6e5d Trac #34854: molien_series() should not use GAP's 
 VirtualCharacter
 dddf3ca0b08 Trac #34853: sage-env: Fix misconfiguration of pip
 6f631021ac4 Trac #34847: modernize some for loops in cython files
 9ffabc7f3e1 Trac #34844: removal of some unused imports about string 
 conversion
 4b50bc2af27 Trac #34843: pep8 cleanup in ore_polynomial_element.pyx
 bdd14cec19b Trac #34837: fix E502 in some pyx files
 172ad73ae38 Trac #34836: fix E271 and E272 in rings/ and schemes/
 3d861266040 Trac #34749: Packages dsdp, scip_sdp
 64d232b5bfd Trac #31329: Update scipoptsuite to 8.0.2 (now open 
 source!), rename to scip
 2dcafb3ac57 Trac #34839: Support tox 4
 ad68f15d97f Trac #34648: Developer's guide: warn the transition to 
 GitHub and add links to the transition guide
 acebbc1a9e8 Trac #34824: do not include parent in hash of parking 
 functions
 9a7b6310dde Trac #34818: Error when defining differentials over GCA's 
 with relations.
 bb63c582122 Trac #34807: Add Construction of Hadamard matrices up to 
 order 664
 8a0b16d93be Trac #34804: Deprecate sage.interfaces is_...Element 
 functions
 80f8f950e95 Trac #34793: clean 3 files inside modular
 b0cc282500e Trac #34547: Interfaces: use more lazy imports, restore 
 top-level functions maxima_console etc.
 5905da7ebfc Trac #33915: inseparable elliptic-curve isogenies
 98b22ebdcf7 Trac #32826: scalar-multiplication endomorphisms of 
 e

[sage-release] Re: Sage 9.8.beta7 released

2023-01-20 Thread &#x27;axio...@yahoo.de&#x27; via sage-release
I'm sorry, recompiling sage fixed the emacs problem.  I have no idea what 
happened.

On Friday, 20 January 2023 at 12:30:23 UTC+1 axio...@yahoo.de wrote:

> Here is the backtrace:
>
> Debugger entered--Lisp error: (quit)
>   accept-process-output(nil 0 1)
>   sage-shell:wait-for-redirection-to-complete()
>   sage-shell:run-cell-raw-output("_emacs_sage_shell.print_sage_root()" 
> :sync t :process-buffer nil :output-buffer nil :to-string t :raw nil)
>   sage-shell:send-command-sync("_emacs_sage_shell.print_sage_root()" nil 
> nil t nil)
>   sage-shell:send-command-to-string("_emacs_sage_shell.print_sage_root()")
>   sage-shell:after-init-function(#)
>   #f(compiled-function () #)()
>   sage-shell:run-hook-once(sage-shell:output-filter-finished-hook)
>   sage-shell:output-filter(# 
> "┌─...")
>   read-event(nil t 2)
>   sit-for(2)
>   execute-extended-command(nil "run-sage" "run-sa")
>   funcall-interactively(execute-extended-command nil "run-sage" "run-sa")
>   call-interactively(execute-extended-command nil nil)
>   command-execute(execute-extended-command)
>
> On Friday, 20 January 2023 at 12:26:30 UTC+1 axio...@yahoo.de wrote:
>
>> All of a sudden, emacs sage-shell-mode seems not to work any more?  The 
>> last message I get is 
>>
>> Checking IPython version... Done. To disable this checking, set 
>> ‘sage-shell:check-ipython-version-on-startup’ to ‘nil’.
>> error in process filter: Quit [2 times]
>>
>> The last beta worked.
>>
>> Anyone else experiencing this?
>>
>> Martin
>> On Thursday, 19 January 2023 at 00:48:25 UTC+1 Volker Braun wrote:
>>
>>> 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
>>>
>>> We should probably gear up for a 9.8 release soon, so get your tickets 
>>> ready ;)
>>>
>>> 047281e0287 (trac/develop, tag: 9.8.beta7) Updated SageMath version to 
>>> 9.8.beta7
>>> 272c557d1f3 Trac #31668: Run TestSuite on polynomial rings
>>> 6f8fb9ba3ef Trac #22067: generating function of integral points of 
>>> polyhedra
>>> 5544a33b815 Trac #21003: Add package pyscipopt, add MIP backend
>>> b0422b2536b Trac #34838: setuptools_scm, contourpy, 
>>> sphinxcontrib_websupport, typing_extensions: Add missing dependencies
>>> 30d58156a46 Trac #34717: Check the presence of lrsnash for obtain_nash()
>>> c7299453922 Trac #34891: fixing some E502 in tensor, dynamics, modules, 
>>> plot, numerical
>>> bc832cb3578 Trac #34889: Installation guide: On WSL, clear /mnt/c stuff 
>>> from PATH
>>> 3570a9a63bd Trac #34881: allow to remove no constraints
>>> 0ceb1032430 Trac #34878: MixedIntegerLinearProgram.add_constraint: 
>>> Option to return row indices, fix handling of empty constraints
>>> df74efb66d2 Trac #34859: sagelib: Remove unnecessary import of 
>>> typing_extensions
>>> b6a76d7a848 Trac #34857: bump giac's GIAC_MIN_VERSION to 1.9
>>> 6a8155e6e5d Trac #34854: molien_series() should not use GAP's 
>>> VirtualCharacter
>>> dddf3ca0b08 Trac #34853: sage-env: Fix misconfiguration of pip
>>> 6f631021ac4 Trac #34847: modernize some for loops in cython files
>>> 9ffabc7f3e1 Trac #34844: removal of some unused imports about string 
>>> conversion
>>> 4b50bc2af27 Trac #34843: pep8 cleanup in ore_polynomial_element.pyx
>>> bdd14cec19b Trac #34837: fix E502 in some pyx files
>>> 172ad73ae38 Trac #34836: fix E271 and E272 in rings/ and schemes/
>>> 3d861266040 Trac #34749: Packages dsdp, scip_sdp
>>> 64d232b5bfd Trac #31329: Update scipoptsuite to 8.0.2 (now open 
>>> source!), rename to scip
>>> 2dcafb3ac57 Trac #34839: Support tox 4
>>> ad68f15d97f Trac #34648: Developer's guide: warn the transition to 
>>> GitHub and add links to the transition guide
>>> acebbc1a9e8 Trac #34824: do not include parent in hash of parking 
>>> functions
>>> 9a7b6310dde Trac #34818: Error when defining differentials over GCA's 
>>> with relations.
>>> bb63c582122 Trac #34807: Add Construction of Hadamard matrices up to 
>>> order 664
>>> 8a0b16d93be Trac #34804: Deprecate sage.interfaces is_...Element 
>>> functions
>>> 80f8f950e95 Trac #34793: clean 3 files inside modular
>>> b0cc282500e Trac #34547: Interfaces: use more lazy imports, restore 
>>> top-level functions maxima_console etc.
>>> 5905da7ebfc Trac #33915: inseparable elliptic-curve isogenies
>>> 98b22ebdcf7 Trac #32826: scalar-multiplication endomorphisms of elliptic 
>>> curves
>>> 4f11a750df9 Trac #8744: Improve add_edge in BipartiteGraph to make it 
>>> independent from the current coloring
>>> 08aa2f8edaa Trac #33842: Upgrade python to 3.11
>>> 75bedf95960 Trac #34783: various details in combinat/
>>> 33fa8715bd5 Trac #34742: Optional package soplex (dependency of scip)
>>> f84915f69d8 Trac #34726: Optional package papilo (dependency of scip)
>>> e5cf1c0d9f2 Trac #34694: Bug in ExteriorAlgebra interior product
>>> ebb9b611d02 Trac #34416: Manage pexpect logs created during doctesting
>

[sage-release] Re: Sage 9.8.beta7 released

2023-01-20 Thread &#x27;axio...@yahoo.de&#x27; via sage-release
Here is the backtrace:

Debugger entered--Lisp error: (quit)
  accept-process-output(nil 0 1)
  sage-shell:wait-for-redirection-to-complete()
  sage-shell:run-cell-raw-output("_emacs_sage_shell.print_sage_root()" 
:sync t :process-buffer nil :output-buffer nil :to-string t :raw nil)
  sage-shell:send-command-sync("_emacs_sage_shell.print_sage_root()" nil 
nil t nil)
  sage-shell:send-command-to-string("_emacs_sage_shell.print_sage_root()")
  sage-shell:after-init-function(#)
  #f(compiled-function () #)()
  sage-shell:run-hook-once(sage-shell:output-filter-finished-hook)
  sage-shell:output-filter(# 
"┌─...")
  read-event(nil t 2)
  sit-for(2)
  execute-extended-command(nil "run-sage" "run-sa")
  funcall-interactively(execute-extended-command nil "run-sage" "run-sa")
  call-interactively(execute-extended-command nil nil)
  command-execute(execute-extended-command)

On Friday, 20 January 2023 at 12:26:30 UTC+1 axio...@yahoo.de wrote:

> All of a sudden, emacs sage-shell-mode seems not to work any more?  The 
> last message I get is 
>
> Checking IPython version... Done. To disable this checking, set 
> ‘sage-shell:check-ipython-version-on-startup’ to ‘nil’.
> error in process filter: Quit [2 times]
>
> The last beta worked.
>
> Anyone else experiencing this?
>
> Martin
> On Thursday, 19 January 2023 at 00:48:25 UTC+1 Volker Braun wrote:
>
>> 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
>>
>> We should probably gear up for a 9.8 release soon, so get your tickets 
>> ready ;)
>>
>> 047281e0287 (trac/develop, tag: 9.8.beta7) Updated SageMath version to 
>> 9.8.beta7
>> 272c557d1f3 Trac #31668: Run TestSuite on polynomial rings
>> 6f8fb9ba3ef Trac #22067: generating function of integral points of 
>> polyhedra
>> 5544a33b815 Trac #21003: Add package pyscipopt, add MIP backend
>> b0422b2536b Trac #34838: setuptools_scm, contourpy, 
>> sphinxcontrib_websupport, typing_extensions: Add missing dependencies
>> 30d58156a46 Trac #34717: Check the presence of lrsnash for obtain_nash()
>> c7299453922 Trac #34891: fixing some E502 in tensor, dynamics, modules, 
>> plot, numerical
>> bc832cb3578 Trac #34889: Installation guide: On WSL, clear /mnt/c stuff 
>> from PATH
>> 3570a9a63bd Trac #34881: allow to remove no constraints
>> 0ceb1032430 Trac #34878: MixedIntegerLinearProgram.add_constraint: Option 
>> to return row indices, fix handling of empty constraints
>> df74efb66d2 Trac #34859: sagelib: Remove unnecessary import of 
>> typing_extensions
>> b6a76d7a848 Trac #34857: bump giac's GIAC_MIN_VERSION to 1.9
>> 6a8155e6e5d Trac #34854: molien_series() should not use GAP's 
>> VirtualCharacter
>> dddf3ca0b08 Trac #34853: sage-env: Fix misconfiguration of pip
>> 6f631021ac4 Trac #34847: modernize some for loops in cython files
>> 9ffabc7f3e1 Trac #34844: removal of some unused imports about string 
>> conversion
>> 4b50bc2af27 Trac #34843: pep8 cleanup in ore_polynomial_element.pyx
>> bdd14cec19b Trac #34837: fix E502 in some pyx files
>> 172ad73ae38 Trac #34836: fix E271 and E272 in rings/ and schemes/
>> 3d861266040 Trac #34749: Packages dsdp, scip_sdp
>> 64d232b5bfd Trac #31329: Update scipoptsuite to 8.0.2 (now open source!), 
>> rename to scip
>> 2dcafb3ac57 Trac #34839: Support tox 4
>> ad68f15d97f Trac #34648: Developer's guide: warn the transition to GitHub 
>> and add links to the transition guide
>> acebbc1a9e8 Trac #34824: do not include parent in hash of parking 
>> functions
>> 9a7b6310dde Trac #34818: Error when defining differentials over GCA's 
>> with relations.
>> bb63c582122 Trac #34807: Add Construction of Hadamard matrices up to 
>> order 664
>> 8a0b16d93be Trac #34804: Deprecate sage.interfaces is_...Element functions
>> 80f8f950e95 Trac #34793: clean 3 files inside modular
>> b0cc282500e Trac #34547: Interfaces: use more lazy imports, restore 
>> top-level functions maxima_console etc.
>> 5905da7ebfc Trac #33915: inseparable elliptic-curve isogenies
>> 98b22ebdcf7 Trac #32826: scalar-multiplication endomorphisms of elliptic 
>> curves
>> 4f11a750df9 Trac #8744: Improve add_edge in BipartiteGraph to make it 
>> independent from the current coloring
>> 08aa2f8edaa Trac #33842: Upgrade python to 3.11
>> 75bedf95960 Trac #34783: various details in combinat/
>> 33fa8715bd5 Trac #34742: Optional package soplex (dependency of scip)
>> f84915f69d8 Trac #34726: Optional package papilo (dependency of scip)
>> e5cf1c0d9f2 Trac #34694: Bug in ExteriorAlgebra interior product
>> ebb9b611d02 Trac #34416: Manage pexpect logs created during doctesting
>> 962177a2da1 Trac #33907: interfaces/expect.py random test failure
>> 66409243991 Trac #16522: lazy_import doesn't resolve properly when 
>> indirectly imported
>> 2114066f877 (tag: 9.8.beta6) Updated SageMath version to 9.8.beta6
>>
>>

-- 
You received this message because you a

[sage-release] Re: Sage 9.8.beta7 released

2023-01-20 Thread &#x27;axio...@yahoo.de&#x27; via sage-release
All of a sudden, emacs sage-shell-mode seems not to work any more?  The 
last message I get is 

Checking IPython version... Done. To disable this checking, set 
‘sage-shell:check-ipython-version-on-startup’ to ‘nil’.
error in process filter: Quit [2 times]

The last beta worked.

Anyone else experiencing this?

Martin
On Thursday, 19 January 2023 at 00:48:25 UTC+1 Volker Braun wrote:

> 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
>
> We should probably gear up for a 9.8 release soon, so get your tickets 
> ready ;)
>
> 047281e0287 (trac/develop, tag: 9.8.beta7) Updated SageMath version to 
> 9.8.beta7
> 272c557d1f3 Trac #31668: Run TestSuite on polynomial rings
> 6f8fb9ba3ef Trac #22067: generating function of integral points of 
> polyhedra
> 5544a33b815 Trac #21003: Add package pyscipopt, add MIP backend
> b0422b2536b Trac #34838: setuptools_scm, contourpy, 
> sphinxcontrib_websupport, typing_extensions: Add missing dependencies
> 30d58156a46 Trac #34717: Check the presence of lrsnash for obtain_nash()
> c7299453922 Trac #34891: fixing some E502 in tensor, dynamics, modules, 
> plot, numerical
> bc832cb3578 Trac #34889: Installation guide: On WSL, clear /mnt/c stuff 
> from PATH
> 3570a9a63bd Trac #34881: allow to remove no constraints
> 0ceb1032430 Trac #34878: MixedIntegerLinearProgram.add_constraint: Option 
> to return row indices, fix handling of empty constraints
> df74efb66d2 Trac #34859: sagelib: Remove unnecessary import of 
> typing_extensions
> b6a76d7a848 Trac #34857: bump giac's GIAC_MIN_VERSION to 1.9
> 6a8155e6e5d Trac #34854: molien_series() should not use GAP's 
> VirtualCharacter
> dddf3ca0b08 Trac #34853: sage-env: Fix misconfiguration of pip
> 6f631021ac4 Trac #34847: modernize some for loops in cython files
> 9ffabc7f3e1 Trac #34844: removal of some unused imports about string 
> conversion
> 4b50bc2af27 Trac #34843: pep8 cleanup in ore_polynomial_element.pyx
> bdd14cec19b Trac #34837: fix E502 in some pyx files
> 172ad73ae38 Trac #34836: fix E271 and E272 in rings/ and schemes/
> 3d861266040 Trac #34749: Packages dsdp, scip_sdp
> 64d232b5bfd Trac #31329: Update scipoptsuite to 8.0.2 (now open source!), 
> rename to scip
> 2dcafb3ac57 Trac #34839: Support tox 4
> ad68f15d97f Trac #34648: Developer's guide: warn the transition to GitHub 
> and add links to the transition guide
> acebbc1a9e8 Trac #34824: do not include parent in hash of parking functions
> 9a7b6310dde Trac #34818: Error when defining differentials over GCA's with 
> relations.
> bb63c582122 Trac #34807: Add Construction of Hadamard matrices up to order 
> 664
> 8a0b16d93be Trac #34804: Deprecate sage.interfaces is_...Element functions
> 80f8f950e95 Trac #34793: clean 3 files inside modular
> b0cc282500e Trac #34547: Interfaces: use more lazy imports, restore 
> top-level functions maxima_console etc.
> 5905da7ebfc Trac #33915: inseparable elliptic-curve isogenies
> 98b22ebdcf7 Trac #32826: scalar-multiplication endomorphisms of elliptic 
> curves
> 4f11a750df9 Trac #8744: Improve add_edge in BipartiteGraph to make it 
> independent from the current coloring
> 08aa2f8edaa Trac #33842: Upgrade python to 3.11
> 75bedf95960 Trac #34783: various details in combinat/
> 33fa8715bd5 Trac #34742: Optional package soplex (dependency of scip)
> f84915f69d8 Trac #34726: Optional package papilo (dependency of scip)
> e5cf1c0d9f2 Trac #34694: Bug in ExteriorAlgebra interior product
> ebb9b611d02 Trac #34416: Manage pexpect logs created during doctesting
> 962177a2da1 Trac #33907: interfaces/expect.py random test failure
> 66409243991 Trac #16522: lazy_import doesn't resolve properly when 
> indirectly imported
> 2114066f877 (tag: 9.8.beta6) Updated SageMath version to 9.8.beta6
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/36ff44c9-b520-46fb-bd1a-dbc6f953e1a5n%40googlegroups.com.


[sage-release] Re: Sage 9.8.beta5 released

2022-12-19 Thread &#x27;axio...@yahoo.de&#x27; via sage-release
a fix for the findstat issue is now ready at 
https://trac.sagemath.org/ticket/34841

On Monday, 12 December 2022 at 13:41:12 UTC+1 Sébastien Labbé wrote:

> On Ubuntu 18.04 + optional packages, I get:
>
> Using --optional=build,debian,dot2tex,external,glucose,pip,sage,sage_spkg
>
> Features to be detected: 
> 4ti2,benzene,bliss,buckygen,conway_polynomials,cplex,csdp,database_cremona_ellcurve,database_cremona_mini_ellcurve,database_cubic_hecke,database_jones_numfield,database_knotinfo,dvipng,ffmpeg,gfan,graphviz,gurobi,imagemagick,internet,jupymake,kenzo,latex,latex_package_tkz_graph,latte_int,lrslib,lualatex,macaulay2,magma,maple,mathematica,matlab,mcqd,meataxe,msolve,nauty,octave,palp,pandoc,pdf2svg,pdflatex,pdftocairo,phitigra,plantri,polytopes_db,polytopes_db_4d,pynormaliz,python_igraph,rubiks,sage.combinat,sage.geometry.polyhedron,sage.graphs,sage.groups,sage.misc.cython,sage.plot,sage.rings.number_field,sage.rings.padics,sage.rings.real_double,sage.symbolic,sage_numerical_backends_coin,sagemath_doc_html,scilab,sphinx,tdlib,xelatex
>
> --
> sage -t --long --random-seed=272593093326682574709721068756699862207 
> src/doc/en/reference/sat/index.rst  # Killed due to abort
> sage -t --long --random-seed=272593093326682574709721068756699862207 
> src/sage/crypto/mq/sr.py  # Killed due to abort
> sage -t --long --random-seed=272593093326682574709721068756699862207 
> src/sage/databases/findstat.py  # 2 doctests failed
> sage -t --long --random-seed=272593093326682574709721068756699862207 
> src/sage/databases/oeis.py  # 2 doctests failed
> sage -t --long --random-seed=272593093326682574709721068756699862207 
> src/sage/repl/interpreter.py  # 1 doctest failed
> sage -t --long --random-seed=272593093326682574709721068756699862207 
> src/sage/rings/polynomial/multi_polynomial_sequence.py  # Killed due to 
> abort
> sage -t --long --random-seed=272593093326682574709721068756699862207 
> src/sage/rings/polynomial/pbori/PyPolyBoRi.py  # Killed due to abort
> sage -t --long --random-seed=272593093326682574709721068756699862207 
> src/sage/rings/polynomial/pbori/fglm.py  # Killed due to abort
> sage -t --long --random-seed=272593093326682574709721068756699862207 
> src/sage/rings/polynomial/pbori/pbori.pyx  # Killed due to abort
> sage -t --long --random-seed=272593093326682574709721068756699862207 
> src/sage/rings/polynomial/polynomial_ring_constructor.py  # Killed due to 
> abort
> sage -t --long --random-seed=272593093326682574709721068756699862207 
> src/sage/sat/boolean_polynomials.py  # Killed due to abort
> sage -t --long --random-seed=272593093326682574709721068756699862207 
> src/sage/sat/solvers/dimacs.py  # Killed due to abort
> sage -t --long --random-seed=272593093326682574709721068756699862207 
> src/sage/tests/cmdline.py  # 1 doctest failed
> --
> Features detected for doctesting: 
> dvipng,ffmpeg,gfan,graphviz,imagemagick,internet,latex,latex_package_tkz_graph,lualatex,nauty,octave,palp,pandoc,pdf2svg,pdflatex,pdftocairo,sage.combinat,sage.geometry.polyhedron,sage.graphs,sage.groups,sage.misc.cython,sage.plot,sage.rings.number_field,sage.rings.padics,sage.rings.real_double,sage.symbolic,sagemath_doc_html,sphinx,xelatex
>
>
> Doctests failures are copied below.
>
> Follow-up at https://trac.sagemath.org/ticket/25536
>
>
> sage -t --long --random-seed=272593093326682574709721068756699862207 
> src/sage/repl/interpreter.py
> **
> File "src/sage/repl/interpreter.py", line 662, in 
> sage.repl.interpreter.get_test_shell
> Failed example:
> out + err
> Expected:
> ''
> Got:
> '\x1b[0 q'
> **
> 1 item had failures:
>1 of  10 in sage.repl.interpreter.get_test_shell
> 3 macaulay2 tests not run
> 7 not tested tests not run
> 2 r tests not run
> 0 tests not run because we ran out of time
> [137 tests, 1 failure, 4.42 s]
>
>
>
>
>
>
>
> sage -t --long --random-seed=114449148502975084720686639811218715769 
> src/sage/databases/oeis.py
> **
> File "src/sage/databases/oeis.py", line 1632, in 
> sage.databases.oeis.OEISSequence.cross_references
> Failed example:
> nbalanced.cross_references()  # optional -- internet
> Expected:
> ('A049703', 'A049695', 'A103116', 'A10')
> Got:
> ('A10', 'A002088', 'A011755', 'A049695', 'A049703', 'A103116')
> **
> File "src/sage/databases/oeis.py", line 1635, in 
> sage.databases.oeis.OEISSequence.cross_references
> Failed example:
> nbalanced.cross_references(fetch=True)# optional -- internet
> Expected:
> 0: A049703: a(0) = 0; for n>0, a(n) = A005598(n)/2.
> 1: A049695: Array T read by diagonals; 

[sage-release] Re: Sage 9.8.beta3 released

2022-11-11 Thread &#x27;axio...@yahoo.de&#x27; via sage-release
Ready for review.

On Wednesday, 9 November 2022 at 11:36:51 UTC+1 axio...@yahoo.de wrote:

> The findstat errors are now tracked in 
> https://trac.sagemath.org/ticket/34734
>
> On Tuesday, 8 November 2022 at 16:25:58 UTC+1 axio...@yahoo.de wrote:
>
>> The findstat errors very likely occur because findstat switched to 
>> python3 last weekend.  Some of these might be upstream errors, many thanks 
>> for the report!
>>
>> Are you going to open a ticket, or should I do it?
>>
>> Martin
>>
>> On Monday, 7 November 2022 at 13:52:05 UTC+1 Sébastien Labbé wrote:
>>
>>> On Ubuntu 18.04, with few optional/external packages, here is what I get:
>>>
>>> Running with SAGE_LOCAL='/home/slabbe/GitBox/sage/local' and 
>>> SAGE_VENV='/home/slabbe/GitBox/sage/local/var/lib/sage/venv-python3.10.8'
>>> Using --optional=build,debian,external,glucose,pip,sage,sage_spkg
>>> Features to be detected: 
>>> 4ti2,benzene,bliss,buckygen,conway_polynomials,cplex,csdp,database_cremona_ellcurve,database_cremona_mini_ellcurve,database_cubic_hecke,database_jones_numfield,database_knotinfo,dvipng,ffmpeg,gfan,graphviz,gurobi,imagemagick,internet,jupymake,kenzo,latex,latex_package_tkz_graph,latte_int,lrslib,lualatex,macaulay2,magma,maple,mathematica,matlab,mcqd,meataxe,msolve,nauty,octave,palp,pandoc,pdf2svg,pdflatex,pdftocairo,phitigra,plantri,polytopes_db,polytopes_db_4d,pynormaliz,python_igraph,rubiks,sage.combinat,sage.geometry.polyhedron,sage.graphs,sage.groups,sage.misc.cython,sage.plot,sage.rings.number_field,sage.rings.padics,sage.rings.real_double,sage.symbolic,sage_numerical_backends_coin,sagemath_doc_html,scilab,sphinx,tdlib,xelatex
>>>
>>> ...
>>>
>>> --
>>> sage -t --long --random-seed=125260421738293551212373193771007533631 
>>> src/doc/en/reference/sat/index.rst  # Killed due to abort
>>> sage -t --long --random-seed=125260421738293551212373193771007533631 
>>> src/sage/crypto/mq/sr.py  # Killed due to abort
>>> sage -t --long --random-seed=125260421738293551212373193771007533631 
>>> src/sage/databases/findstat.py  # 24 doctests failed
>>> sage -t --long --random-seed=125260421738293551212373193771007533631 
>>> src/sage/repl/interpreter.py  # 1 doctest failed
>>> sage -t --long --random-seed=125260421738293551212373193771007533631 
>>> src/sage/rings/polynomial/multi_polynomial_sequence.py  # Killed due to 
>>> abort
>>> sage -t --long --random-seed=125260421738293551212373193771007533631 
>>> src/sage/rings/polynomial/pbori/PyPolyBoRi.py  # Killed due to abort
>>> sage -t --long --random-seed=125260421738293551212373193771007533631 
>>> src/sage/rings/polynomial/pbori/fglm.py  # Killed due to abort
>>> sage -t --long --random-seed=125260421738293551212373193771007533631 
>>> src/sage/rings/polynomial/pbori/pbori.pyx  # Killed due to abort
>>> sage -t --long --random-seed=125260421738293551212373193771007533631 
>>> src/sage/rings/polynomial/polynomial_ring_constructor.py  # Killed due to 
>>> abort
>>> sage -t --long --random-seed=125260421738293551212373193771007533631 
>>> src/sage/sat/boolean_polynomials.py  # Killed due to abort
>>> sage -t --long --random-seed=125260421738293551212373193771007533631 
>>> src/sage/sat/solvers/dimacs.py  # Killed due to abort
>>> sage -t --long --random-seed=125260421738293551212373193771007533631 
>>> src/sage/tests/cmdline.py  # 1 doctest failed
>>> --
>>> Features detected for doctesting: 
>>> dvipng,ffmpeg,gfan,graphviz,imagemagick,internet,latex,latex_package_tkz_graph,lualatex,nauty,octave,palp,pandoc,pdf2svg,pdflatex,pdftocairo,sage.combinat,sage.geometry.polyhedron,sage.graphs,sage.groups,sage.misc.cython,sage.plot,sage.rings.number_field,sage.rings.padics,sage.rings.real_double,sage.symbolic,sagemath_doc_html,sphinx,xelatex
>>>
>>> Rerunning failed tests gives the same list.
>>>
>>> Follow-up at https://trac.sagemath.org/ticket/25536
>>>
>>> Among the new failures is the findstat module which is welcome back in 
>>> the list!
>>>
>>>
>>> sage -t --long --random-seed=95614862795994508165725448677302087211 
>>> src/sage/databases/findstat.py
>>> **
>>> File "src/sage/databases/findstat.py", line 49, in 
>>> sage.databases.findstat
>>> Failed example:
>>> r = findstat([(m, m.number_of_nestings()) for n in range(6) for m in 
>>> PM(2*n)], depth=1); r # optional -- internet
>>> Expected:
>>> 0: St42oMp00116 (quality [100, 100])
>>> 1: St41 (quality [20, 100])
>>> ...
>>> Got:
>>> 0: St000233 (quality [16, 100])
>>> 1: St000496 (quality [16, 100])
>>> 2: St000233oMp00112 (quality [16, 100])
>>> 3: St000496oMp00112 (quality [16, 100])
>>> 4: St000232oMp00115 (quality [12, 70])
>>> 5: St000233oMp00249 (quality [12, 70])
>>> 6: St000496oMp00249 (quality [12, 70])
>>> 

[sage-release] Re: Sage 9.8.beta3 released

2022-11-09 Thread &#x27;axio...@yahoo.de&#x27; via sage-release
The findstat errors are now tracked in 
https://trac.sagemath.org/ticket/34734

On Tuesday, 8 November 2022 at 16:25:58 UTC+1 axio...@yahoo.de wrote:

> The findstat errors very likely occur because findstat switched to python3 
> last weekend.  Some of these might be upstream errors, many thanks for the 
> report!
>
> Are you going to open a ticket, or should I do it?
>
> Martin
>
> On Monday, 7 November 2022 at 13:52:05 UTC+1 Sébastien Labbé wrote:
>
>> On Ubuntu 18.04, with few optional/external packages, here is what I get:
>>
>> Running with SAGE_LOCAL='/home/slabbe/GitBox/sage/local' and 
>> SAGE_VENV='/home/slabbe/GitBox/sage/local/var/lib/sage/venv-python3.10.8'
>> Using --optional=build,debian,external,glucose,pip,sage,sage_spkg
>> Features to be detected: 
>> 4ti2,benzene,bliss,buckygen,conway_polynomials,cplex,csdp,database_cremona_ellcurve,database_cremona_mini_ellcurve,database_cubic_hecke,database_jones_numfield,database_knotinfo,dvipng,ffmpeg,gfan,graphviz,gurobi,imagemagick,internet,jupymake,kenzo,latex,latex_package_tkz_graph,latte_int,lrslib,lualatex,macaulay2,magma,maple,mathematica,matlab,mcqd,meataxe,msolve,nauty,octave,palp,pandoc,pdf2svg,pdflatex,pdftocairo,phitigra,plantri,polytopes_db,polytopes_db_4d,pynormaliz,python_igraph,rubiks,sage.combinat,sage.geometry.polyhedron,sage.graphs,sage.groups,sage.misc.cython,sage.plot,sage.rings.number_field,sage.rings.padics,sage.rings.real_double,sage.symbolic,sage_numerical_backends_coin,sagemath_doc_html,scilab,sphinx,tdlib,xelatex
>>
>> ...
>>
>> --
>> sage -t --long --random-seed=125260421738293551212373193771007533631 
>> src/doc/en/reference/sat/index.rst  # Killed due to abort
>> sage -t --long --random-seed=125260421738293551212373193771007533631 
>> src/sage/crypto/mq/sr.py  # Killed due to abort
>> sage -t --long --random-seed=125260421738293551212373193771007533631 
>> src/sage/databases/findstat.py  # 24 doctests failed
>> sage -t --long --random-seed=125260421738293551212373193771007533631 
>> src/sage/repl/interpreter.py  # 1 doctest failed
>> sage -t --long --random-seed=125260421738293551212373193771007533631 
>> src/sage/rings/polynomial/multi_polynomial_sequence.py  # Killed due to 
>> abort
>> sage -t --long --random-seed=125260421738293551212373193771007533631 
>> src/sage/rings/polynomial/pbori/PyPolyBoRi.py  # Killed due to abort
>> sage -t --long --random-seed=125260421738293551212373193771007533631 
>> src/sage/rings/polynomial/pbori/fglm.py  # Killed due to abort
>> sage -t --long --random-seed=125260421738293551212373193771007533631 
>> src/sage/rings/polynomial/pbori/pbori.pyx  # Killed due to abort
>> sage -t --long --random-seed=125260421738293551212373193771007533631 
>> src/sage/rings/polynomial/polynomial_ring_constructor.py  # Killed due to 
>> abort
>> sage -t --long --random-seed=125260421738293551212373193771007533631 
>> src/sage/sat/boolean_polynomials.py  # Killed due to abort
>> sage -t --long --random-seed=125260421738293551212373193771007533631 
>> src/sage/sat/solvers/dimacs.py  # Killed due to abort
>> sage -t --long --random-seed=125260421738293551212373193771007533631 
>> src/sage/tests/cmdline.py  # 1 doctest failed
>> --
>> Features detected for doctesting: 
>> dvipng,ffmpeg,gfan,graphviz,imagemagick,internet,latex,latex_package_tkz_graph,lualatex,nauty,octave,palp,pandoc,pdf2svg,pdflatex,pdftocairo,sage.combinat,sage.geometry.polyhedron,sage.graphs,sage.groups,sage.misc.cython,sage.plot,sage.rings.number_field,sage.rings.padics,sage.rings.real_double,sage.symbolic,sagemath_doc_html,sphinx,xelatex
>>
>> Rerunning failed tests gives the same list.
>>
>> Follow-up at https://trac.sagemath.org/ticket/25536
>>
>> Among the new failures is the findstat module which is welcome back in 
>> the list!
>>
>>
>> sage -t --long --random-seed=95614862795994508165725448677302087211 
>> src/sage/databases/findstat.py
>> **
>> File "src/sage/databases/findstat.py", line 49, in sage.databases.findstat
>> Failed example:
>> r = findstat([(m, m.number_of_nestings()) for n in range(6) for m in 
>> PM(2*n)], depth=1); r # optional -- internet
>> Expected:
>> 0: St42oMp00116 (quality [100, 100])
>> 1: St41 (quality [20, 100])
>> ...
>> Got:
>> 0: St000233 (quality [16, 100])
>> 1: St000496 (quality [16, 100])
>> 2: St000233oMp00112 (quality [16, 100])
>> 3: St000496oMp00112 (quality [16, 100])
>> 4: St000232oMp00115 (quality [12, 70])
>> 5: St000233oMp00249 (quality [12, 70])
>> 6: St000496oMp00249 (quality [12, 70])
>> **
>> File "src/sage/databases/findstat.py", line 83, in sage.databases.findstat
>> Failed example:
>> print(r[1].statistic().description()) 
>> # o

[sage-release] Re: Sage 9.8.beta3 released

2022-11-08 Thread &#x27;axio...@yahoo.de&#x27; via sage-release
The findstat errors very likely occur because findstat switched to python3 
last weekend.  Some of these might be upstream errors, many thanks for the 
report!

Are you going to open a ticket, or should I do it?

Martin

On Monday, 7 November 2022 at 13:52:05 UTC+1 Sébastien Labbé wrote:

> On Ubuntu 18.04, with few optional/external packages, here is what I get:
>
> Running with SAGE_LOCAL='/home/slabbe/GitBox/sage/local' and 
> SAGE_VENV='/home/slabbe/GitBox/sage/local/var/lib/sage/venv-python3.10.8'
> Using --optional=build,debian,external,glucose,pip,sage,sage_spkg
> Features to be detected: 
> 4ti2,benzene,bliss,buckygen,conway_polynomials,cplex,csdp,database_cremona_ellcurve,database_cremona_mini_ellcurve,database_cubic_hecke,database_jones_numfield,database_knotinfo,dvipng,ffmpeg,gfan,graphviz,gurobi,imagemagick,internet,jupymake,kenzo,latex,latex_package_tkz_graph,latte_int,lrslib,lualatex,macaulay2,magma,maple,mathematica,matlab,mcqd,meataxe,msolve,nauty,octave,palp,pandoc,pdf2svg,pdflatex,pdftocairo,phitigra,plantri,polytopes_db,polytopes_db_4d,pynormaliz,python_igraph,rubiks,sage.combinat,sage.geometry.polyhedron,sage.graphs,sage.groups,sage.misc.cython,sage.plot,sage.rings.number_field,sage.rings.padics,sage.rings.real_double,sage.symbolic,sage_numerical_backends_coin,sagemath_doc_html,scilab,sphinx,tdlib,xelatex
>
> ...
>
> --
> sage -t --long --random-seed=125260421738293551212373193771007533631 
> src/doc/en/reference/sat/index.rst  # Killed due to abort
> sage -t --long --random-seed=125260421738293551212373193771007533631 
> src/sage/crypto/mq/sr.py  # Killed due to abort
> sage -t --long --random-seed=125260421738293551212373193771007533631 
> src/sage/databases/findstat.py  # 24 doctests failed
> sage -t --long --random-seed=125260421738293551212373193771007533631 
> src/sage/repl/interpreter.py  # 1 doctest failed
> sage -t --long --random-seed=125260421738293551212373193771007533631 
> src/sage/rings/polynomial/multi_polynomial_sequence.py  # Killed due to 
> abort
> sage -t --long --random-seed=125260421738293551212373193771007533631 
> src/sage/rings/polynomial/pbori/PyPolyBoRi.py  # Killed due to abort
> sage -t --long --random-seed=125260421738293551212373193771007533631 
> src/sage/rings/polynomial/pbori/fglm.py  # Killed due to abort
> sage -t --long --random-seed=125260421738293551212373193771007533631 
> src/sage/rings/polynomial/pbori/pbori.pyx  # Killed due to abort
> sage -t --long --random-seed=125260421738293551212373193771007533631 
> src/sage/rings/polynomial/polynomial_ring_constructor.py  # Killed due to 
> abort
> sage -t --long --random-seed=125260421738293551212373193771007533631 
> src/sage/sat/boolean_polynomials.py  # Killed due to abort
> sage -t --long --random-seed=125260421738293551212373193771007533631 
> src/sage/sat/solvers/dimacs.py  # Killed due to abort
> sage -t --long --random-seed=125260421738293551212373193771007533631 
> src/sage/tests/cmdline.py  # 1 doctest failed
> --
> Features detected for doctesting: 
> dvipng,ffmpeg,gfan,graphviz,imagemagick,internet,latex,latex_package_tkz_graph,lualatex,nauty,octave,palp,pandoc,pdf2svg,pdflatex,pdftocairo,sage.combinat,sage.geometry.polyhedron,sage.graphs,sage.groups,sage.misc.cython,sage.plot,sage.rings.number_field,sage.rings.padics,sage.rings.real_double,sage.symbolic,sagemath_doc_html,sphinx,xelatex
>
> Rerunning failed tests gives the same list.
>
> Follow-up at https://trac.sagemath.org/ticket/25536
>
> Among the new failures is the findstat module which is welcome back in the 
> list!
>
>
> sage -t --long --random-seed=95614862795994508165725448677302087211 
> src/sage/databases/findstat.py
> **
> File "src/sage/databases/findstat.py", line 49, in sage.databases.findstat
> Failed example:
> r = findstat([(m, m.number_of_nestings()) for n in range(6) for m in 
> PM(2*n)], depth=1); r # optional -- internet
> Expected:
> 0: St42oMp00116 (quality [100, 100])
> 1: St41 (quality [20, 100])
> ...
> Got:
> 0: St000233 (quality [16, 100])
> 1: St000496 (quality [16, 100])
> 2: St000233oMp00112 (quality [16, 100])
> 3: St000496oMp00112 (quality [16, 100])
> 4: St000232oMp00115 (quality [12, 70])
> 5: St000233oMp00249 (quality [12, 70])
> 6: St000496oMp00249 (quality [12, 70])
> **
> File "src/sage/databases/findstat.py", line 83, in sage.databases.findstat
> Failed example:
> print(r[1].statistic().description()) 
> # optional -- internet
> Expected:
> The number of nestings of a perfect matching.
> 
> 
> This is the number of pairs of edges $((a,b), (c,d))$ such that $a\le 
> c\le d\le b$. i.e., the edge $(c,d)$ is nested inside $(a,b)$..

Re: [sage-release] Re: Sage 9.8.beta2 released

2022-10-18 Thread &#x27;axio...@yahoo.de&#x27; via sage-release
neither worked for me.  I'm trying distclean now.

On Tuesday, 18 October 2022 at 10:52:37 UTC+2 Dima Pasechnik wrote:

> On Tue, Oct 18, 2022 at 9:15 AM 'tsc...@ucdavis.edu' via sage-release
>  wrote:
> >
> > I am not able to do an incremental build. Do we really need to do a 
> "make distclean" because of #34268?
> Hmm, probably one needs
>
> make sagelib-clean sagelib-uninstall
>
>
> if you don't need R, you can always do
>
> ./configure --disable-r
>
>
> >
> > Best,
> > Travis
> >
> >
> > On Monday, October 17, 2022 at 7:56:17 AM UTC+9 Volker Braun wrote:
> >>
> >> 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
> >>
> >> 6d31aad9f67 (tag: 9.8.beta2, trac/develop) Updated SageMath version to 
> 9.8.beta2
> >> 7acd286410f Trac #34640: fix some pep8 in words/
> >> 451e2b60ae5 Trac #34632: wrappers for acb_poly_[rl]gamma_series
> >> a6c1e4ce868 Trac #34629: Use the kbd role in the doc
> >> 986fc0512ea Trac #34625: Refresh the file free_quadratic_module
> >> dcf8a9c2dfe Trac #34622: partial cleanup in partition.py
> >> 23db2d42323 Trac #34620: pep cleanup for the file weyl_group.py
> >> 78b1fd07365 Trac #34619: fix some details in doc of charpoly_frobenius
> >> 45aacf3ba48 Trac #34613: fix some typos
> >> 8d19efa9412 Trac #34606: fix doc with respect to a change in behavior 
> for tikz method of polyhedron (since 9.7 -> since 9.8)
> >> 3916f8e9a7f Trac #34602: add some missing EXAMPLES
> >> 2111efa1142 Trac #34599: add helper function to compute all monomials 
> of a given degree
> >> 4f7754ad1eb Trac #34594: Fix error in sage.misc.latex.view doctest
> >> e77f1a43748 Trac #34585: pep8 cleanup in algebras/letterplace pyx files
> >> 47997841f5b Trac #34463: make PolynomialQuotientRing_generic inherit 
> from QuotientRing_generic
> >> 060c35f1cbb Trac #34394: pycodestyle cleanup in 
> src/sage/graphs/generic_graph.py (part 6)
> >> 66a62faa88b Trac #34647: some details in permutation groups
> >> 1a1d67ddeea Trac #34644: minor details in schemes
> >> 3384309eae7 Trac #34639: fix some W605 in pyx files in rings
> >> c448d77ee0b Trac #34618: use libgap in dual abelian group elements
> >> 33a0f7adac1 Trac #34617: fix and activate pycodestyle W391
> >> 75636756b8f Trac #34615: Update to sphinx 5.2
> >> 685a07c0fda Trac #34614: add missing EllipticCurveHom methods to Îlu 
> isogenies
> >> a7dac85cb87 Trac #34612: 1 internet doctest failing in graphs/isgci.py
> >> d9c40919205 Trac #34579: Faster iterator for planar set partitions
> >> 321f97084f9 Trac #34552: more testsuites for lazy series rings
> >> 87626b0bcd0 Trac #34470: categories of lazy series
> >> 77c6eed67ee Trac #34410: make new composite elliptic-curve isogenies 
> the default
> >> 2356379d701 Trac #33969: Implement missing KnotInfo wrappers for 
> polynomial invariants
> >> a9abd3b2da4 Trac #32874: New option "./configure --enable-wheels"
> >> 84ecc3f3575 Trac #32686: points_of_bounded_height for projective space 
> is incorrect
> >> 364b605217c Trac #29413: Meta-ticket: Upgrade cddlib, fix cddlib header 
> search for packages latte_int, gfan, topcom
> >> be3b5abefd1 Trac #34609: 5 internet doctests failing in oeis
> >> f1d4c32fba7 Trac #34607: 2 doctests failures with external software 
> octave
> >> 792d877c428 Trac #34603: Fix singular spkg-configure
> >> 12539de55cb Trac #34268: Reduce R to a dummy package, upgrade rpy2 to 
> 3.4.5
> >> ac6888e735a Trac #33680: moving _repr_fixups list from 
> doctest/parsing.py header to method do_fixup
> >> b670d032bf5 Trac #33597: Wrong computation of Hilbert polynomials
> >> 6b198bd73cd Trac #32367: Replace Lazy Power Series in species directory
> >> 00ebfa91d14 Trac #32354: Fix integral(1/max_symbolic(x, 1)^2, x, 0, oo, 
> algorithm='giac')
> >> ad120da7d6a Trac #31588: Update Normaliz to 3.9.x, pynormaliz to 2.17, 
> e-antic to 1.x, add optional package antic
> >> fd47b9927ea Trac #14222: Coercion/conversion from Cone and other 
> objects to Polyhedron
> >> de296798b65 Trac #34623: Fix broken gitpod
> >> e91fd4a93da Trac #34604: latte_int: Fix up patch
> >> 1758b6322dc Trac #34496: disallow PARI 2.15 from the system, until giac 
> is fixed
> >> 54cd6fe6de5 (tag: 9.8.beta1) Updated SageMath version to 9.8.beta1
> >
> > --
> > You received this message because you are subscribed to the Google 
> Groups "sage-release" group.
> > To unsubscribe from this group and stop receiving emails from it, send 
> an email to sage-release...@googlegroups.com.
> > To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-release/258c8001-e108-4455-85d0-a86adf8ffa5en%40googlegroups.com
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://grou

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

2022-01-16 Thread &#x27;axio...@yahoo.de&#x27; via sage-release
The findstat fixes (all trivial) are ready at 
https://trac.sagemath.org/ticket/33190.

On Saturday, 15 January 2022 at 08:09:30 UTC+1 Samuel Lelievre wrote:

> 2022-01-14 21:49 UTC, Sébastien Labbé:
> >
> > The failures with the following files are new and are copied below:
> >
> > SEED=115792415560373440200802359516411195501
> > alias sagetest="./sage -t --long --random-seed=$SEED"
> > sagetest src/sage/databases/findstat.py # 12 doctests failed
> > sagetest src/sage/databases/oeis.py # 1 doctest failed
> > sagetest src/sage/interfaces/mathematica.py # 1 doctest failed
>
> These might be a fallout of #32938, merged in Sage 9.5.rc0.
>
> - Sage Trac ticket #32938
> deactivation of the u-prefix doctest handler
> https://trac.sagemath.org/ticket/32938
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/97b73f4d-e166-40c3-bf5c-297342b10626n%40googlegroups.com.


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

2021-12-29 Thread &#x27;axio...@yahoo.de&#x27; via sage-release
The findstat failure is, unfortunately, an upstream problem, which I cannot 
fix myself.  Currently, the depth parameter is ignored in map queries.  I 
notified the person that is hopefully able to fix it.

On Wednesday, 29 December 2021 at 11:38:41 UTC+1 Sébastien Labbé wrote:

> On Ubuntu 20.04, make build works fine and running tests with few optional 
> and external packages I get:
>
> Using 
> --optional=4ti2,bliss,build,cbc,ccache,cryptominisat,database_symbolic_data,debian,debugpy,dot2tex,e_antic,external,fricas,glucose,latte_int,lidia,lrslib,normaliz,notedown,pandoc_attributes,pip,pycosat,pynormaliz,rst2ipynb,rubiks,sage,sage_numerical_backends_coin,sage_spkg
> Features to be detected: 
> 4ti2,benzene,bliss,buckygen,conway_polynomials,cplex,csdp,database_cremona_ellcurve,database_cremona_mini_ellcurve,database_jones_numfield,database_knotinfo,dvipng,ffmpeg,graphviz,gurobi,imagemagick,internet,jupymake,kenzo,latex,latex_package_tkz_graph,latte_int,lrslib,lualatex,macaulay2,magma,maple,mathematica,matlab,mcqd,meataxe,octave,pandoc,pdf2svg,pdflatex,plantri,pynormaliz,rubiks,sage.combinat,sage.geometry.polyhedron,sage.graphs,sage.plot,sage.rings.number_field,sage.rings.real_double,sage.symbolic,sage_numerical_backends_coin,scilab,tdlib,xelatex
>
> [...]
>
> --
> sage -t --long --random-seed=40537233215386142174776538763210859962 
> src/doc/en/constructions/linear_algebra.rst  # 1 doctest failed
> sage -t --long --random-seed=40537233215386142174776538763210859962 
> src/doc/en/developer/coding_in_other.rst  # 1 doctest failed
> sage -t --long --random-seed=40537233215386142174776538763210859962 
> src/sage/databases/findstat.py  # 2 doctests failed
> sage -t --long --random-seed=40537233215386142174776538763210859962 
> src/sage/databases/oeis.py  # 1 doctest failed
> sage -t --long --random-seed=40537233215386142174776538763210859962 
> src/sage/interfaces/octave.py  # 3 doctests failed
> sage -t --long --random-seed=40537233215386142174776538763210859962 
> src/sage/sat/boolean_polynomials.py  # 1 doctest failed
> sage -t --long --random-seed=40537233215386142174776538763210859962 
> src/sage/tests/cmdline.py  # 1 doctest failed
> --
> Features detected for doctesting: 
> dvipng,ffmpeg,graphviz,imagemagick,internet,latex,latex_package_tkz_graph,lualatex,octave,pandoc,pdf2svg,pdflatex,sage.combinat,sage.geometry.polyhedron,sage.graphs,sage.plot,sage.rings.number_field,sage.rings.real_double,sage.symbolic,xelatex
>
> Rerunning failed tests, the issue with boolean_polynomials.py does not 
> reappear:
>
> --
> sage -t --long --random-seed=300887881046897568887396291869982609842 
> src/doc/en/constructions/linear_algebra.rst  # 1 doctest failed
> sage -t --long --random-seed=300887881046897568887396291869982609842 
> src/doc/en/developer/coding_in_other.rst  # 1 doctest failed
> sage -t --long --random-seed=300887881046897568887396291869982609842 
> src/sage/databases/findstat.py  # 2 doctests failed
> sage -t --long --random-seed=300887881046897568887396291869982609842 
> src/sage/databases/oeis.py  # 1 doctest failed
> sage -t --long --random-seed=300887881046897568887396291869982609842 
> src/sage/interfaces/octave.py  # 3 doctests failed
> sage -t --long --random-seed=300887881046897568887396291869982609842 
> src/sage/tests/cmdline.py  # 1 doctest failed
> --
> Features detected for doctesting: internet,octave,pandoc
>
> The failures with linear_algebra.rst, coding_in_other.rst and octave.py 
> are new to me and are all related to optional octave doctests. They are 
> copied below. For comparison with other machines, the version of octave 
> available on the system is:
>
> $ octave --version
> GNU Octave, version 5.2.0
> Copyright (C) 2020 John W. Eaton and others.
> This is free software; see the source code for copying conditions.
> There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or
> FITNESS FOR A PARTICULAR PURPOSE.
> Octave was configured for "x86_64-pc-linux-gnu".
> Additional information about Octave is available at https://www.octave.org
> .
> Please contribute if you find this software useful.
> For more information, visit https://www.octave.org/get-involved.html
> Read https://www.octave.org/bugs.html to learn how to submit bug reports.
>
>
> Follow up at https://trac.sagemath.org/ticket/25536
>
> sage -t --long --random-seed=300887881046897568887396291869982609842 
> src/doc/en/constructions/linear_algebra.rst
> **
> File "src/doc/en/constructions/linear_algebra.rst", line 454, in 
> doc.en.constructions.linear_algebra
> Failed example:
> octave.solve_linear_system(A,b)# optional - octave
> Exception raised:
> Traceback (most rece

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

2021-11-30 Thread &#x27;axio...@yahoo.de&#x27; via sage-release
fixes for the fricas and findstat failures (fff) are now available on 
https://trac.sagemath.org/ticket/32886 and 
https://trac.sagemath.org/ticket/32694, in need of (very easy) review.

On Thursday, 4 November 2021 at 15:54:10 UTC+1 Sébastien Labbé wrote:

> On Ubuntu 18.04 with few optional and external packages, I get:
>
> Using 
> --optional=4ti2,build,ccache,cryptominisat,debian,dot2tex,e_antic,external,fricas,glucose,latte_int,lidia,normaliz,notedown,pandoc_attributes,pip,pycosat,pynormaliz,rst2ipynb,sage,sage.geometry.polyhedron,sage.rings.real_double,sage_numerical_backends_coin,sage_spkg
>
> --
> sage -t --long --random-seed=170457515151866577504556719043729955415 
> src/sage/combinat/designs/incidence_structures.py  # 1 doctest failed
> sage -t --long --random-seed=170457515151866577504556719043729955415 
> src/sage/databases/findstat.py  # 9 doctests failed
> sage -t --long --random-seed=170457515151866577504556719043729955415 
> src/sage/dynamics/arithmetic_dynamics/projective_ds.py  # 1 doctest failed
> sage -t --long --random-seed=170457515151866577504556719043729955415 
> src/sage/finance/stock.py  # 1 doctest failed
> sage -t --long --random-seed=170457515151866577504556719043729955415 
> src/sage/graphs/generic_graph.py  # 2 doctests failed
> sage -t --long --random-seed=170457515151866577504556719043729955415 
> src/sage/graphs/graph.py  # 3 doctests failed
> sage -t --long --random-seed=170457515151866577504556719043729955415 
> src/sage/interfaces/fricas.py  # 1 doctest failed
> sage -t --long --random-seed=170457515151866577504556719043729955415 
> src/sage/sat/solvers/dimacs.py  # 2 doctests failed
> sage -t --long --random-seed=170457515151866577504556719043729955415 
> src/sage/tests/cmdline.py  # 2 doctests failed
> --
> External software detected for doctesting: 
> ffmpeg,graphviz,imagemagick,internet,latex,octave,pandoc
>
> These failures are already listed in:
> https://trac.sagemath.org/ticket/25536
>
>
> On Friday, October 29, 2021 at 11:42:11 PM UTC+2 Volker Braun wrote:
>
>> 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 
>>
>> f716a0b366 (tag: 9.5.beta5, trac/develop) Updated SageMath version to 
>> 9.5.beta5
>> c5a87834e7 Trac #32758: fix E713 and E714 in schemes
>> 50776daec4 Trac #32757: last fixes for relint linter
>> d95005e277 Trac #32756: fix E713 and E714 in combinat
>> 60c6b1911d Trac #32755: fix E713 and E714 in rings
>> 8a27526e7c Trac #32722: argcomplete should be a standard package
>> bac0d56c89 Trac #32660: Add 
>> sage.rings.abc.{AlgebraicField,...,NumberField_quadratic}, deprecate 
>> is_AlgebraicField, ..., is_CyclotomicField, is_QuadraticField
>> 7dd78eff36 Trac #2877: security risk -- restrict the input of eval in CC 
>> constructor
>> cf1a7a533d Trac #32205: Removing deprecated parameters and methods in 
>> projective_ds
>> 0574dae5f9 Trac #32635: sage.matrix.matrix_space: Import element classes 
>> on demand, fall back to generic on ImportError
>> 61d9294bcd Trac #32743: use .pair() for quaternions instead of inlining 
>> the definition
>> bf65712f5f Trac #32739: change order of indices in doc test of quantum 
>> determinant
>> cd3aa6fbac Trac #32555: Typo in doc/en/developer/portability_testing.rst
>> 72e76991cd Trac #32446: fix doctest formatting in 
>> schemes/elliptic_curves/ell_curve_isogeny.py
>> 363c071d57 Trac #32632: computing elliptic-curve isomorphisms in 
>> characteristic 2 sometimes fails
>> 9fdf3832f9 Trac #32630: Fix docstring in Polyhedron method 
>> representative_point
>> a15c58c9d6 Trac #32582: Add colored Jones polynomial
>> f35c2c81c3 Trac #17442: Italian translation of tutorial
>> c1a55a62d1 Trac #32729: working on annotations in combinat
>> 37afc35b18 Trac #32728: Get rid of > that allows this
>> d8e6aed16d Trac #32717: Move sage.functions.other.sqrt to 
>> sage.misc.functional
>> 5ddfc23e0a Trac #32695: 5 internet doctests failing in 
>> src/sage/databases/oeis.py
>> 753406109a Trac #32656: Eliminate psutil (memory management) dependency
>> 04a39c6e1b Trac #29024: spkg-configure.m4 for singular
>> 8ba7c02710 Trac #28207: Derivative of piecewise function returns junk
>> b970bc92d1 Trac #32737: Fix doctest in src/sage/rings/integer.pyx
>> ec536c7872 Trac #32495: EllipticCurveIsogeny._richcmp_ does not use the 
>> kernel polynomial
>> 9750b0ef92 Trac #32490: multiplication_by_m_isogeny is only correct up to 
>> automorphism
>> b6b1b25e77 Trac #32469: Improve ecl interface
>> 7407db130b Trac #32445: Do not access M4RI internals
>> 5e674821ad Trac #32440: shifting power series doesn't keep track of 
>> precision correctly
>> bc6791f518 Trac #32430: remove obsolete code in 
>> EllipticCurveIsogeny.is_normalized()
>> 225ac125f8 Trac #32723: Helper function to avoid 

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

2021-09-17 Thread &#x27;axio...@yahoo.de&#x27; via sage-release
The limit/fricas failure is now ready for review at 
https://trac.sagemath.org/ticket/32525

emanuel.c...@gmail.com schrieb am Freitag, 17. September 2021 um 07:43:29 
UTC+2:

> Yep. *Mea culpa*...
>
> Le jeudi 16 septembre 2021 à 21:23:00 UTC+2, axio...@yahoo.de a écrit :
>
>>
>> Is 9.1.beta1 a typo? (Should it be 9.5.beta1?)
>> emanuel.c...@gmail.com schrieb am Donnerstag, 16. September 2021 um 
>> 19:50:00 UTC+2:
>>
>>> One more data point : ptestlong running on the “naked” 9.1.beta1 + 
>>> Fricas gives the single limit failure.
>>> ​
>>> Le jeudi 16 septembre 2021 à 16:22:26 UTC+2, Emmanuel Charpentier a 
>>> écrit :
>>>
 Data point : reinstalling Fricas gets me the `plusInfinity()/+Infinity` 
 failure in `src/sage/calculus/calculus.py`

 HTH,

 Le jeudi 16 septembre 2021 à 16:15:30 UTC+2, Emmanuel Charpentier a 
 écrit :

> Le jeudi 16 septembre 2021 à 15:11:33 UTC+2, axio…@yahoo.de a écrit :
>
> I opened https://trac.sagemath.org/ticket/32525 for the limit/FriCAS 
>> failure.  Can you check without too much work which release or even 
>> commit 
>> caused the failure?
>>
> Nope : I had a hunch about possible interference of installed 
> packages, bit the bullet and make distclean && make. So far, the 
> resulting Sage, *without any complementary package*, passes *all* 
> tests that failed with the previous versions. Next tests :
>
>- run ptestlong on this “naked” sage 
>- reinstall the optional packages 
>- re-run ptestlong. 
>
> But this will have to wait a bit…
>
> HTH, 
>
> [ Snip… ]
>
>
 ​
>


-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/9d808e65-7e72-4bc5-8400-0bb7a85a9630n%40googlegroups.com.


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

2021-09-16 Thread &#x27;axio...@yahoo.de&#x27; via sage-release

Is 9.1.beta1 a typo? (Should it be 9.5.beta1?)
emanuel.c...@gmail.com schrieb am Donnerstag, 16. September 2021 um 
19:50:00 UTC+2:

> One more data point : ptestlong running on the “naked” 9.1.beta1 + Fricas 
> gives the single limit failure.
> ​
> Le jeudi 16 septembre 2021 à 16:22:26 UTC+2, Emmanuel Charpentier a écrit :
>
>> Data point : reinstalling Fricas gets me the `plusInfinity()/+Infinity` 
>> failure in `src/sage/calculus/calculus.py`
>>
>> HTH,
>>
>> Le jeudi 16 septembre 2021 à 16:15:30 UTC+2, Emmanuel Charpentier a 
>> écrit :
>>
>>> Le jeudi 16 septembre 2021 à 15:11:33 UTC+2, axio…@yahoo.de a écrit :
>>>
>>> I opened https://trac.sagemath.org/ticket/32525 for the limit/FriCAS 
 failure.  Can you check without too much work which release or even commit 
 caused the failure?

>>> Nope : I had a hunch about possible interference of installed packages, 
>>> bit the bullet and make distclean && make. So far, the resulting Sage, 
>>> *without 
>>> any complementary package*, passes *all* tests that failed with the 
>>> previous versions. Next tests :
>>>
>>>- run ptestlong on this “naked” sage 
>>>- reinstall the optional packages 
>>>- re-run ptestlong. 
>>>
>>> But this will have to wait a bit…
>>>
>>> HTH, 
>>>
>>> [ Snip… ]
>>>
>>>
>> ​
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/fe9c70fc-7083-4d35-9eaf-6017a7325dfen%40googlegroups.com.


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

2021-09-16 Thread &#x27;axio...@yahoo.de&#x27; via sage-release
possibly https://trac.sagemath.org/ticket/31849 is the culprit for the 
limit/FriCAS failure

axio...@yahoo.de schrieb am Donnerstag, 16. September 2021 um 17:19:29 
UTC+2:

> Do you have easy access to previous sage releases? I don't see a reason 
> why this test would have passed...
>
> Martin
>
> emanuel.c...@gmail.com schrieb am Donnerstag, 16. September 2021 um 
> 16:22:26 UTC+2:
>
>> Data point : reinstalling Fricas gets me the `plusInfinity()/+Infinity` 
>> failure in `src/sage/calculus/calculus.py`
>>
>> HTH,
>>
>> Le jeudi 16 septembre 2021 à 16:15:30 UTC+2, Emmanuel Charpentier a 
>> écrit :
>>
>>> Le jeudi 16 septembre 2021 à 15:11:33 UTC+2, axio…@yahoo.de a écrit :
>>>
>>> I opened https://trac.sagemath.org/ticket/32525 for the limit/FriCAS 
 failure.  Can you check without too much work which release or even commit 
 caused the failure?

>>> Nope : I had a hunch about possible interference of installed packages, 
>>> bit the bullet and make distclean && make. So far, the resulting Sage, 
>>> *without 
>>> any complementary package*, passes *all* tests that failed with the 
>>> previous versions. Next tests :
>>>
>>>- run ptestlong on this “naked” sage 
>>>- reinstall the optional packages 
>>>- re-run ptestlong. 
>>>
>>> But this will have to wait a bit…
>>>
>>> HTH, 
>>>
>>> [ Snip… ]
>>>
>>>
>> ​
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/c2c063d4-b2b7-4d7f-a08f-10d8b60d66aen%40googlegroups.com.


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

2021-09-16 Thread &#x27;axio...@yahoo.de&#x27; via sage-release
Do you have easy access to previous sage releases? I don't see a reason why 
this test would have passed...

Martin

emanuel.c...@gmail.com schrieb am Donnerstag, 16. September 2021 um 
16:22:26 UTC+2:

> Data point : reinstalling Fricas gets me the `plusInfinity()/+Infinity` 
> failure in `src/sage/calculus/calculus.py`
>
> HTH,
>
> Le jeudi 16 septembre 2021 à 16:15:30 UTC+2, Emmanuel Charpentier a écrit :
>
>> Le jeudi 16 septembre 2021 à 15:11:33 UTC+2, axio…@yahoo.de a écrit :
>>
>> I opened https://trac.sagemath.org/ticket/32525 for the limit/FriCAS 
>>> failure.  Can you check without too much work which release or even commit 
>>> caused the failure?
>>>
>> Nope : I had a hunch about possible interference of installed packages, 
>> bit the bullet and make distclean && make. So far, the resulting Sage, 
>> *without 
>> any complementary package*, passes *all* tests that failed with the 
>> previous versions. Next tests :
>>
>>- run ptestlong on this “naked” sage 
>>- reinstall the optional packages 
>>- re-run ptestlong. 
>>
>> But this will have to wait a bit…
>>
>> HTH, 
>>
>> [ Snip… ]
>>
>>
> ​
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/87eb4a16-3430-4a8d-b2bf-4d1e3345c763n%40googlegroups.com.


[sage-release] Re: Sage 9.4.rc2 released

2021-08-17 Thread &#x27;axio...@yahoo.de&#x27; via sage-release
I am getting an unexpected failure when running the patchbot, but it seems 
not to be reproducible.

sage -t --long --random-seed=0 src/sage/doctest/control.py
**
File "src/sage/doctest/control.py", line 742, in 
sage.doctest.control.DocTestController.expand_files_into_sources
Failed example:
len(DC.sources)
Expected:
11
Got:
12
**
File "src/sage/doctest/control.py", line 836, in 
sage.doctest.control.DocTestController.sort_sources
Failed example:
print("\n".join(source.basename for source in DC.sources))
Expected:
sage.doctest.util
sage.doctest.test
sage.doctest.sources
sage.doctest.reporting
sage.doctest.parsing
sage.doctest.forker
sage.doctest.fixtures
sage.doctest.external
sage.doctest.control
sage.doctest.all
sage.doctest
Got:
sage.doctest.util
sage.doctest.test
sage.doctest.sources
sage.doctest.reporting
sage.doctest.parsing
sage.doctest.not_tested
sage.doctest.forker
sage.doctest.fixtures
sage.doctest.external
sage.doctest.control
sage.doctest.all
sage.doctest
**
2 items had failures:
   1 of  23 in 
sage.doctest.control.DocTestController.expand_files_into_sources
   1 of  12 in sage.doctest.control.DocTestController.sort_sources
[200 tests, 2 failures, 6.42 s]
--
sage -t --long --random-seed=0 src/sage/doctest/control.py  # 2 doctests 
failed
--
Volker Braun schrieb am Donnerstag, 12. August 2021 um 23:41:47 UTC+2:

> 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 
>
> 7282b2b6c6 (trac/develop, tag: 9.4.rc2) Updated SageMath version to 9.4.rc2
> 79dc8f55f8 Trac #32359: fedora 34: ./configure aborts while checking for 
> pari.cfg
> e0cbf2c965 (tag: 9.4.rc1) Updated SageMath version to 9.4.rc1
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/f9abb9f0-a5c7-4676-82ea-05d5fadd709bn%40googlegroups.com.


[sage-release] Re: Sage 9.3.rc2 released

2021-04-09 Thread &#x27;axio...@yahoo.de&#x27; via sage-release
I'm very sorry, it seems that the problem was elsewhere.  Rebuilding solved 
the issue.

axio...@yahoo.de schrieb am Freitag, 9. April 2021 um 12:54:55 UTC+2:

> Indeed, SageMath version 9.3.rc1, Release Date: 2021-03-29 works just 
> fine.
>
>
>
> axio...@yahoo.de schrieb am Freitag, 9. April 2021 um 12:38:55 UTC+2:
>
>> Unfortunately, one of the recent changes breaks the emacs interface 
>> sage-shell-mode, see https://trac.sagemath.org/ticket/31630.
>>
>> I think I recall that some display change was announced, I'll try to find 
>> out when it happened.
>>
>> Martin
>>
>> Volker Braun schrieb am Mittwoch, 7. April 2021 um 00:33:00 UTC+2:
>>
>>> 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 
>>>
>>>
>>> 824f9cccaf (tag: 9.3.rc2, trac/develop) Updated SageMath version to 
>>> 9.3.rc2
>>> 4275b275a2 Trac #31530: New subs bug caused by #30378
>>> 70711cf13d Trac #31502: GH Actions: Free more disk space
>>> f38d467ae0 Trac #31584: Fix suitesparse/cvxopt /usr/local leakage
>>> 22a11999f2 Trac #31552: Update singular to stop /usr/local from leaking 
>>> into Singular build
>>> 24d1bdb786 Trac #31523: Fix dependencies of ipywidgets
>>> ad70e647c5 Trac #31409: Make it possible to disable build of r, rpy2 
>>> using ./configure --disable-r
>>> 7b44d1cb00 Trac #30888: Make $SAGE_LOCAL/bin/sage work again from any 
>>> directory, in an environment without SAGE_* variables, following symlinks
>>> 8736c424b9 Trac #31538: i386: openssl and tachyon attempt 64-bit build 
>>> and fail
>>> c7c058bd65 Trac #31395: RuntimeError: can't start new thread (due to 
>>> memlimit)
>>> 9a1e3ccb6b Trac #31558: homomorphism of extension fields do not preserve 
>>> canonical embeddings of the base
>>> 0606dc72e3 Trac #31551: Incorrect conversion from ℚ[-i] to SR
>>> 71123d8021 Trac #30319: Upgrade cddlib to fix wrong intersection of 
>>> polytopes
>>> 3da0a29d9f Trac #31536: Fix Sage rich output problems by coupling 
>>> MathJax with html
>>> a89f81d778 (tag: 9.3.rc1) Updated SageMath version to 9.3.rc1
>>>
>>>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/0bc6b3c6-0b63-4fce-8c11-9af47d75862cn%40googlegroups.com.


[sage-release] Re: Sage 9.3.rc2 released

2021-04-09 Thread &#x27;axio...@yahoo.de&#x27; via sage-release
Indeed, SageMath version 9.3.rc1, Release Date: 2021-03-29 works just fine.



axio...@yahoo.de schrieb am Freitag, 9. April 2021 um 12:38:55 UTC+2:

> Unfortunately, one of the recent changes breaks the emacs interface 
> sage-shell-mode, see https://trac.sagemath.org/ticket/31630.
>
> I think I recall that some display change was announced, I'll try to find 
> out when it happened.
>
> Martin
>
> Volker Braun schrieb am Mittwoch, 7. April 2021 um 00:33:00 UTC+2:
>
>> 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 
>>
>>
>> 824f9cccaf (tag: 9.3.rc2, trac/develop) Updated SageMath version to 
>> 9.3.rc2
>> 4275b275a2 Trac #31530: New subs bug caused by #30378
>> 70711cf13d Trac #31502: GH Actions: Free more disk space
>> f38d467ae0 Trac #31584: Fix suitesparse/cvxopt /usr/local leakage
>> 22a11999f2 Trac #31552: Update singular to stop /usr/local from leaking 
>> into Singular build
>> 24d1bdb786 Trac #31523: Fix dependencies of ipywidgets
>> ad70e647c5 Trac #31409: Make it possible to disable build of r, rpy2 
>> using ./configure --disable-r
>> 7b44d1cb00 Trac #30888: Make $SAGE_LOCAL/bin/sage work again from any 
>> directory, in an environment without SAGE_* variables, following symlinks
>> 8736c424b9 Trac #31538: i386: openssl and tachyon attempt 64-bit build 
>> and fail
>> c7c058bd65 Trac #31395: RuntimeError: can't start new thread (due to 
>> memlimit)
>> 9a1e3ccb6b Trac #31558: homomorphism of extension fields do not preserve 
>> canonical embeddings of the base
>> 0606dc72e3 Trac #31551: Incorrect conversion from ℚ[-i] to SR
>> 71123d8021 Trac #30319: Upgrade cddlib to fix wrong intersection of 
>> polytopes
>> 3da0a29d9f Trac #31536: Fix Sage rich output problems by coupling MathJax 
>> with html
>> a89f81d778 (tag: 9.3.rc1) Updated SageMath version to 9.3.rc1
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/cb70bf2a-291a-4f7b-95d5-f4e85602f634n%40googlegroups.com.


[sage-release] Re: Sage 9.3.rc2 released

2021-04-09 Thread &#x27;axio...@yahoo.de&#x27; via sage-release
Unfortunately, one of the recent changes breaks the emacs interface 
sage-shell-mode, see https://trac.sagemath.org/ticket/31630.

I think I recall that some display change was announced, I'll try to find 
out when it happened.

Martin

Volker Braun schrieb am Mittwoch, 7. April 2021 um 00:33:00 UTC+2:

> 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 
>
>
> 824f9cccaf (tag: 9.3.rc2, trac/develop) Updated SageMath version to 9.3.rc2
> 4275b275a2 Trac #31530: New subs bug caused by #30378
> 70711cf13d Trac #31502: GH Actions: Free more disk space
> f38d467ae0 Trac #31584: Fix suitesparse/cvxopt /usr/local leakage
> 22a11999f2 Trac #31552: Update singular to stop /usr/local from leaking 
> into Singular build
> 24d1bdb786 Trac #31523: Fix dependencies of ipywidgets
> ad70e647c5 Trac #31409: Make it possible to disable build of r, rpy2 using 
> ./configure --disable-r
> 7b44d1cb00 Trac #30888: Make $SAGE_LOCAL/bin/sage work again from any 
> directory, in an environment without SAGE_* variables, following symlinks
> 8736c424b9 Trac #31538: i386: openssl and tachyon attempt 64-bit build and 
> fail
> c7c058bd65 Trac #31395: RuntimeError: can't start new thread (due to 
> memlimit)
> 9a1e3ccb6b Trac #31558: homomorphism of extension fields do not preserve 
> canonical embeddings of the base
> 0606dc72e3 Trac #31551: Incorrect conversion from ℚ[-i] to SR
> 71123d8021 Trac #30319: Upgrade cddlib to fix wrong intersection of 
> polytopes
> 3da0a29d9f Trac #31536: Fix Sage rich output problems by coupling MathJax 
> with html
> a89f81d778 (tag: 9.3.rc1) Updated SageMath version to 9.3.rc1
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/424293d2-591a-4419-a025-911645904f2cn%40googlegroups.com.


[sage-release] Re: Sage 9.3.beta0 released

2020-11-01 Thread &#x27;axio...@yahoo.de&#x27; via sage-release
On Ubuntu 20.04 I get

[openssl-1.1.1h] sage_bootstrap.tarball.FileNotMirroredError: tarball does 
not exist on mirror network 
[openssl-1.1.1h] 
 
[openssl-1.1.1h] 
 
[openssl-1.1.1h] Error downloading openssl-1.1.1h.tar.gz

axio...@yahoo.de schrieb am Sonntag, 1. November 2020 um 21:53:15 UTC+1:

> the findstat issue is fixed and has positive review, see 
> https://trac.sagemath.org/ticket/30630
>
> Sébastien Labbé schrieb am Sonntag, 1. November 2020 um 20:49:26 UTC+1:
>
>> On Ubuntu 18.04 with python3.8.0 installed, testing few optional and 
>> external packages, I obtain:
>>
>> Using 
>> --optional=4ti2,cbc,ccache,cryptominisat,database_jones_numfield,debian,dot2tex,e_antic,external,fricas,glucose,latte_int,libnauty,lidia,lrslib,memlimit,normaliz,notedown,pandoc_attributes,pip,pycosat,pynormaliz,rst2ipynb,sage,sage_numerical_backends_coin,sage_spkg
>>
>> --
>> sage -t --long --warn-long 50.3 --random-seed=0 
>> src/sage/databases/findstat.py  # 2 doctests failed
>> sage -t --long --warn-long 50.3 --random-seed=0 
>> src/sage/interfaces/singular.py  # Killed due to segmentation fault
>> sage -t --long --warn-long 50.3 --random-seed=0 
>> src/sage/lfunctions/sympow.py  # 4 doctests failed
>> sage -t --long --warn-long 50.3 --random-seed=0 
>> src/sage/schemes/elliptic_curves/ell_rational_field.py  # 2 doctests failed
>> --
>> External software detected for doctesting: 
>> ffmpeg,graphviz,imagemagick,internet,latex,octave,pandoc
>>
>> Retesting failed tests, the singular issue does not reproduce:
>>
>> --
>> sage -t --long --warn-long 50.9 --random-seed=0 
>> src/sage/databases/findstat.py  # 2 doctests failed
>> sage -t --long --warn-long 50.9 --random-seed=0 
>> src/sage/lfunctions/sympow.py  # 4 doctests failed
>> sage -t --long --warn-long 50.9 --random-seed=0 
>> src/sage/schemes/elliptic_curves/ell_rational_field.py  # 2 doctests failed
>> --
>> External software detected for doctesting: internet
>>
>> Meta-ticket Follow up at: https://trac.sagemath.org/ticket/25536
>> The findstat issue already has a positive review at 
>> https://trac.sagemath.org/ticket/30630
>> The issues with sympow.py  and ell_rational_field.py are similar 
>> (RuntimeError: failed to compute analytic rank) and are already tracked at 
>> https://trac.sagemath.org/ticket/30633. For example:
>>
>> sage -t --long --warn-long 50.9 --random-seed=0 
>> src/sage/lfunctions/sympow.py
>> **
>> File "src/sage/lfunctions/sympow.py", line 275, in 
>> sage.lfunctions.sympow.Sympow.analytic_rank
>> Failed example:
>> sympow.analytic_rank(EllipticCurve('11a'))
>> Exception raised:
>>
>> Traceback (most recent call last):
>>   File 
>> "/home/slabbe/GitBox/sage/local/lib/python3.8/site-packages/sage/doctest/forker.py",
>>  
>> line 720, in _run
>> self.compile_and_execute(example, compiler, test.globs)
>>   File 
>> "/home/slabbe/GitBox/sage/local/lib/python3.8/site-packages/sage/doctest/forker.py",
>>  
>> line 1145, in compile_and_execute
>> exec(compiled, globs)
>>   File "", 
>> line 1, in 
>> sympow.analytic_rank(EllipticCurve('11a'))
>>   File 
>> "/home/slabbe/GitBox/sage/local/lib/python3.8/site-packages/sage/lfunctions/sympow.py",
>>  
>> line 297, in analytic_rank
>> raise RuntimeError("failed to compute analytic rank")
>> RuntimeError: failed to compute analytic rank
>> **
>>
>> I can reproduce the issue on the command-line:
>>
>> sage: 
>> sympow.analytic_rank(EllipticCurve('11a'))   
>>   
>>  
>> Segmentation fault
>>
>> ---
>> RuntimeError  Traceback (most recent call 
>> last)
>>  in 
>> > 1 sympow.analytic_rank(EllipticCurve('11a'))
>> ~/GitBox/sage/local/lib/python3.8/site-packages/sage/lfunctions/sympow.py 
>> in analytic_rank(self, E)
>> 295 if i == -1:
>> 296 print(self._fix_err(v))
>> --> 297 raise RuntimeError("failed to compute analytic rank")
>> 298 j = v.rfind(':')
>> 299 r = sage.rings.all.Integer(v[i + len(s):j])
>> RuntimeError: failed to compute analytic rank
>>
>> Am I alone to have this RuntimeError? 
>>
>>
>> On Sunday, November 1, 2020 at 2:07:18 AM UTC+1 Volker Braun wrote:
>>
>>> As always, you can get the latest beta version from the "develop" git 
>>> branch. Alternati

[sage-release] Re: Sage 9.3.beta0 released

2020-11-01 Thread &#x27;axio...@yahoo.de&#x27; via sage-release
the findstat issue is fixed and has positive review, see 
https://trac.sagemath.org/ticket/30630

Sébastien Labbé schrieb am Sonntag, 1. November 2020 um 20:49:26 UTC+1:

> On Ubuntu 18.04 with python3.8.0 installed, testing few optional and 
> external packages, I obtain:
>
> Using 
> --optional=4ti2,cbc,ccache,cryptominisat,database_jones_numfield,debian,dot2tex,e_antic,external,fricas,glucose,latte_int,libnauty,lidia,lrslib,memlimit,normaliz,notedown,pandoc_attributes,pip,pycosat,pynormaliz,rst2ipynb,sage,sage_numerical_backends_coin,sage_spkg
>
> --
> sage -t --long --warn-long 50.3 --random-seed=0 
> src/sage/databases/findstat.py  # 2 doctests failed
> sage -t --long --warn-long 50.3 --random-seed=0 
> src/sage/interfaces/singular.py  # Killed due to segmentation fault
> sage -t --long --warn-long 50.3 --random-seed=0 
> src/sage/lfunctions/sympow.py  # 4 doctests failed
> sage -t --long --warn-long 50.3 --random-seed=0 
> src/sage/schemes/elliptic_curves/ell_rational_field.py  # 2 doctests failed
> --
> External software detected for doctesting: 
> ffmpeg,graphviz,imagemagick,internet,latex,octave,pandoc
>
> Retesting failed tests, the singular issue does not reproduce:
>
> --
> sage -t --long --warn-long 50.9 --random-seed=0 
> src/sage/databases/findstat.py  # 2 doctests failed
> sage -t --long --warn-long 50.9 --random-seed=0 
> src/sage/lfunctions/sympow.py  # 4 doctests failed
> sage -t --long --warn-long 50.9 --random-seed=0 
> src/sage/schemes/elliptic_curves/ell_rational_field.py  # 2 doctests failed
> --
> External software detected for doctesting: internet
>
> Meta-ticket Follow up at: https://trac.sagemath.org/ticket/25536
> The findstat issue already has a positive review at 
> https://trac.sagemath.org/ticket/30630
> The issues with sympow.py  and ell_rational_field.py are similar 
> (RuntimeError: failed to compute analytic rank) and are already tracked at 
> https://trac.sagemath.org/ticket/30633. For example:
>
> sage -t --long --warn-long 50.9 --random-seed=0 
> src/sage/lfunctions/sympow.py
> **
> File "src/sage/lfunctions/sympow.py", line 275, in 
> sage.lfunctions.sympow.Sympow.analytic_rank
> Failed example:
> sympow.analytic_rank(EllipticCurve('11a'))
> Exception raised:
>
> Traceback (most recent call last):
>   File 
> "/home/slabbe/GitBox/sage/local/lib/python3.8/site-packages/sage/doctest/forker.py",
>  
> line 720, in _run
> self.compile_and_execute(example, compiler, test.globs)
>   File 
> "/home/slabbe/GitBox/sage/local/lib/python3.8/site-packages/sage/doctest/forker.py",
>  
> line 1145, in compile_and_execute
> exec(compiled, globs)
>   File "", 
> line 1, in 
> sympow.analytic_rank(EllipticCurve('11a'))
>   File 
> "/home/slabbe/GitBox/sage/local/lib/python3.8/site-packages/sage/lfunctions/sympow.py",
>  
> line 297, in analytic_rank
> raise RuntimeError("failed to compute analytic rank")
> RuntimeError: failed to compute analytic rank
> **
>
> I can reproduce the issue on the command-line:
>
> sage: 
> sympow.analytic_rank(EllipticCurve('11a'))
>  
>  
> Segmentation fault
> ---
> RuntimeError  Traceback (most recent call last)
>  in 
> > 1 sympow.analytic_rank(EllipticCurve('11a'))
> ~/GitBox/sage/local/lib/python3.8/site-packages/sage/lfunctions/sympow.py 
> in analytic_rank(self, E)
> 295 if i == -1:
> 296 print(self._fix_err(v))
> --> 297 raise RuntimeError("failed to compute analytic rank")
> 298 j = v.rfind(':')
> 299 r = sage.rings.all.Integer(v[i + len(s):j])
> RuntimeError: failed to compute analytic rank
>
> Am I alone to have this RuntimeError? 
>
>
> On Sunday, November 1, 2020 at 2:07:18 AM UTC+1 Volker Braun wrote:
>
>> 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 
>>
>>
>> 2c87dc16f2 (tag: 9.3.beta0, trac/develop) Updated SageMath version to 
>> 9.3.beta0
>> f1e5538726 Trac #30806: refresh the ring of Schubert polynomials
>> a0ed87e05c Trac #30802: build/bin/write-dockerfile.sh: Do not fail with 
>> "build/pkgs/SPKG/type: No such file or directory"
>> b3742db124 Trac #30799: Add Folder for Manifold Examples
>> 5f8941ff4f Trac #30798: fixing low_degree and degree documentation for 
>> symbolic expressions
>> 2c3627a

Re: [sage-release] Sage 9.2.rc0 released

2020-10-07 Thread &#x27;axio...@yahoo.de&#x27; via sage-release
The findstat issue is already ready for review at 
https://trac.sagemath.org/ticket/30630.

matthia...@gmail.com schrieb am Mittwoch, 7. Oktober 2020 um 20:22:26 UTC+2:

> Thanks for catching this. I have opened 
> https://trac.sagemath.org/ticket/30740 for this.
>
>
> On Wednesday, October 7, 2020 at 2:42:10 AM UTC-7, Clemens Heuberger wrote:
>
>> In contrast to 9.2.beta14, on my Linux Mint 19.3 Tricia machine I get 
>> (after a 
>> fresh build) 
>>
>> ./sage -t -p --all --long --logfile=logs/ptestlong.log 
>> Traceback (most recent call last): 
>>File "/local/cheuberg/local/sage-9.2.rc0/src/bin/sage-runtests", line 
>> 181, in 
>>  
>>  DC = DocTestController(options, args) 
>>File 
>> "/local/cheuberg/local/sage-9.2.rc0/local/lib/python3.6/site-packages/sage/doctest/control.py",
>>  
>>
>> line 371, in __init__ 
>>  options.optional.update(system.name for system in 
>> package_systems()) 
>>File 
>> "/local/cheuberg/local/sage-9.2.rc0/local/lib/python3.6/site-packages/sage/features/__init__.py",
>>  
>>
>> line 376, in package_systems 
>>  proc = run('sage-guess-package-system', shell=True, 
>> capture_output=True, 
>> text=True, check=True) 
>>File "/usr/lib/python3.6/subprocess.py", line 423, in run 
>>  with Popen(*popenargs, **kwargs) as process: 
>> TypeError: __init__() got an unexpected keyword argument 'capture_output' 
>> Makefile:190: recipe for target 'ptestlong' failed 
>>
>>
>> So apparently my system python3 is used which is Python 3.6.9. The option 
>> capture_output has been introduced in python 3.7. The change introducing 
>> capture_output might have been introduced in Trac #30606. 
>>
>>
>>
>>
>>
>>
>> Am 06.10.20 um 23:22 schrieb 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 
>> > 
>> > f6250c2682 (tag: 9.2.rc0, trac/develop) Updated SageMath version to 
>> 9.2.rc0 
>> > 8ff504da1c Trac #30629: Reject system libgc that breaks ECL build 
>> > 8a0c61ce63 Trac #30654: Add fast matrix inverse for Hermitian 
>> positive-definite 
>> > matrices 
>> > f448467a0d Trac #30653: add the Stieltjes continued fraction of a power 
>> series 
>> > 6090756361 Trac #30645: Optimize `has_edge` of graph backend 
>> > 458be0ad92 Trac #30642: modify HAVE_GC test in flint's 
>> spkg-configure.m4 to 
>> > allow undefined HAVE_GC 
>> > 908c661ae2 Trac #30638: internet doctest failing in arith/misc.py 
>> > 08011764b2 Trac #30634: failing internet doctests using mathematica 
>> free 
>> > 5f14e96183 Trac #30632: few easy internet doctests failures to fix 
>> > 099c3ba98a Trac #30618: clean up pypolybori 
>> > 4e66cfea78 Trac #30616: Replace use of 
>> `sage.misc.package.PackageNotFoundError` 
>> > (2); lazy_import: Add keyword argument 'feature' 
>> > 8a6a415df9 Trac #30614: Set size, font, and opacity for text3d in 
>> Three.js viewer 
>> > ef0ab126ca Trac #30607: Replace use of 
>> `sage.misc.package.PackageNotFoundError`, 
>> > is_package_installed by features 
>> > e8631a7eac Trac #30606: sage.features.Feature.resolution: If SAGE_ROOT 
>> is 
>> > available, recommend system packages 
>> > e2ed7d3f2d Trac #30461: Fully-commutative stable Grothendieck crystal 
>> > 19001b58ff Trac #24802: berlekamp_massey: undefined behavior / silent 
>> invalid answer 
>> > 608db74df2 Trac #30657: Fix up "sage -p" 
>> > cecf3dbc3b Trac #30701: integer expression expected in sage-env 
>> > 91eac298eb Trac #30184: Support Python 3.9 
>> > a1810d570d Trac #30590: src/sage/cpython/debugimpl.c: remove python2 
>> code 
>> > da3658c732 Trac #30675: Follow up to #30596: missing symbol in linking 
>> on gentoo 
>> > with gcc10 
>> > a379746839 Trac #27749: is_globally_equivalent_to is not symmetric 
>> > 219bd5401d Trac #24868: Neighbor method for quadratic forms 
>> > aedd032e4b Trac #30676: Follow up to #30563 too many quotes in 
>> maxima.py 
>> > 1da6df404d (tag: 9.2.beta14) Updated SageMath version to 9.2.beta14 
>> > 
>> > -- 
>> > You received this message because you are subscribed to the Google 
>> Groups 
>> > "sage-release" group. 
>> > To unsubscribe from this group and stop receiving emails from it, send 
>> an email 
>>
> > to sage-r...@googlegroups.com 
>> > . 
>>
> > To view this discussion on the web visit 
>> > 
>> https://groups.google.com/d/msgid/sage-release/96e2d4b1-51cd-4db2-bee3-ff5c891d0980n%40googlegroups.com
>>  
>> > <
>> https://groups.google.com/d/msgid/sage-release/96e2d4b1-51cd-4db2-bee3-ff5c891d0980n%40googlegroups.com?utm_medium=email&utm_source=footer>.
>>  
>>
>>
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.go