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

2023-03-15 Thread John H Palmieri
Thank you for the reference.

On Tuesday, March 14, 2023 at 3:25:16 PM UTC-7 list...@gmail.com wrote:

>
> This is mentioned here:
> https://github.com/sagemath/sage/issues/35273
>
> Guillermo
>
> On Tue, 14 Mar 2023 at 23:09, John H Palmieri  wrote:
>
>> OS X with homebrew packages installed and very recently updated. I'm 
>> seeing some doctest failures: errors with mathematically equivalent answers 
>> but not in the correct form. This is for the following files:
>>
>> sage -t --long --random-seed=247900869917442955840282482235981848821 
>> src/sage/modular/modform_hecketriangle/readme.py  # 1 doctest failed
>> sage -t --long --random-seed=247900869917442955840282482235981848821 
>> src/sage/modular/modform_hecketriangle/abstract_space.py  # 3 doctests 
>> failed
>> sage -t --long --random-seed=247900869917442955840282482235981848821 
>> src/sage/modular/modform_hecketriangle/space.py  # 2 doctests failed
>>
>> A typical failure:
>>
>> File "src/sage/modular/modform_hecketriangle/readme.py", line 999, in 
>> sage.modular.modform_hecketriangle.readme
>> Failed example:
>> MF.F_basis(1)
>> Expected:
>> q - 13071/(64*d^2)*q^3 + O(q^4)
>> Got:
>> q + (13071/(-64*d^2))*q^3 + O(q^4)
>>
>> On Sunday, March 12, 2023 at 5:26:46 PM UTC-7 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/8d0a37e9-13f9-41fe-a6c2-ca8c3f48b9aan%40googlegroups.com.


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

2023-03-14 Thread G. M.-S.
This is mentioned here:
https://github.com/sagemath/sage/issues/35273

Guillermo

On Tue, 14 Mar 2023 at 23:09, John H Palmieri 
wrote:

> OS X with homebrew packages installed and very recently updated. I'm
> seeing some doctest failures: errors with mathematically equivalent answers
> but not in the correct form. This is for the following files:
>
> sage -t --long --random-seed=247900869917442955840282482235981848821
> src/sage/modular/modform_hecketriangle/readme.py  # 1 doctest failed
> sage -t --long --random-seed=247900869917442955840282482235981848821
> src/sage/modular/modform_hecketriangle/abstract_space.py  # 3 doctests
> failed
> sage -t --long --random-seed=247900869917442955840282482235981848821
> src/sage/modular/modform_hecketriangle/space.py  # 2 doctests failed
>
> A typical failure:
>
> File "src/sage/modular/modform_hecketriangle/readme.py", line 999, in
> sage.modular.modform_hecketriangle.readme
> Failed example:
> MF.F_basis(1)
> Expected:
> q - 13071/(64*d^2)*q^3 + O(q^4)
> Got:
> q + (13071/(-64*d^2))*q^3 + O(q^4)
>
> On Sunday, March 12, 2023 at 5:26:46 PM UTC-7 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/CANnG1884at8L%2BhDRX-cuvB-5x30JN0MLneZNokqpAiwnX-jJJg%40mail.gmail.com.