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

2023-05-30 Thread Kenji Iohara
On Mac OS 13.4 with Intel Core i5 and upgraded homebrew, it compile from
the first built.
For make ptestlong, I had

--

sage -t --long --warn-long 223.1
--random-seed=206611625835564763015916265621072613635
src/sage/libs/giac/__init__.py  # Timed out

sage -t --long --warn-long 223.1
--random-seed=206611625835564763015916265621072613635
src/sage/modular/modform_hecketriangle/readme.py  # 1 doctest failed

sage -t --long --warn-long 223.1
--random-seed=206611625835564763015916265621072613635
src/sage/modular/modform_hecketriangle/abstract_space.py  # 3 doctests
failed

sage -t --long --warn-long 223.1
--random-seed=206611625835564763015916265621072613635
src/sage/modular/modform_hecketriangle/space.py  # 2 doctests failed
--

K.

2023年5月29日(月) 3:32 Matthias Köppe :

> Probably introduced in #35619
>
>
> On Sunday, May 28, 2023 at 5:06:10 PM UTC-7 John H Palmieri wrote:
>
>> stdin.info is not in the tarball, but rather produced by `./configure`.
>> My best guess it that it's created somewhere in the check for the SPKG
>> "info".
>>
>> On Sunday, May 28, 2023 at 3:16:49 PM UTC-7 Volker Braun wrote:
>>
>>> The spurious stdin.info in the tarball can be deleted, obviously
>>> shouldn't be there
>>>
>>> On Sunday, May 28, 2023 at 10:10:23 PM UTC+2 John H Palmieri wrote:
>>>
 On OS X: after running `./configure`, I see

 % git status
 On branch develop
 Your branch is up to date with 'upstream/develop'.

 Untracked files:
   (use "git add ..." to include in what will be committed)
 stdin.info

 nothing added to commit but untracked files present (use "git add" to
 track)

 On Sunday, May 28, 2023 at 3:16:39 AM 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
>
>
> 3202f6515c9 (tag: 10.1.beta1, github/develop) Updated SageMath version
> to 10.1.beta1
> 21e8f9faf13 gh-35647: sage.graphs: More # optional and other
> modularization fixes
> 3b9d6769a5a gh-35643: Avoid redundant computations in finite field
> .conjugate() method
> 9a0d0ab08e7 gh-35641: Fix typo in documentation
> 1a73b3bbbfa gh-35635: Support sympy 1.12
> ad47780d207 gh-35634: activating more pycodestyle checks
> a80034a30e8 gh-35632: Use fixed random-seed in the "Build & Test" CI
> 43c7f500821 gh-35631: simplify some all(all(...)) in combinat and
> geometry
> 82a45094a12 gh-35630: Implement the octonions
> 92c3735b40f gh-35627: Remove jupyter-packaging for conda
> 3a9ef6b2871 gh-35623: cython-linting of unused imports in modules and
> dynamics
> 42e53e7c967 gh-35622: `Animation.ffmpeg`: Shell-quote filenames
> 4ddf9328e75 gh-35619: upgrade Maxima to 5.46.0
> 35cbd2f2a2c gh-35612: Support linbox 1.7.0 and 1.6.3 at the same time
> 72bd42eac85 gh-35610: Check for empty string before trying to evaluate
> in _element_constructor
> 733d3bcf8bd gh-35608: src/doc/common/python3.inv: Update
> 20966525b55 gh-35598: Remove global sage.all import in pytest
> ebb94731b20 gh-35596: Fix Max=Min warning in coin interacts
> a105ea688d0 gh-35591: Implement twisted affine Lie algebras
> 4ae18984028 gh-35589: `bootstrap-conda`: Skip the dummy package
> `_sagemath`
> bec5da32e35 gh-35586: `sage.geometry`: Add some `# optional`, reformat
> doctests
> be0aab74fd7 gh-35584: Support networkx 3.1
> a62543d2423 gh-35582: Fix discrepancy in partitions between provided
> number and starting partition
> cb2f3c0a424 gh-35581: `sage.{topology,homology}`: Modularization fixes
> be85e35f283 gh-35578: refactor: improve initialization of
> combinatorial polyhedron
> eb25bd0b36b gh-35577: refactor: outsource methods in combinatorial
> polyhedron
> f5a86be3577 gh-35576: simplify some trivial iterations
> 570eba54caa gh-35575: some details in commutative dga
> 18a217ec738 gh-35574: details on complex reflection groups
> 39619d41009 gh-35567: some typing and code tweaks in MZV
> f25807fb94d gh-35457: `sage.rings`: Reformat doctests, add `#
> optional` annotations
> 8eb148454f0 gh-35407: pkg-config should be `_bootstrap`, not
> `_prereq`, on all distros
> 7404764fb27 (tag: 10.1.beta0) Updated SageMath version to 10.1.beta0
>
 --
> 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/9c3343c1-54d5-4154-9ea1-70761e08f287n%40googlegroups.com
> 

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

2023-05-28 Thread Matthias Köppe
Probably introduced in #35619


On Sunday, May 28, 2023 at 5:06:10 PM UTC-7 John H Palmieri wrote:

> stdin.info is not in the tarball, but rather produced by `./configure`. 
> My best guess it that it's created somewhere in the check for the SPKG 
> "info".
>
> On Sunday, May 28, 2023 at 3:16:49 PM UTC-7 Volker Braun wrote:
>
>> The spurious stdin.info in the tarball can be deleted, obviously 
>> shouldn't be there 
>>
>> On Sunday, May 28, 2023 at 10:10:23 PM UTC+2 John H Palmieri wrote:
>>
>>> On OS X: after running `./configure`, I see
>>>
>>> % git status
>>> On branch develop
>>> Your branch is up to date with 'upstream/develop'.
>>>
>>> Untracked files:
>>>   (use "git add ..." to include in what will be committed)
>>> stdin.info
>>>
>>> nothing added to commit but untracked files present (use "git add" to 
>>> track)
>>>
>>> On Sunday, May 28, 2023 at 3:16:39 AM 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


 3202f6515c9 (tag: 10.1.beta1, github/develop) Updated SageMath version 
 to 10.1.beta1
 21e8f9faf13 gh-35647: sage.graphs: More # optional and other 
 modularization fixes
 3b9d6769a5a gh-35643: Avoid redundant computations in finite field 
 .conjugate() method
 9a0d0ab08e7 gh-35641: Fix typo in documentation
 1a73b3bbbfa gh-35635: Support sympy 1.12
 ad47780d207 gh-35634: activating more pycodestyle checks
 a80034a30e8 gh-35632: Use fixed random-seed in the "Build & Test" CI
 43c7f500821 gh-35631: simplify some all(all(...)) in combinat and 
 geometry
 82a45094a12 gh-35630: Implement the octonions
 92c3735b40f gh-35627: Remove jupyter-packaging for conda
 3a9ef6b2871 gh-35623: cython-linting of unused imports in modules and 
 dynamics
 42e53e7c967 gh-35622: `Animation.ffmpeg`: Shell-quote filenames
 4ddf9328e75 gh-35619: upgrade Maxima to 5.46.0
 35cbd2f2a2c gh-35612: Support linbox 1.7.0 and 1.6.3 at the same time
 72bd42eac85 gh-35610: Check for empty string before trying to evaluate 
 in _element_constructor
 733d3bcf8bd gh-35608: src/doc/common/python3.inv: Update
 20966525b55 gh-35598: Remove global sage.all import in pytest
 ebb94731b20 gh-35596: Fix Max=Min warning in coin interacts
 a105ea688d0 gh-35591: Implement twisted affine Lie algebras
 4ae18984028 gh-35589: `bootstrap-conda`: Skip the dummy package 
 `_sagemath`
 bec5da32e35 gh-35586: `sage.geometry`: Add some `# optional`, reformat 
 doctests
 be0aab74fd7 gh-35584: Support networkx 3.1
 a62543d2423 gh-35582: Fix discrepancy in partitions between provided 
 number and starting partition
 cb2f3c0a424 gh-35581: `sage.{topology,homology}`: Modularization fixes
 be85e35f283 gh-35578: refactor: improve initialization of combinatorial 
 polyhedron
 eb25bd0b36b gh-35577: refactor: outsource methods in combinatorial 
 polyhedron
 f5a86be3577 gh-35576: simplify some trivial iterations
 570eba54caa gh-35575: some details in commutative dga
 18a217ec738 gh-35574: details on complex reflection groups
 39619d41009 gh-35567: some typing and code tweaks in MZV
 f25807fb94d gh-35457: `sage.rings`: Reformat doctests, add `# optional` 
 annotations
 8eb148454f0 gh-35407: pkg-config should be `_bootstrap`, not `_prereq`, 
 on all distros
 7404764fb27 (tag: 10.1.beta0) Updated SageMath version to 10.1.beta0

>>>

-- 
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/9c3343c1-54d5-4154-9ea1-70761e08f287n%40googlegroups.com.


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

2023-05-28 Thread John H Palmieri
stdin.info is not in the tarball, but rather produced by `./configure`. My 
best guess it that it's created somewhere in the check for the SPKG "info".

On Sunday, May 28, 2023 at 3:16:49 PM UTC-7 Volker Braun wrote:

> The spurious stdin.info in the tarball can be deleted, obviously 
> shouldn't be there 
>
> On Sunday, May 28, 2023 at 10:10:23 PM UTC+2 John H Palmieri wrote:
>
>> On OS X: after running `./configure`, I see
>>
>> % git status
>> On branch develop
>> Your branch is up to date with 'upstream/develop'.
>>
>> Untracked files:
>>   (use "git add ..." to include in what will be committed)
>> stdin.info
>>
>> nothing added to commit but untracked files present (use "git add" to 
>> track)
>>
>> On Sunday, May 28, 2023 at 3:16:39 AM 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
>>>
>>>
>>> 3202f6515c9 (tag: 10.1.beta1, github/develop) Updated SageMath version 
>>> to 10.1.beta1
>>> 21e8f9faf13 gh-35647: sage.graphs: More # optional and other 
>>> modularization fixes
>>> 3b9d6769a5a gh-35643: Avoid redundant computations in finite field 
>>> .conjugate() method
>>> 9a0d0ab08e7 gh-35641: Fix typo in documentation
>>> 1a73b3bbbfa gh-35635: Support sympy 1.12
>>> ad47780d207 gh-35634: activating more pycodestyle checks
>>> a80034a30e8 gh-35632: Use fixed random-seed in the "Build & Test" CI
>>> 43c7f500821 gh-35631: simplify some all(all(...)) in combinat and 
>>> geometry
>>> 82a45094a12 gh-35630: Implement the octonions
>>> 92c3735b40f gh-35627: Remove jupyter-packaging for conda
>>> 3a9ef6b2871 gh-35623: cython-linting of unused imports in modules and 
>>> dynamics
>>> 42e53e7c967 gh-35622: `Animation.ffmpeg`: Shell-quote filenames
>>> 4ddf9328e75 gh-35619: upgrade Maxima to 5.46.0
>>> 35cbd2f2a2c gh-35612: Support linbox 1.7.0 and 1.6.3 at the same time
>>> 72bd42eac85 gh-35610: Check for empty string before trying to evaluate 
>>> in _element_constructor
>>> 733d3bcf8bd gh-35608: src/doc/common/python3.inv: Update
>>> 20966525b55 gh-35598: Remove global sage.all import in pytest
>>> ebb94731b20 gh-35596: Fix Max=Min warning in coin interacts
>>> a105ea688d0 gh-35591: Implement twisted affine Lie algebras
>>> 4ae18984028 gh-35589: `bootstrap-conda`: Skip the dummy package 
>>> `_sagemath`
>>> bec5da32e35 gh-35586: `sage.geometry`: Add some `# optional`, reformat 
>>> doctests
>>> be0aab74fd7 gh-35584: Support networkx 3.1
>>> a62543d2423 gh-35582: Fix discrepancy in partitions between provided 
>>> number and starting partition
>>> cb2f3c0a424 gh-35581: `sage.{topology,homology}`: Modularization fixes
>>> be85e35f283 gh-35578: refactor: improve initialization of combinatorial 
>>> polyhedron
>>> eb25bd0b36b gh-35577: refactor: outsource methods in combinatorial 
>>> polyhedron
>>> f5a86be3577 gh-35576: simplify some trivial iterations
>>> 570eba54caa gh-35575: some details in commutative dga
>>> 18a217ec738 gh-35574: details on complex reflection groups
>>> 39619d41009 gh-35567: some typing and code tweaks in MZV
>>> f25807fb94d gh-35457: `sage.rings`: Reformat doctests, add `# optional` 
>>> annotations
>>> 8eb148454f0 gh-35407: pkg-config should be `_bootstrap`, not `_prereq`, 
>>> on all distros
>>> 7404764fb27 (tag: 10.1.beta0) Updated SageMath version to 10.1.beta0
>>>
>>

-- 
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/9d1d617a-b46d-4722-8d75-bcc93ab99a38n%40googlegroups.com.


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

2023-05-28 Thread Volker Braun
The spurious stdin.info in the tarball can be deleted, obviously shouldn't 
be there 

On Sunday, May 28, 2023 at 10:10:23 PM UTC+2 John H Palmieri wrote:

> On OS X: after running `./configure`, I see
>
> % git status
> On branch develop
> Your branch is up to date with 'upstream/develop'.
>
> Untracked files:
>   (use "git add ..." to include in what will be committed)
> stdin.info
>
> nothing added to commit but untracked files present (use "git add" to 
> track)
>
> On Sunday, May 28, 2023 at 3:16:39 AM 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
>>
>>
>> 3202f6515c9 (tag: 10.1.beta1, github/develop) Updated SageMath version to 
>> 10.1.beta1
>> 21e8f9faf13 gh-35647: sage.graphs: More # optional and other 
>> modularization fixes
>> 3b9d6769a5a gh-35643: Avoid redundant computations in finite field 
>> .conjugate() method
>> 9a0d0ab08e7 gh-35641: Fix typo in documentation
>> 1a73b3bbbfa gh-35635: Support sympy 1.12
>> ad47780d207 gh-35634: activating more pycodestyle checks
>> a80034a30e8 gh-35632: Use fixed random-seed in the "Build & Test" CI
>> 43c7f500821 gh-35631: simplify some all(all(...)) in combinat and geometry
>> 82a45094a12 gh-35630: Implement the octonions
>> 92c3735b40f gh-35627: Remove jupyter-packaging for conda
>> 3a9ef6b2871 gh-35623: cython-linting of unused imports in modules and 
>> dynamics
>> 42e53e7c967 gh-35622: `Animation.ffmpeg`: Shell-quote filenames
>> 4ddf9328e75 gh-35619: upgrade Maxima to 5.46.0
>> 35cbd2f2a2c gh-35612: Support linbox 1.7.0 and 1.6.3 at the same time
>> 72bd42eac85 gh-35610: Check for empty string before trying to evaluate in 
>> _element_constructor
>> 733d3bcf8bd gh-35608: src/doc/common/python3.inv: Update
>> 20966525b55 gh-35598: Remove global sage.all import in pytest
>> ebb94731b20 gh-35596: Fix Max=Min warning in coin interacts
>> a105ea688d0 gh-35591: Implement twisted affine Lie algebras
>> 4ae18984028 gh-35589: `bootstrap-conda`: Skip the dummy package 
>> `_sagemath`
>> bec5da32e35 gh-35586: `sage.geometry`: Add some `# optional`, reformat 
>> doctests
>> be0aab74fd7 gh-35584: Support networkx 3.1
>> a62543d2423 gh-35582: Fix discrepancy in partitions between provided 
>> number and starting partition
>> cb2f3c0a424 gh-35581: `sage.{topology,homology}`: Modularization fixes
>> be85e35f283 gh-35578: refactor: improve initialization of combinatorial 
>> polyhedron
>> eb25bd0b36b gh-35577: refactor: outsource methods in combinatorial 
>> polyhedron
>> f5a86be3577 gh-35576: simplify some trivial iterations
>> 570eba54caa gh-35575: some details in commutative dga
>> 18a217ec738 gh-35574: details on complex reflection groups
>> 39619d41009 gh-35567: some typing and code tweaks in MZV
>> f25807fb94d gh-35457: `sage.rings`: Reformat doctests, add `# optional` 
>> annotations
>> 8eb148454f0 gh-35407: pkg-config should be `_bootstrap`, not `_prereq`, 
>> on all distros
>> 7404764fb27 (tag: 10.1.beta0) Updated SageMath version to 10.1.beta0
>>
>

-- 
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/5edb0a64-8d6c-44c1-89b8-960b08af41ban%40googlegroups.com.


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

2023-05-28 Thread John H Palmieri
On OS X: after running `./configure`, I see

% git status
On branch develop
Your branch is up to date with 'upstream/develop'.

Untracked files:
  (use "git add ..." to include in what will be committed)
stdin.info

nothing added to commit but untracked files present (use "git add" to track)

On Sunday, May 28, 2023 at 3:16:39 AM 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
>
>
> 3202f6515c9 (tag: 10.1.beta1, github/develop) Updated SageMath version to 
> 10.1.beta1
> 21e8f9faf13 gh-35647: sage.graphs: More # optional and other 
> modularization fixes
> 3b9d6769a5a gh-35643: Avoid redundant computations in finite field 
> .conjugate() method
> 9a0d0ab08e7 gh-35641: Fix typo in documentation
> 1a73b3bbbfa gh-35635: Support sympy 1.12
> ad47780d207 gh-35634: activating more pycodestyle checks
> a80034a30e8 gh-35632: Use fixed random-seed in the "Build & Test" CI
> 43c7f500821 gh-35631: simplify some all(all(...)) in combinat and geometry
> 82a45094a12 gh-35630: Implement the octonions
> 92c3735b40f gh-35627: Remove jupyter-packaging for conda
> 3a9ef6b2871 gh-35623: cython-linting of unused imports in modules and 
> dynamics
> 42e53e7c967 gh-35622: `Animation.ffmpeg`: Shell-quote filenames
> 4ddf9328e75 gh-35619: upgrade Maxima to 5.46.0
> 35cbd2f2a2c gh-35612: Support linbox 1.7.0 and 1.6.3 at the same time
> 72bd42eac85 gh-35610: Check for empty string before trying to evaluate in 
> _element_constructor
> 733d3bcf8bd gh-35608: src/doc/common/python3.inv: Update
> 20966525b55 gh-35598: Remove global sage.all import in pytest
> ebb94731b20 gh-35596: Fix Max=Min warning in coin interacts
> a105ea688d0 gh-35591: Implement twisted affine Lie algebras
> 4ae18984028 gh-35589: `bootstrap-conda`: Skip the dummy package `_sagemath`
> bec5da32e35 gh-35586: `sage.geometry`: Add some `# optional`, reformat 
> doctests
> be0aab74fd7 gh-35584: Support networkx 3.1
> a62543d2423 gh-35582: Fix discrepancy in partitions between provided 
> number and starting partition
> cb2f3c0a424 gh-35581: `sage.{topology,homology}`: Modularization fixes
> be85e35f283 gh-35578: refactor: improve initialization of combinatorial 
> polyhedron
> eb25bd0b36b gh-35577: refactor: outsource methods in combinatorial 
> polyhedron
> f5a86be3577 gh-35576: simplify some trivial iterations
> 570eba54caa gh-35575: some details in commutative dga
> 18a217ec738 gh-35574: details on complex reflection groups
> 39619d41009 gh-35567: some typing and code tweaks in MZV
> f25807fb94d gh-35457: `sage.rings`: Reformat doctests, add `# optional` 
> annotations
> 8eb148454f0 gh-35407: pkg-config should be `_bootstrap`, not `_prereq`, on 
> all distros
> 7404764fb27 (tag: 10.1.beta0) Updated SageMath version to 10.1.beta0
>

-- 
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/cb8c8081-0fbd-4946-9a91-1d01812815a6n%40googlegroups.com.