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

2020-08-13 Thread Samuel Lelievre
2020-08-13 21:59:31 UTC, Dima Pasechnik:
>
> OK, I tried to reproduce this on a Mac, and indeed the build hangs 
> waiting for some parallel process to finish: 
> On hitting ctrl-C, it always (the stage of the docbuild may differ though) 
> shows the following backtrace: 
> ... 
> [dochtml] KeyboardInterrupt 
>

The hang occurs even with `make -j1`.

-- 
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/06455f10-9dd7-435d-8f7e-17f22c0f8cbco%40googlegroups.com.


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

2020-08-13 Thread Dima Pasechnik
OK, I tried to reproduce this on a Mac, and indeed the build hangs
waiting for some parallel process to finish:
On hitting ctrl-C, it always (the stage of the docbuild may differ though)
shows the following backtrace:
...
[dochtml] [a_tour_of] dumping search index in English (code: en)... done
[dochtml] [a_tour_of] The HTML pages are in
local/share/doc/sage/html/tr/a_tour_of_sage.
[dochtml] Build finished. The built documents can be found in
/Users/dima/software/sagetrac-mirror/local/share/doc/sage/html/tr/a_tour_of_sage

^C[dochtml] Error building the documentation.
[dochtml] Traceback (most recent call last):
[dochtml]   File
"/usr/local/Cellar/python@3.7/3.7.8_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/runpy.py",
line 193, in _run_module_as_main
[dochtml] "__main__", mod_spec)
[dochtml]   File
"/usr/local/Cellar/python@3.7/3.7.8_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/runpy.py",
line 85, in _run_code
[dochtml] exec(code, run_globals)
[dochtml]   File
"/Users/dima/software/sagetrac-mirror/local/lib/python3.7/site-packages/sage_setup/docbuild/__main__.py",
line 2, in 
[dochtml] main()
[dochtml]   File
"/Users/dima/software/sagetrac-mirror/local/lib/python3.7/site-packages/sage_setup/docbuild/__init__.py",
line 1721, in main
[dochtml] builder()
[dochtml]   File
"/Users/dima/software/sagetrac-mirror/local/lib/python3.7/site-packages/sage_setup/docbuild/__init__.py",
line 337, in _wrapper
[dochtml] build_many(build_other_doc, L)
[dochtml]   File
"/Users/dima/software/sagetrac-mirror/local/lib/python3.7/site-packages/sage_setup/docbuild/__init__.py",
line 281, in build_many
[dochtml] _build_many(target, args, processes=NUM_THREADS)
[dochtml]   File
"/Users/dima/software/sagetrac-mirror/local/lib/python3.7/site-packages/sage_setup/docbuild/utils.py",
line 263, in build_many
[dochtml] waited_pid, waited_exitcode = wait_for_one()
[dochtml]   File
"/Users/dima/software/sagetrac-mirror/local/lib/python3.7/site-packages/sage_setup/docbuild/utils.py",
line 179, in wait_for_one
[dochtml] pid, sts = os.wait()
[dochtml]   File "src/cysignals/signals.pyx", line 320, in
cysignals.signals.python_check_interrupt
[dochtml] KeyboardInterrupt


On Thu, Aug 13, 2020 at 9:31 PM John H Palmieri  wrote:
>
>
>
> On Thursday, August 13, 2020 at 12:24:05 PM UTC-7, Dima Pasechnik wrote:
>>
>>
>>
>> On Thu, 13 Aug 2020, 20:03 John H Palmieri,  wrote:
>>>
>>>
>>>
>>> On Thursday, August 13, 2020 at 11:44:59 AM UTC-7, Samuel Lelievre wrote:

 I opened a ticket for the issue reported by John:

 - Fix building html documentation on macOS
   https://trac.sagemath.org/ticket/30351

 I tried applying #30345 but the problem persisted.
 Then I realised Dima mentioned #30345 in relation to
 timeouts when running make testalllong on Debian,
 not in relation to the dochtml issue on macOS.  : /
>>>
>>>
>>> Thank you for opening the ticket. Independently I had tried #30345 to see 
>>> if it would fix the problem, but I also see the problem with "make 
>>> doc-clean" followed by "./sage --docbuild all html", which should not be 
>>> affected by #30345.
>>
>>
>> #30345 matters if you set MAKE to "make -jX" for X>1
>
>
> Yes, but if you build the docs with "sage --docbuild ...", the changes in 
> #30345 should have no effect: they should only matter if you use "make". The 
> fact that the problem persists whether using "make doc-html" or "sage 
> --docbuild ..." means that #30345 won't fix the problem.
>>
>>
>>
>>> --
>>> 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/d87277ae-08bd-44a8-81a5-960b9c383192o%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://groups.google.com/d/msgid/sage-release/64545f00-0ff3-4400-b883-ecdd38821fd8o%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://groups.google.com/d/msgid/sage-release/CAAWYfq2kq6yVBoLukbkSMUvFZ0aKg05-ZhFNfG3qAFoyN87%2B4A%40mail.gmail.com.


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

2020-08-13 Thread John H Palmieri


On Thursday, August 13, 2020 at 12:24:05 PM UTC-7, Dima Pasechnik wrote:
>
>
>
> On Thu, 13 Aug 2020, 20:03 John H Palmieri,  > wrote:
>
>>
>>
>> On Thursday, August 13, 2020 at 11:44:59 AM UTC-7, Samuel Lelievre wrote:
>>>
>>> I opened a ticket for the issue reported by John:
>>>
>>> - Fix building html documentation on macOS
>>>   https://trac.sagemath.org/ticket/30351
>>>
>>> I tried applying #30345 but the problem persisted.
>>> Then I realised Dima mentioned #30345 in relation to
>>> timeouts when running make testalllong on Debian,
>>> not in relation to the dochtml issue on macOS.  : /
>>>
>>
>> Thank you for opening the ticket. Independently I had tried #30345 to see 
>> if it would fix the problem, but I also see the problem with "make 
>> doc-clean" followed by "./sage --docbuild all html", which should not be 
>> affected by #30345. 
>>
>
> #30345 matters if you set MAKE to "make -jX" for X>1
>

Yes, but if you build the docs with "sage --docbuild ...", the changes in 
#30345 should have no effect: they should only matter if you use "make". 
The fact that the problem persists whether using "make doc-html" or "sage 
--docbuild ..." means that #30345 won't fix the problem.

>
>
> -- 
>> 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/d87277ae-08bd-44a8-81a5-960b9c383192o%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://groups.google.com/d/msgid/sage-release/64545f00-0ff3-4400-b883-ecdd38821fd8o%40googlegroups.com.


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

2020-08-13 Thread 'Justin C. Walker' via sage-release



> On Aug 10, 2020, at 15:51 , 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 

Built from fresh clones of the 9.2.b8 branch, on three macOS systems: 10.13.6 
(2019 iMac Pro, 18-core Xeon W); 10.14.6 (2017 MBP, Quad-core Core i7); and 
10.15.6 (2019 MBP, 8-core Core i9).

No problems with any of the builds, and testing (‘ptestlong’) on each completed 
with no failures.

Justin

--
Justin C. Walker, Curmudgeon at Large
Director
Institute for the Enhancement of the Director's income
---
Question 43:
What if the hokey pokey
really *is* what it’s all about?
--

-- 
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/4B93B716-DF92-43CE-93D2-B219DA278424%40mac.com.


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

2020-08-13 Thread Dima Pasechnik
On Thu, 13 Aug 2020, 20:03 John H Palmieri,  wrote:

>
>
> On Thursday, August 13, 2020 at 11:44:59 AM UTC-7, Samuel Lelievre wrote:
>>
>> I opened a ticket for the issue reported by John:
>>
>> - Fix building html documentation on macOS
>>   https://trac.sagemath.org/ticket/30351
>>
>> I tried applying #30345 but the problem persisted.
>> Then I realised Dima mentioned #30345 in relation to
>> timeouts when running make testalllong on Debian,
>> not in relation to the dochtml issue on macOS.  : /
>>
>
> Thank you for opening the ticket. Independently I had tried #30345 to see
> if it would fix the problem, but I also see the problem with "make
> doc-clean" followed by "./sage --docbuild all html", which should not be
> affected by #30345.
>

#30345 matters if you set MAKE to "make -jX" for X>1


-- 
> 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/d87277ae-08bd-44a8-81a5-960b9c383192o%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://groups.google.com/d/msgid/sage-release/CAAWYfq2kFRg4eksDFpqJuuS8QvJ1PViVmDWpRTSsmUJfOc45nw%40mail.gmail.com.


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

2020-08-13 Thread John H Palmieri


On Thursday, August 13, 2020 at 11:44:59 AM UTC-7, Samuel Lelievre wrote:
>
> I opened a ticket for the issue reported by John:
>
> - Fix building html documentation on macOS
>   https://trac.sagemath.org/ticket/30351
>
> I tried applying #30345 but the problem persisted.
> Then I realised Dima mentioned #30345 in relation to
> timeouts when running make testalllong on Debian,
> not in relation to the dochtml issue on macOS.  : /
>

Thank you for opening the ticket. Independently I had tried #30345 to see 
if it would fix the problem, but I also see the problem with "make 
doc-clean" followed by "./sage --docbuild all html", which should not be 
affected by #30345. 

-- 
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/d87277ae-08bd-44a8-81a5-960b9c383192o%40googlegroups.com.


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

2020-08-13 Thread Samuel Lelievre
I opened a ticket for the issue reported by John:

- Fix building html documentation on macOS
  https://trac.sagemath.org/ticket/30351

I tried applying #30345 but the problem persisted.
Then I realised Dima mentioned #30345 in relation to
timeouts when running make testalllong on Debian,
not in relation to the dochtml issue on macOS.  : /

-- 
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/1f862531-f68a-4554-9577-3c3f4cdc4abdo%40googlegroups.com.


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

2020-08-13 Thread John H Palmieri
What happens if you do "make doc-clean; make"?

On Thursday, August 13, 2020 at 12:36:42 AM UTC-7, David Coudert wrote:
>
> on my side, incremental build from beta7 (including documentation) on OSX 
> went well.
>
> Le 13 août 2020 à 07:35, John H Palmieri  > a écrit :
>
> I'm having a problem with this on OS X: both with an incremental upgrade 
> (after doing "make doc-clean") and a build from scratch, the build hangs 
> during the docbuilding stage. If I manually build "constructions" and 
> "thematic_tutorials" with "sage --docbuild constructions html" etc., the 
> build completes, but not otherwise. This isn't happening with 9.2.beta7, 
> but it is happening consistently with 9.2.beta8. Any ideas?
>
>
> On Monday, August 10, 2020 at 3:51:35 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 
>>
>>
>> 415221a9a8 (trac/develop, tag: 9.2.beta8) Updated SageMath version to 
>> 9.2.beta8
>> ab502c6901 Trac #30287: sage.tensor.modules.free_module_basis: Add 
>> testsuite
>> f148ee505b Trac #30237: Make .coxeter_matrix() return a CoxeterMatrix for 
>> coxeter3-implemented groups
>> 075edbb1f6 Trac #30177: build/bin/sage-system-python: Improve check for a 
>> suitable python
>> 2f73418deb Trac #30159: Adding new small graph structures
>> b78fa7bc86 Trac #30318: Dot and cross products along a differentiable map
>> 8f4e3779f6 Trac #30291: Scalar Field Arithmetics: Trivial Cases
>> d423d08e7d Trac #30280: Immutability of Affine Connections
>> e336f00ef3 Trac #30194: Extend FreeModule factory to construction of 
>> FiniteRankFreeModule and CombinatorialFreeModule
>> 2c85de4715 Trac #29701: Replace use of module_list and OptionalExtension 
>> by extending find_python_sources
>> d600162861 Trac #29205: character art fails for LieAlgebra elements
>> 05d310c5cf Trac #30314: p-adic nth-root fails for some extensions
>> 315bde2aec Trac #30289: Error in display of a continuous map between open 
>> intervals
>> 7190161153 Trac #30288: Immutability for Sections
>> a9e4141b37 Trac #30285: Affine Connection with Copy
>> 61d70b1f6d Trac #30282: Make symmetrica/spkg-configure.m4 respect quiet 
>> mode
>> 81635f190c Trac #30279: Update FAQ
>> 70d7d21bd3 Trac #30274: Immutability of Tensor Fields
>> 35d9d52b25 Trac #30270: Random failure in number_field_ideal_rel.py
>> 7b224d83c0 Trac #30266: Immutability for scalar fields
>> b679a2d444 Trac #30255: FiniteRankFreeModule: Move all module 
>> identifications to methods exterior_power, dual_exterior_power, 
>> tensor_module
>> dfdae6fa93 Trac #30176: Update matplotlib to 3.3
>> ed79ba3a3f Trac #30248: Normaliz backend is broken with double 
>> description input
>> f55701e735 Trac #28197: upgrade to ipython 7
>> 663c71bb89 Trac #30299: Minimal fix for broken jupyter notebook
>> 775cce3cf3 Trac #3360: Upgrade sympow to 2.023.6 (for GCC 10 support)
>> 85dbda0b65 Trac #30167: Allow Coxeter groups implemented with coxeter3 to 
>> respect the relabelling of a CartanType
>> f7e1cca52e Trac #30160: Deprecate "sage --ba-force"
>> 29cee91214 Trac #30136: Three.js: Examples for documentation need 
>> online=True
>> f48b893d25 Trac #30119: Implement functions to construct unicode 
>> sub/superscripts from integers
>> bb3fd3963c Trac #27895: Add custom bounding box for matrix_plot
>> a10868b3bd Trac #30267: Coercion via restriction of chart functions
>> 8a544963b1 Trac #30254: TensorFreeModule._an_element_: Create a default 
>> basis in the base module if necessary
>> 2c0efbdfa4 Trac #30253: Coset graph of linear codes
>> 4f0836fc14 Trac #30250: FiniteRankFreeModule: Simplify unique 
>> representation code for dependent modules
>> 9911c15488 Trac #30227: Use both SINGULAR_INCDIR and SINGULAR_CFLAGS
>> 760b7d8daf Trac #30225: Fix deprecation warnings when unpickling pynac 
>> objects with Python 3.8
>> 26f3a5e7b8 Trac #30224: Fix configure quiet mode as it lets a few things 
>> through
>> 8a015f485a Trac #30208: List Assignment for Bundle Connections
>> 71b530802d Trac #30181: Immutable elements of FreeModuleTensor
>> 7579d4e363 Trac #30169: FiniteRankFreeModule needs __classcall__
>> 4fbd27b488 Trac #29825: Clean-up for src/bin/sage-env, move 
>> src/bin/sage-clone-source, src/bin/sage-sdist to build/bin
>> e9c25be297 Trac #22760: Add support for __matmul__ in the coercion model
>> 31bc43bf8c Trac #20970: Gabidulin Codes
>> b539712d44 Trac #30231: Fix gp2c spkg-configure
>> 34e01d1ef4 Trac #29766: Upgrade NumPy to 1.19.1, scipy to 1.5.2, networkx 
>> to 2.4, add pybind11 package
>> 3925b0f008 Trac #30230: Fix docstrings in 
>> sage/coding/linear_rank_metric.py
>> 83caa4befa (tag: 9.2.beta7) Updated SageMath version to 9.2.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 

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

2020-08-13 Thread John H Palmieri
I'm using 10.15.6, 2017 iMac. Same thing with the system Python vs. Sage's 
own. I have a bunch of homebrew packages installed, too.

On Thursday, August 13, 2020 at 1:55:44 AM UTC-7, Dima Pasechnik wrote:
>
> different versions of macOS? 
>
> On Thu, Aug 13, 2020 at 8:36 AM David Coudert  > wrote: 
> > 
> > on my side, incremental build from beta7 (including documentation) on 
> OSX went well. 
> > 
> > Le 13 août 2020 à 07:35, John H Palmieri  > a écrit : 
> > 
> > I'm having a problem with this on OS X: both with an incremental upgrade 
> (after doing "make doc-clean") and a build from scratch, the build hangs 
> during the docbuilding stage. If I manually build "constructions" and 
> "thematic_tutorials" with "sage --docbuild constructions html" etc., the 
> build completes, but not otherwise. This isn't happening with 9.2.beta7, 
> but it is happening consistently with 9.2.beta8. Any ideas? 
> > 
> > 
> > On Monday, August 10, 2020 at 3:51:35 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 
> >> 
> >> 
> >> 415221a9a8 (trac/develop, tag: 9.2.beta8) Updated SageMath version to 
> 9.2.beta8 
> >> ab502c6901 Trac #30287: sage.tensor.modules.free_module_basis: Add 
> testsuite 
> >> f148ee505b Trac #30237: Make .coxeter_matrix() return a CoxeterMatrix 
> for coxeter3-implemented groups 
> >> 075edbb1f6 Trac #30177: build/bin/sage-system-python: Improve check for 
> a suitable python 
> >> 2f73418deb Trac #30159: Adding new small graph structures 
> >> b78fa7bc86 Trac #30318: Dot and cross products along a differentiable 
> map 
> >> 8f4e3779f6 Trac #30291: Scalar Field Arithmetics: Trivial Cases 
> >> d423d08e7d Trac #30280: Immutability of Affine Connections 
> >> e336f00ef3 Trac #30194: Extend FreeModule factory to construction of 
> FiniteRankFreeModule and CombinatorialFreeModule 
> >> 2c85de4715 Trac #29701: Replace use of module_list and 
> OptionalExtension by extending find_python_sources 
> >> d600162861 Trac #29205: character art fails for LieAlgebra elements 
> >> 05d310c5cf Trac #30314: p-adic nth-root fails for some extensions 
> >> 315bde2aec Trac #30289: Error in display of a continuous map between 
> open intervals 
> >> 7190161153 Trac #30288: Immutability for Sections 
> >> a9e4141b37 Trac #30285: Affine Connection with Copy 
> >> 61d70b1f6d Trac #30282: Make symmetrica/spkg-configure.m4 respect quiet 
> mode 
> >> 81635f190c Trac #30279: Update FAQ 
> >> 70d7d21bd3 Trac #30274: Immutability of Tensor Fields 
> >> 35d9d52b25 Trac #30270: Random failure in number_field_ideal_rel.py 
> >> 7b224d83c0 Trac #30266: Immutability for scalar fields 
> >> b679a2d444 Trac #30255: FiniteRankFreeModule: Move all module 
> identifications to methods exterior_power, dual_exterior_power, 
> tensor_module 
> >> dfdae6fa93 Trac #30176: Update matplotlib to 3.3 
> >> ed79ba3a3f Trac #30248: Normaliz backend is broken with double 
> description input 
> >> f55701e735 Trac #28197: upgrade to ipython 7 
> >> 663c71bb89 Trac #30299: Minimal fix for broken jupyter notebook 
> >> 775cce3cf3 Trac #3360: Upgrade sympow to 2.023.6 (for GCC 10 support) 
> >> 85dbda0b65 Trac #30167: Allow Coxeter groups implemented with coxeter3 
> to respect the relabelling of a CartanType 
> >> f7e1cca52e Trac #30160: Deprecate "sage --ba-force" 
> >> 29cee91214 Trac #30136: Three.js: Examples for documentation need 
> online=True 
> >> f48b893d25 Trac #30119: Implement functions to construct unicode 
> sub/superscripts from integers 
> >> bb3fd3963c Trac #27895: Add custom bounding box for matrix_plot 
> >> a10868b3bd Trac #30267: Coercion via restriction of chart functions 
> >> 8a544963b1 Trac #30254: TensorFreeModule._an_element_: Create a default 
> basis in the base module if necessary 
> >> 2c0efbdfa4 Trac #30253: Coset graph of linear codes 
> >> 4f0836fc14 Trac #30250: FiniteRankFreeModule: Simplify unique 
> representation code for dependent modules 
> >> 9911c15488 Trac #30227: Use both SINGULAR_INCDIR and SINGULAR_CFLAGS 
> >> 760b7d8daf Trac #30225: Fix deprecation warnings when unpickling pynac 
> objects with Python 3.8 
> >> 26f3a5e7b8 Trac #30224: Fix configure quiet mode as it lets a few 
> things through 
> >> 8a015f485a Trac #30208: List Assignment for Bundle Connections 
> >> 71b530802d Trac #30181: Immutable elements of FreeModuleTensor 
> >> 7579d4e363 Trac #30169: FiniteRankFreeModule needs __classcall__ 
> >> 4fbd27b488 Trac #29825: Clean-up for src/bin/sage-env, move 
> src/bin/sage-clone-source, src/bin/sage-sdist to build/bin 
> >> e9c25be297 Trac #22760: Add support for __matmul__ in the coercion 
> model 
> >> 31bc43bf8c Trac #20970: Gabidulin Codes 
> >> b539712d44 Trac #30231: Fix gp2c spkg-configure 
> >> 34e01d1ef4 Trac #29766: Upgrade NumPy to 1.19.1, scipy to 1.5.2, 
> networkx to 2.4, add pybind11 package 
> >> 

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

2020-08-13 Thread Samuel Lelièvre
2020-08-13 11:35 UTC, Samuel Lelièvre:
>
> Thanks! On Debian 10, success with `make`, and a few transient
> timeouts and failures for `make testalllong`.
>
> Doctesting these files individually afterwards,
> each of them gave "All tests passed!"

... but that's because when doctesting individually
I forgot to put the appropriate "--optional=...".

-- 
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/CAEcArF1cN5e2uo60hHk9%2BSqkUz8%3D3sb-SK%3D7Cp31R_%3DQE2VYjg%40mail.gmail.com.


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

2020-08-13 Thread Dima Pasechnik
could it be https://trac.sagemath.org/ticket/30345 ?

On Thu, Aug 13, 2020 at 12:35 PM Samuel Lelièvre
 wrote:
>
> Le mar. 11 août 2020 à 00:51, 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
>
> Thanks! On Debian 10, success with `make`, and a few transient
> timeouts and failures for `make testalllong`.
>
> ```
> --
> ./sage -t --long --random-seed=0 src/sage/calculus/calculus.py  # Timed out
> ./sage -t --long --random-seed=0 src/sage/databases/findstat.py  # 17
> doctests failed
> ./sage -t --long --random-seed=0 src/sage/databases/oeis.py  # 1 doctest 
> failed
> ./sage -t --long --random-seed=0 src/sage/doctest/external.py  # Timed out
> ./sage -t --long --random-seed=0 src/sage/functions/gamma.py  # Timed out
> ./sage -t --long --random-seed=0 src/sage/interfaces/maple.py  # 15
> doctests failed
> ./sage -t --long --random-seed=0 src/sage/interfaces/interface.py  # Timed out
> ./sage -t --long --random-seed=0 src/sage/interfaces/mathematica.py  # Timed 
> out
> ./sage -t --long --random-seed=0 src/sage/interfaces/octave.py  # 3
> doctests failed
> ./sage -t --long --random-seed=0 src/sage/interfaces/scilab.py  # Timed out
> ./sage -t --long --random-seed=0 src/sage/matrix/matrix1.pyx  # Timed out
> ./sage -t --long --random-seed=0 src/sage/misc/remote_file.py  # 1
> doctest failed
> ./sage -t --long --random-seed=0 src/sage/misc/functional.py  # Timed out
> ./sage -t --long --random-seed=0
> src/sage/modules/free_module_element.pyx  # Timed out
> ./sage -t --long --random-seed=0 src/sage/plot/plot.py  # 88 doctests failed
> ./sage -t --long --random-seed=0 src/sage/plot/graphics.py  # 63 doctests 
> failed
> ./sage -t --long --random-seed=0 src/sage/symbolic/constants_c.pyx  # Timed 
> out
> ./sage -t --long --random-seed=0 src/sage/symbolic/constants.py  # Timed out
> ./sage -t --long --random-seed=0 src/sage/symbolic/expression.pyx  # Timed out
> ./sage -t --long --random-seed=0
> src/sage/symbolic/integration/integral.py  # Timed out
> ./sage -t --long --random-seed=0 src/sage/tests/benchmark.py  # Timed out
> ./sage -t --long --random-seed=0
> src/doc/en/constructions/interface_issues.rst  # 1 doctest failed
> ./sage -t --long --random-seed=0
> src/doc/en/constructions/linear_algebra.rst  # 1 doctest failed
> ./sage -t --long --random-seed=0
> src/doc/en/developer/coding_in_other.rst  # 1 doctest failed
> --
> Total time for all tests: 36318.7 seconds
> cpu time: 10268.6 seconds
> cumulative wall time: 10657.8 seconds
> External software detected for doctesting:
> ffmpeg,graphviz,imagemagick,internet,latex,macaulay2,maple,octave,pandoc
> make: *** [Makefile:181: testalllong] Error 5
> ```
>
> Doctesting these files individually afterwards,
> each of them gave "All tests passed!"
>
> --
> 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/CAEcArF3WNYJaEUZzAbCUpf_ZxHeZWNP366XE_0CYYfrBhJ-QPw%40mail.gmail.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://groups.google.com/d/msgid/sage-release/CAAWYfq1fgUOUgSm0YPmPSTh1iDt8ZM%3Db%3Dspv2AJbt%3DigxG5Tng%40mail.gmail.com.


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

2020-08-13 Thread Samuel Lelièvre
Le mar. 11 août 2020 à 00:51, 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

Thanks! On Debian 10, success with `make`, and a few transient
timeouts and failures for `make testalllong`.

```
--
./sage -t --long --random-seed=0 src/sage/calculus/calculus.py  # Timed out
./sage -t --long --random-seed=0 src/sage/databases/findstat.py  # 17
doctests failed
./sage -t --long --random-seed=0 src/sage/databases/oeis.py  # 1 doctest failed
./sage -t --long --random-seed=0 src/sage/doctest/external.py  # Timed out
./sage -t --long --random-seed=0 src/sage/functions/gamma.py  # Timed out
./sage -t --long --random-seed=0 src/sage/interfaces/maple.py  # 15
doctests failed
./sage -t --long --random-seed=0 src/sage/interfaces/interface.py  # Timed out
./sage -t --long --random-seed=0 src/sage/interfaces/mathematica.py  # Timed out
./sage -t --long --random-seed=0 src/sage/interfaces/octave.py  # 3
doctests failed
./sage -t --long --random-seed=0 src/sage/interfaces/scilab.py  # Timed out
./sage -t --long --random-seed=0 src/sage/matrix/matrix1.pyx  # Timed out
./sage -t --long --random-seed=0 src/sage/misc/remote_file.py  # 1
doctest failed
./sage -t --long --random-seed=0 src/sage/misc/functional.py  # Timed out
./sage -t --long --random-seed=0
src/sage/modules/free_module_element.pyx  # Timed out
./sage -t --long --random-seed=0 src/sage/plot/plot.py  # 88 doctests failed
./sage -t --long --random-seed=0 src/sage/plot/graphics.py  # 63 doctests failed
./sage -t --long --random-seed=0 src/sage/symbolic/constants_c.pyx  # Timed out
./sage -t --long --random-seed=0 src/sage/symbolic/constants.py  # Timed out
./sage -t --long --random-seed=0 src/sage/symbolic/expression.pyx  # Timed out
./sage -t --long --random-seed=0
src/sage/symbolic/integration/integral.py  # Timed out
./sage -t --long --random-seed=0 src/sage/tests/benchmark.py  # Timed out
./sage -t --long --random-seed=0
src/doc/en/constructions/interface_issues.rst  # 1 doctest failed
./sage -t --long --random-seed=0
src/doc/en/constructions/linear_algebra.rst  # 1 doctest failed
./sage -t --long --random-seed=0
src/doc/en/developer/coding_in_other.rst  # 1 doctest failed
--
Total time for all tests: 36318.7 seconds
cpu time: 10268.6 seconds
cumulative wall time: 10657.8 seconds
External software detected for doctesting:
ffmpeg,graphviz,imagemagick,internet,latex,macaulay2,maple,octave,pandoc
make: *** [Makefile:181: testalllong] Error 5
```

Doctesting these files individually afterwards,
each of them gave "All tests passed!"

-- 
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/CAEcArF3WNYJaEUZzAbCUpf_ZxHeZWNP366XE_0CYYfrBhJ-QPw%40mail.gmail.com.


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

2020-08-13 Thread Samuel Lelièvre
2020-08-13 05:35 UTC, John H Palmieri:
>
> I'm having a problem with this on OS X: both with an incremental
> upgrade (after doing "make doc-clean") and a build from scratch,
> the build hangs during the docbuilding stage.

Same here with this configuration:
- MacBook Air, Early 2014
- macOS 10.14.6 Mojave
- Homebrew installed with many packages
Trying to build Sage 9.2.beta8 hangs on dochtml.
There was no such problem with Sage 9.2.beta7.

> If I manually build "constructions" and "thematic_tutorials" with
> "sage --docbuild constructions html" etc., the build completes,
> but not otherwise.

I have not tried that but indeed the build hangs on "constructions":

```
$  tail -n 7 /.../logs/dochtml.log
[faq  ] The HTML pages are in local/share/doc/sage/html/en/faq.
Build finished. The built documents can be found in
/.../local/share/doc/sage/html/en/faq

Building en/constructions.

[construct] building [html]: targets for 16 source files that are out of date
[construct] updating environment: [new config] 16 added, 0 changed, 0 removed
```

-- 
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/CAEcArF3ZzJWMPYxqkiX595RTxn8hRL7msw%3DsV_9UrrgmSLpBKA%40mail.gmail.com.


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

2020-08-13 Thread David Coudert
macOS Mojave 10.14.6
macbook air early 2014 with core i7 1.7GHz


> Le 13 août 2020 à 10:55, Dima Pasechnik  a écrit :
> 
> different versions of macOS?
> 
> On Thu, Aug 13, 2020 at 8:36 AM David Coudert  wrote:
>> 
>> on my side, incremental build from beta7 (including documentation) on OSX 
>> went well.
>> 
>> Le 13 août 2020 à 07:35, John H Palmieri  a écrit :
>> 
>> I'm having a problem with this on OS X: both with an incremental upgrade 
>> (after doing "make doc-clean") and a build from scratch, the build hangs 
>> during the docbuilding stage. If I manually build "constructions" and 
>> "thematic_tutorials" with "sage --docbuild constructions html" etc., the 
>> build completes, but not otherwise. This isn't happening with 9.2.beta7, but 
>> it is happening consistently with 9.2.beta8. Any ideas?
>> 
>> 
>> On Monday, August 10, 2020 at 3:51:35 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
>>> 
>>> 
>>> 415221a9a8 (trac/develop, tag: 9.2.beta8) Updated SageMath version to 
>>> 9.2.beta8
>>> ab502c6901 Trac #30287: sage.tensor.modules.free_module_basis: Add testsuite
>>> f148ee505b Trac #30237: Make .coxeter_matrix() return a CoxeterMatrix for 
>>> coxeter3-implemented groups
>>> 075edbb1f6 Trac #30177: build/bin/sage-system-python: Improve check for a 
>>> suitable python
>>> 2f73418deb Trac #30159: Adding new small graph structures
>>> b78fa7bc86 Trac #30318: Dot and cross products along a differentiable map
>>> 8f4e3779f6 Trac #30291: Scalar Field Arithmetics: Trivial Cases
>>> d423d08e7d Trac #30280: Immutability of Affine Connections
>>> e336f00ef3 Trac #30194: Extend FreeModule factory to construction of 
>>> FiniteRankFreeModule and CombinatorialFreeModule
>>> 2c85de4715 Trac #29701: Replace use of module_list and OptionalExtension by 
>>> extending find_python_sources
>>> d600162861 Trac #29205: character art fails for LieAlgebra elements
>>> 05d310c5cf Trac #30314: p-adic nth-root fails for some extensions
>>> 315bde2aec Trac #30289: Error in display of a continuous map between open 
>>> intervals
>>> 7190161153 Trac #30288: Immutability for Sections
>>> a9e4141b37 Trac #30285: Affine Connection with Copy
>>> 61d70b1f6d Trac #30282: Make symmetrica/spkg-configure.m4 respect quiet mode
>>> 81635f190c Trac #30279: Update FAQ
>>> 70d7d21bd3 Trac #30274: Immutability of Tensor Fields
>>> 35d9d52b25 Trac #30270: Random failure in number_field_ideal_rel.py
>>> 7b224d83c0 Trac #30266: Immutability for scalar fields
>>> b679a2d444 Trac #30255: FiniteRankFreeModule: Move all module 
>>> identifications to methods exterior_power, dual_exterior_power, 
>>> tensor_module
>>> dfdae6fa93 Trac #30176: Update matplotlib to 3.3
>>> ed79ba3a3f Trac #30248: Normaliz backend is broken with double description 
>>> input
>>> f55701e735 Trac #28197: upgrade to ipython 7
>>> 663c71bb89 Trac #30299: Minimal fix for broken jupyter notebook
>>> 775cce3cf3 Trac #3360: Upgrade sympow to 2.023.6 (for GCC 10 support)
>>> 85dbda0b65 Trac #30167: Allow Coxeter groups implemented with coxeter3 to 
>>> respect the relabelling of a CartanType
>>> f7e1cca52e Trac #30160: Deprecate "sage --ba-force"
>>> 29cee91214 Trac #30136: Three.js: Examples for documentation need 
>>> online=True
>>> f48b893d25 Trac #30119: Implement functions to construct unicode 
>>> sub/superscripts from integers
>>> bb3fd3963c Trac #27895: Add custom bounding box for matrix_plot
>>> a10868b3bd Trac #30267: Coercion via restriction of chart functions
>>> 8a544963b1 Trac #30254: TensorFreeModule._an_element_: Create a default 
>>> basis in the base module if necessary
>>> 2c0efbdfa4 Trac #30253: Coset graph of linear codes
>>> 4f0836fc14 Trac #30250: FiniteRankFreeModule: Simplify unique 
>>> representation code for dependent modules
>>> 9911c15488 Trac #30227: Use both SINGULAR_INCDIR and SINGULAR_CFLAGS
>>> 760b7d8daf Trac #30225: Fix deprecation warnings when unpickling pynac 
>>> objects with Python 3.8
>>> 26f3a5e7b8 Trac #30224: Fix configure quiet mode as it lets a few things 
>>> through
>>> 8a015f485a Trac #30208: List Assignment for Bundle Connections
>>> 71b530802d Trac #30181: Immutable elements of FreeModuleTensor
>>> 7579d4e363 Trac #30169: FiniteRankFreeModule needs __classcall__
>>> 4fbd27b488 Trac #29825: Clean-up for src/bin/sage-env, move 
>>> src/bin/sage-clone-source, src/bin/sage-sdist to build/bin
>>> e9c25be297 Trac #22760: Add support for __matmul__ in the coercion model
>>> 31bc43bf8c Trac #20970: Gabidulin Codes
>>> b539712d44 Trac #30231: Fix gp2c spkg-configure
>>> 34e01d1ef4 Trac #29766: Upgrade NumPy to 1.19.1, scipy to 1.5.2, networkx 
>>> to 2.4, add pybind11 package
>>> 3925b0f008 Trac #30230: Fix docstrings in sage/coding/linear_rank_metric.py
>>> 83caa4befa (tag: 9.2.beta7) Updated SageMath version to 9.2.beta7
>>> 
>> 
>> --
>> You 

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

2020-08-13 Thread Dima Pasechnik
different versions of macOS?

On Thu, Aug 13, 2020 at 8:36 AM David Coudert  wrote:
>
> on my side, incremental build from beta7 (including documentation) on OSX 
> went well.
>
> Le 13 août 2020 à 07:35, John H Palmieri  a écrit :
>
> I'm having a problem with this on OS X: both with an incremental upgrade 
> (after doing "make doc-clean") and a build from scratch, the build hangs 
> during the docbuilding stage. If I manually build "constructions" and 
> "thematic_tutorials" with "sage --docbuild constructions html" etc., the 
> build completes, but not otherwise. This isn't happening with 9.2.beta7, but 
> it is happening consistently with 9.2.beta8. Any ideas?
>
>
> On Monday, August 10, 2020 at 3:51:35 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
>>
>>
>> 415221a9a8 (trac/develop, tag: 9.2.beta8) Updated SageMath version to 
>> 9.2.beta8
>> ab502c6901 Trac #30287: sage.tensor.modules.free_module_basis: Add testsuite
>> f148ee505b Trac #30237: Make .coxeter_matrix() return a CoxeterMatrix for 
>> coxeter3-implemented groups
>> 075edbb1f6 Trac #30177: build/bin/sage-system-python: Improve check for a 
>> suitable python
>> 2f73418deb Trac #30159: Adding new small graph structures
>> b78fa7bc86 Trac #30318: Dot and cross products along a differentiable map
>> 8f4e3779f6 Trac #30291: Scalar Field Arithmetics: Trivial Cases
>> d423d08e7d Trac #30280: Immutability of Affine Connections
>> e336f00ef3 Trac #30194: Extend FreeModule factory to construction of 
>> FiniteRankFreeModule and CombinatorialFreeModule
>> 2c85de4715 Trac #29701: Replace use of module_list and OptionalExtension by 
>> extending find_python_sources
>> d600162861 Trac #29205: character art fails for LieAlgebra elements
>> 05d310c5cf Trac #30314: p-adic nth-root fails for some extensions
>> 315bde2aec Trac #30289: Error in display of a continuous map between open 
>> intervals
>> 7190161153 Trac #30288: Immutability for Sections
>> a9e4141b37 Trac #30285: Affine Connection with Copy
>> 61d70b1f6d Trac #30282: Make symmetrica/spkg-configure.m4 respect quiet mode
>> 81635f190c Trac #30279: Update FAQ
>> 70d7d21bd3 Trac #30274: Immutability of Tensor Fields
>> 35d9d52b25 Trac #30270: Random failure in number_field_ideal_rel.py
>> 7b224d83c0 Trac #30266: Immutability for scalar fields
>> b679a2d444 Trac #30255: FiniteRankFreeModule: Move all module 
>> identifications to methods exterior_power, dual_exterior_power, tensor_module
>> dfdae6fa93 Trac #30176: Update matplotlib to 3.3
>> ed79ba3a3f Trac #30248: Normaliz backend is broken with double description 
>> input
>> f55701e735 Trac #28197: upgrade to ipython 7
>> 663c71bb89 Trac #30299: Minimal fix for broken jupyter notebook
>> 775cce3cf3 Trac #3360: Upgrade sympow to 2.023.6 (for GCC 10 support)
>> 85dbda0b65 Trac #30167: Allow Coxeter groups implemented with coxeter3 to 
>> respect the relabelling of a CartanType
>> f7e1cca52e Trac #30160: Deprecate "sage --ba-force"
>> 29cee91214 Trac #30136: Three.js: Examples for documentation need online=True
>> f48b893d25 Trac #30119: Implement functions to construct unicode 
>> sub/superscripts from integers
>> bb3fd3963c Trac #27895: Add custom bounding box for matrix_plot
>> a10868b3bd Trac #30267: Coercion via restriction of chart functions
>> 8a544963b1 Trac #30254: TensorFreeModule._an_element_: Create a default 
>> basis in the base module if necessary
>> 2c0efbdfa4 Trac #30253: Coset graph of linear codes
>> 4f0836fc14 Trac #30250: FiniteRankFreeModule: Simplify unique representation 
>> code for dependent modules
>> 9911c15488 Trac #30227: Use both SINGULAR_INCDIR and SINGULAR_CFLAGS
>> 760b7d8daf Trac #30225: Fix deprecation warnings when unpickling pynac 
>> objects with Python 3.8
>> 26f3a5e7b8 Trac #30224: Fix configure quiet mode as it lets a few things 
>> through
>> 8a015f485a Trac #30208: List Assignment for Bundle Connections
>> 71b530802d Trac #30181: Immutable elements of FreeModuleTensor
>> 7579d4e363 Trac #30169: FiniteRankFreeModule needs __classcall__
>> 4fbd27b488 Trac #29825: Clean-up for src/bin/sage-env, move 
>> src/bin/sage-clone-source, src/bin/sage-sdist to build/bin
>> e9c25be297 Trac #22760: Add support for __matmul__ in the coercion model
>> 31bc43bf8c Trac #20970: Gabidulin Codes
>> b539712d44 Trac #30231: Fix gp2c spkg-configure
>> 34e01d1ef4 Trac #29766: Upgrade NumPy to 1.19.1, scipy to 1.5.2, networkx to 
>> 2.4, add pybind11 package
>> 3925b0f008 Trac #30230: Fix docstrings in sage/coding/linear_rank_metric.py
>> 83caa4befa (tag: 9.2.beta7) Updated SageMath version to 9.2.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 

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

2020-08-13 Thread David Coudert
on my side, incremental build from beta7 (including documentation) on OSX went 
well.

> Le 13 août 2020 à 07:35, John H Palmieri  a écrit :
> 
> I'm having a problem with this on OS X: both with an incremental upgrade 
> (after doing "make doc-clean") and a build from scratch, the build hangs 
> during the docbuilding stage. If I manually build "constructions" and 
> "thematic_tutorials" with "sage --docbuild constructions html" etc., the 
> build completes, but not otherwise. This isn't happening with 9.2.beta7, but 
> it is happening consistently with 9.2.beta8. Any ideas?
> 
> 
> On Monday, August 10, 2020 at 3:51:35 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 
>  
> 
> 
> 415221a9a8 (trac/develop, tag: 9.2.beta8) Updated SageMath version to 
> 9.2.beta8
> ab502c6901 Trac #30287: sage.tensor.modules.free_module_basis: Add testsuite
> f148ee505b Trac #30237: Make .coxeter_matrix() return a CoxeterMatrix for 
> coxeter3-implemented groups
> 075edbb1f6 Trac #30177: build/bin/sage-system-python: Improve check for a 
> suitable python
> 2f73418deb Trac #30159: Adding new small graph structures
> b78fa7bc86 Trac #30318: Dot and cross products along a differentiable map
> 8f4e3779f6 Trac #30291: Scalar Field Arithmetics: Trivial Cases
> d423d08e7d Trac #30280: Immutability of Affine Connections
> e336f00ef3 Trac #30194: Extend FreeModule factory to construction of 
> FiniteRankFreeModule and CombinatorialFreeModule
> 2c85de4715 Trac #29701: Replace use of module_list and OptionalExtension by 
> extending find_python_sources
> d600162861 Trac #29205: character art fails for LieAlgebra elements
> 05d310c5cf Trac #30314: p-adic nth-root fails for some extensions
> 315bde2aec Trac #30289: Error in display of a continuous map between open 
> intervals
> 7190161153 Trac #30288: Immutability for Sections
> a9e4141b37 Trac #30285: Affine Connection with Copy
> 61d70b1f6d Trac #30282: Make symmetrica/spkg-configure.m4 respect quiet mode
> 81635f190c Trac #30279: Update FAQ
> 70d7d21bd3 Trac #30274: Immutability of Tensor Fields
> 35d9d52b25 Trac #30270: Random failure in number_field_ideal_rel.py
> 7b224d83c0 Trac #30266: Immutability for scalar fields
> b679a2d444 Trac #30255: FiniteRankFreeModule: Move all module identifications 
> to methods exterior_power, dual_exterior_power, tensor_module
> dfdae6fa93 Trac #30176: Update matplotlib to 3.3
> ed79ba3a3f Trac #30248: Normaliz backend is broken with double description 
> input
> f55701e735 Trac #28197: upgrade to ipython 7
> 663c71bb89 Trac #30299: Minimal fix for broken jupyter notebook
> 775cce3cf3 Trac #3360: Upgrade sympow to 2.023.6 (for GCC 10 support)
> 85dbda0b65 Trac #30167: Allow Coxeter groups implemented with coxeter3 to 
> respect the relabelling of a CartanType
> f7e1cca52e Trac #30160: Deprecate "sage --ba-force"
> 29cee91214 Trac #30136: Three.js: Examples for documentation need online=True
> f48b893d25 Trac #30119: Implement functions to construct unicode 
> sub/superscripts from integers
> bb3fd3963c Trac #27895: Add custom bounding box for matrix_plot
> a10868b3bd Trac #30267: Coercion via restriction of chart functions
> 8a544963b1 Trac #30254: TensorFreeModule._an_element_: Create a default basis 
> in the base module if necessary
> 2c0efbdfa4 Trac #30253: Coset graph of linear codes
> 4f0836fc14 Trac #30250: FiniteRankFreeModule: Simplify unique representation 
> code for dependent modules
> 9911c15488 Trac #30227: Use both SINGULAR_INCDIR and SINGULAR_CFLAGS
> 760b7d8daf Trac #30225: Fix deprecation warnings when unpickling pynac 
> objects with Python 3.8
> 26f3a5e7b8 Trac #30224: Fix configure quiet mode as it lets a few things 
> through
> 8a015f485a Trac #30208: List Assignment for Bundle Connections
> 71b530802d Trac #30181: Immutable elements of FreeModuleTensor
> 7579d4e363 Trac #30169: FiniteRankFreeModule needs __classcall__
> 4fbd27b488 Trac #29825: Clean-up for src/bin/sage-env, move 
> src/bin/sage-clone-source, src/bin/sage-sdist to build/bin
> e9c25be297 Trac #22760: Add support for __matmul__ in the coercion model
> 31bc43bf8c Trac #20970: Gabidulin Codes
> b539712d44 Trac #30231: Fix gp2c spkg-configure
> 34e01d1ef4 Trac #29766: Upgrade NumPy to 1.19.1, scipy to 1.5.2, networkx to 
> 2.4, add pybind11 package
> 3925b0f008 Trac #30230: Fix docstrings in sage/coding/linear_rank_metric.py
> 83caa4befa (tag: 9.2.beta7) Updated SageMath version to 9.2.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 
>