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

2024-03-29 Thread Matthias Köppe
This error is fixed in https://github.com/sagemath/sage/pull/37646

On Wednesday, March 27, 2024 at 6:57:36 PM UTC-7 John H Palmieri wrote:

> And on two OS X Apple Silicon machines running Sonoma 14.4.1, new Xcode 
> command line tools, sagelib fails to build, as reported here: 
> https://groups.google.com/g/sage-support/c/05DARjR8PFI/m/ZqCuYjhIAAAJ
>
>
> On Tuesday, March 26, 2024 at 5:20:02 PM UTC-7 John H Palmieri wrote:
>
>> OS X Intel machine, documentation fails to build with errors like
>>
>> OSError: [Errno 24] Too many open files: 
>> '/var/folders/z6/yjw_7s357yx3_mhh81__lplcgn/T/tmpu490zz15'
>>
>> I just built 10.3.rc4 on the same machine and it succeeded.
>>
>>
>> On Monday, March 25, 2024 at 5:13:42 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
>>>
>>>
>>> b693ea936fa (origin/develop, tag: 10.4.beta0) Updated SageMath version 
>>> to 10.4.beta0
>>> b0343d194ea gh-37346: `sage.schemes.generic`: fix docs
>>> 8daac35614a gh-37345: implemented function for acyclic orientations
>>> 99917591610 gh-37343: Add simple methods to convert to and from bytes 
>>> for `ZZ` and finite fields
>>> 80e3e609c41 gh-37335: some details in modules (ruff and pep)
>>> 217a01968d7 gh-37331: Fixed the doc `sets/recursively_enumerated_set.py`
>>> 1f87f98fac2 gh-37322: `sage --package create`: Attempt to bring SPKG.rst 
>>> title to a common style
>>> c8f5fa4d5db gh-37315: Reference manual: Show package list by category 
>>> (math/front-end/other)
>>> 6fa97ea57e0 gh-37309: README.md: Move all mentions of release tarballs 
>>> to the installation guide
>>> 31a08e0366e gh-37288: Directly convert PermutationGroup element into 
>>> sized Permutation
>>> bab9e4c77ed gh-37264: PDF docbuild: Reduce verbosity
>>> 58fbf26925b gh-37257: `sage.groups.generic`: Fix incorrect identity 
>>> testing
>>> 322860f867f gh-37251: ntl 11.5.1
>>> 61066b10409 gh-37198: Translate "A Tour of Sage" into Greek
>>> b3d639b6789 gh-37184: Improve Windows installation instructions
>>> ba8393ec23f gh-37127: Rerun `configure` less often
>>> 397fd3fe34d gh-37118: Fix random polynomial bias
>>> 9d73e3cc91c gh-37100: Quaternion Algebra Fractional Ideal improvements - 
>>> equivalence and reduced bases
>>> f81e21fe963 gh-37083: HTML documentation: Show preparsed doctests using 
>>> inline tabs
>>> 767c7e8f42e gh-37054: `CODE_OF_CONDUCT.md`: Do not send people to 
>>> sage-flame
>>> 1ce793911bc gh-37013: Implement the center of a universal enveloping 
>>> algebra in the PBW basis
>>> 330c35daa82 gh-37011: allowing external ECM to be called gmp-ecm or ecm
>>> 3ea5fa9ead4 gh-36971: add helper method to concatenate vectors
>>> 3abc045fbeb gh-36970: CI: Upload test stats as artifacts, improve output 
>>> of "List Docker images"
>>> 93066dbd158 gh-36907: Implementation of the quantum oscillator algebra
>>> 80a2744f046 gh-36777: spkg-configure.m4 for most external Python pkgs
>>> 78bdda47d1a gh-36748: Implement Specht modules in the tabloid basis
>>> 821d8dab96e gh-36741:  Doctest hide option: Better detection of hidden 
>>> packages
>>> ad7ee31da57 gh-36581: `sage/stats/distributions`: Implement 
>>> non-spherical Gaussian sampling over lattices
>>> b575734f3c4 gh-36329: Implement call method for elements in CDGA's
>>> 4ec03a8daa1 gh-35517: implement the depth of a quasimodular form
>>> 0c873c6fd91 gh-35029: Implement basis_of_weight for rings of 
>>> quasimodular forms
>>> ccc11b6285c (tag: 10.3, github/master) Updated SageMath version to 10.3
>>>
>>

-- 
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/aa2f7386-5e36-449b-a0af-3f3aa6595619n%40googlegroups.com.


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

2024-03-27 Thread John H Palmieri
And on two OS X Apple Silicon machines running Sonoma 14.4.1, new Xcode 
command line tools, sagelib fails to build, as reported here: 
https://groups.google.com/g/sage-support/c/05DARjR8PFI/m/ZqCuYjhIAAAJ


On Tuesday, March 26, 2024 at 5:20:02 PM UTC-7 John H Palmieri wrote:

> OS X Intel machine, documentation fails to build with errors like
>
> OSError: [Errno 24] Too many open files: 
> '/var/folders/z6/yjw_7s357yx3_mhh81__lplcgn/T/tmpu490zz15'
>
> I just built 10.3.rc4 on the same machine and it succeeded.
>
>
> On Monday, March 25, 2024 at 5:13:42 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
>>
>>
>> b693ea936fa (origin/develop, tag: 10.4.beta0) Updated SageMath version to 
>> 10.4.beta0
>> b0343d194ea gh-37346: `sage.schemes.generic`: fix docs
>> 8daac35614a gh-37345: implemented function for acyclic orientations
>> 99917591610 gh-37343: Add simple methods to convert to and from bytes for 
>> `ZZ` and finite fields
>> 80e3e609c41 gh-37335: some details in modules (ruff and pep)
>> 217a01968d7 gh-37331: Fixed the doc `sets/recursively_enumerated_set.py`
>> 1f87f98fac2 gh-37322: `sage --package create`: Attempt to bring SPKG.rst 
>> title to a common style
>> c8f5fa4d5db gh-37315: Reference manual: Show package list by category 
>> (math/front-end/other)
>> 6fa97ea57e0 gh-37309: README.md: Move all mentions of release tarballs to 
>> the installation guide
>> 31a08e0366e gh-37288: Directly convert PermutationGroup element into 
>> sized Permutation
>> bab9e4c77ed gh-37264: PDF docbuild: Reduce verbosity
>> 58fbf26925b gh-37257: `sage.groups.generic`: Fix incorrect identity 
>> testing
>> 322860f867f gh-37251: ntl 11.5.1
>> 61066b10409 gh-37198: Translate "A Tour of Sage" into Greek
>> b3d639b6789 gh-37184: Improve Windows installation instructions
>> ba8393ec23f gh-37127: Rerun `configure` less often
>> 397fd3fe34d gh-37118: Fix random polynomial bias
>> 9d73e3cc91c gh-37100: Quaternion Algebra Fractional Ideal improvements - 
>> equivalence and reduced bases
>> f81e21fe963 gh-37083: HTML documentation: Show preparsed doctests using 
>> inline tabs
>> 767c7e8f42e gh-37054: `CODE_OF_CONDUCT.md`: Do not send people to 
>> sage-flame
>> 1ce793911bc gh-37013: Implement the center of a universal enveloping 
>> algebra in the PBW basis
>> 330c35daa82 gh-37011: allowing external ECM to be called gmp-ecm or ecm
>> 3ea5fa9ead4 gh-36971: add helper method to concatenate vectors
>> 3abc045fbeb gh-36970: CI: Upload test stats as artifacts, improve output 
>> of "List Docker images"
>> 93066dbd158 gh-36907: Implementation of the quantum oscillator algebra
>> 80a2744f046 gh-36777: spkg-configure.m4 for most external Python pkgs
>> 78bdda47d1a gh-36748: Implement Specht modules in the tabloid basis
>> 821d8dab96e gh-36741:  Doctest hide option: Better detection of hidden 
>> packages
>> ad7ee31da57 gh-36581: `sage/stats/distributions`: Implement non-spherical 
>> Gaussian sampling over lattices
>> b575734f3c4 gh-36329: Implement call method for elements in CDGA's
>> 4ec03a8daa1 gh-35517: implement the depth of a quasimodular form
>> 0c873c6fd91 gh-35029: Implement basis_of_weight for rings of quasimodular 
>> forms
>> ccc11b6285c (tag: 10.3, github/master) Updated SageMath version to 10.3
>>
>

-- 
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/8f525412-0ae3-4f99-9da5-1e7d87a34cdan%40googlegroups.com.


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

2024-03-26 Thread John H Palmieri
OS X Intel machine, documentation fails to build with errors like

OSError: [Errno 24] Too many open files: 
'/var/folders/z6/yjw_7s357yx3_mhh81__lplcgn/T/tmpu490zz15'

I just built 10.3.rc4 on the same machine and it succeeded.


On Monday, March 25, 2024 at 5:13:42 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
>
>
> b693ea936fa (origin/develop, tag: 10.4.beta0) Updated SageMath version to 
> 10.4.beta0
> b0343d194ea gh-37346: `sage.schemes.generic`: fix docs
> 8daac35614a gh-37345: implemented function for acyclic orientations
> 99917591610 gh-37343: Add simple methods to convert to and from bytes for 
> `ZZ` and finite fields
> 80e3e609c41 gh-37335: some details in modules (ruff and pep)
> 217a01968d7 gh-37331: Fixed the doc `sets/recursively_enumerated_set.py`
> 1f87f98fac2 gh-37322: `sage --package create`: Attempt to bring SPKG.rst 
> title to a common style
> c8f5fa4d5db gh-37315: Reference manual: Show package list by category 
> (math/front-end/other)
> 6fa97ea57e0 gh-37309: README.md: Move all mentions of release tarballs to 
> the installation guide
> 31a08e0366e gh-37288: Directly convert PermutationGroup element into sized 
> Permutation
> bab9e4c77ed gh-37264: PDF docbuild: Reduce verbosity
> 58fbf26925b gh-37257: `sage.groups.generic`: Fix incorrect identity testing
> 322860f867f gh-37251: ntl 11.5.1
> 61066b10409 gh-37198: Translate "A Tour of Sage" into Greek
> b3d639b6789 gh-37184: Improve Windows installation instructions
> ba8393ec23f gh-37127: Rerun `configure` less often
> 397fd3fe34d gh-37118: Fix random polynomial bias
> 9d73e3cc91c gh-37100: Quaternion Algebra Fractional Ideal improvements - 
> equivalence and reduced bases
> f81e21fe963 gh-37083: HTML documentation: Show preparsed doctests using 
> inline tabs
> 767c7e8f42e gh-37054: `CODE_OF_CONDUCT.md`: Do not send people to 
> sage-flame
> 1ce793911bc gh-37013: Implement the center of a universal enveloping 
> algebra in the PBW basis
> 330c35daa82 gh-37011: allowing external ECM to be called gmp-ecm or ecm
> 3ea5fa9ead4 gh-36971: add helper method to concatenate vectors
> 3abc045fbeb gh-36970: CI: Upload test stats as artifacts, improve output 
> of "List Docker images"
> 93066dbd158 gh-36907: Implementation of the quantum oscillator algebra
> 80a2744f046 gh-36777: spkg-configure.m4 for most external Python pkgs
> 78bdda47d1a gh-36748: Implement Specht modules in the tabloid basis
> 821d8dab96e gh-36741:  Doctest hide option: Better detection of hidden 
> packages
> ad7ee31da57 gh-36581: `sage/stats/distributions`: Implement non-spherical 
> Gaussian sampling over lattices
> b575734f3c4 gh-36329: Implement call method for elements in CDGA's
> 4ec03a8daa1 gh-35517: implement the depth of a quasimodular form
> 0c873c6fd91 gh-35029: Implement basis_of_weight for rings of quasimodular 
> forms
> ccc11b6285c (tag: 10.3, github/master) Updated SageMath version to 10.3
>

-- 
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/30a67dc7-2f1c-4cba-963d-006a7f1d780dn%40googlegroups.com.