[sage-release] Sage 10.0.beta8 released

2023-04-07 Thread 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


27b077e82c1 (tag: 10.0.beta8, github/develop) Updated SageMath version to 
10.0.beta8
adaf3af2689 gh-35438: Ignore deprecation warnings triggered by pythran 
0.12.1
50767c43dd8 gh-35423: Fix doctests with ipython 8.12
17d2e17311c gh-35421: `WordMorphism`: remove keyword deprecated in #26307
78c889602ff gh-35418: fix the broken linters
dfe0ada0ca4 gh-35416: `argon2_cffi`: Add missing dependency
cdbae6866d8 gh-35413: fixing some pep8 E303 (folders before l* and after t*)
2fc44c9bacb gh-35412: Activate codecov reports even if other checks are 
failing
80ada8e0c12 gh-35409: fix pep8 E303 in folders starting with m
5853e991a72 gh-35405: accept plain Python types in block_matrix()
3d5a754f825 gh-35394: Adding a save method to class Standalone/TikzPicture 
for compatibility with sagetex
97abc52e99a gh-35390: Typo: 'minumum' for 'minimum'
ef873e11d8f gh-35385: src/tox.ini: Add cython-lint
6a01bbd0158 gh-35384: `make dist`: Update git remotes
34b63836dcb gh-35382: Add missing backticks to correct formatting
7cd86d0ca28 gh-35381: Use Singular maMapPoly to avoid quadratic complexity 
in polynomial evaluation
8a355d2bada gh-35377: build/pkgs/openblas/spkg-configure.m4: Reject version 
0.3.22
519b62ca173 gh-35372: Replace more `.all` imports
f091c752bc9 gh-35367: Add output documentation on monte_carlo_integral
78f152e4d52 gh-35366: Many more namespace packages – follow up
65f4cd232dd gh-35358: Lighter construction of finite field elements from 
lists
d051998dbcf gh-35356: Fix documentation deployment
a493495f1aa gh-35355: partial fix for E221 (to be continued)
ae417bb8c2d gh-35353: Replace \mbox by \text in manifolds
05e6b0a794d gh-35352: Add instructions on how to update existing conda 
environment
1586fd5aff5 gh-35351: Add minimum version of conda gap package
d7eda9b77ab gh-35350: Fix version specifiers of python packages for conda
180eeb3220b gh-35349: Correctly list develop packages in conda dev 
environment
3884add92b8 gh-35345: Allow completion() to return a lazy series for 
infinite precision
47abd1b6e32 gh-35337: Fix warning with ipython 8.11 (was #35235)
7ab3e3aa81d gh-35336: Fix test output to pass with ipywidgets 8.0.5
191001377c6 gh-35335: Make FLINT polynomial factor() interruptible
de75f8f5d64 gh-35334: Improvements to squarefree_decomposition() for finite 
fields.
41340505edc gh-35331: Add monotile to polgyon examples
ea7383596ce gh-35323: Fix squarefree_decomposition failure over GF(2)
11cad424525 gh-35322: Many more namespace packages
ff953889517 gh-35317: fixing some E502 outside of schemes and combinat
be279b57e9c gh-35316: Use PARI implementation of Frobenius morphism
af4ab845f33 gh-35314: `sage.schemes`: Reformat doctests, add `# optional` 
annotations
4652693d769 gh-35313: Make `data_structures/bitset_base.pxd` use explicit 
integer division
590a42da672 gh-35312: fixing most of pycodestyle E271 in pyx files
fdfe2c2b352 gh-35225: SmallPermutationGroups
5dd80aa9392 (tag: 10.0.beta7) Updated SageMath version to 10.0.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/25315718-0585-43bd-a1f4-266681f04ea0n%40googlegroups.com.


[sage-release] Re: Sage 10.0 Release Tour

2023-04-07 Thread Matthias Köppe
So far we have:

Sage 10.0 Release Tour 


   - Documentation 
   
   - Graphics 
   
   - Camera positioning for 3D graphics 
   

   - Linear programming and extensions 
   

   - Combinatorics 
   
   - A bijectionist's toolkit 
   

   - Package upgrades 
   

   - New developer tools, modularization, deprecations 
   

   - Availability of Sage 10.0 and installation help 
   

   - Sources 
   
   - Known problems and workarounds 
   

   - More details 
   


On Saturday, April 1, 2023 at 6:41:54 PM UTC-7 Kwankyu Lee wrote:

> The release tour for the upcoming 10.0 release is at
>
> https://github.com/sagemath/sage/wiki/Sage-10.0-Release-Tour
>
> and needs your care.
>

-- 
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/bae85e7e-227f-4564-8d5c-4760470cb089n%40googlegroups.com.


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

2023-04-07 Thread Kenji Iohara
On my Mac Book Pro with Intel Core i5, Mac OS 13.3, with updated homebrew,
It compiled from the first built with   make  . But for the pteslong, I had

sage -t --long --warn-long 190.9 
--random-seed=236272119543694532373455565790837201469 
src/sage/modular/modform_hecketriangle/abstract_space.py  # 3 doctests failed
sage -t --long --warn-long 190.9 
--random-seed=236272119543694532373455565790837201469 
src/sage/modular/modform_hecketriangle/readme.py  # 1 doctest failed
sage -t --long --warn-long 190.9 
--random-seed=236272119543694532373455565790837201469 
src/sage/modular/modform_hecketriangle/space.py  # 2 doctests failed
sage -t --long --warn-long 190.9 
--random-seed=236272119543694532373455565790837201469 
src/sage/rings/polynomial/multi_polynomial_ideal.py  # Killed due to 
segmentation fault
sage -t --long --warn-long 190.9 
--random-seed=236272119543694532373455565790837201469 
src/sage/libs/giac/__init__.py  # Timed out

. The last one persists even with

./sage -t --long --warn-long 190.9 
--random-seed=236272119543694532373455565790837201469 
src/sage/libs/giac/__init__.py

. 

> 05/04/2023 13:36、Emmanuel Charpentier のメール:
> 
> Same results on a slightly smaller system (core i5, 8 GB RAM).
> 
> HTH,
> 
> Le dimanche 2 avril 2023 à 09:00:54 UTC+2, Emmanuel Charpentier a écrit :
>> On Debian testing running on core i7 + 16 GB RAM, upgrading 10.0.beta6 to 
>> 10.0.beta7 and rinning ptestlong  givestwo permanent failures, both already 
>> reported fpr previous beta, both related to the guava package and both 
>> seemingly cosmetic :
>> 
>>  sage -t --long --warn-long 214.7 
>> --random-seed=294339985954053217139200158954059913430 
>> src/sage/coding/linear_code.py  # 2 doctests failed
>> sage -t --long --warn-long 214.7 
>> --random-seed=294339985954053217139200158954059913430 
>> src/sage/coding/code_constructions.py  # 1 doctest failed
>> HTH,
>> 
>> Le samedi 1 avril 2023 à 22:51:41 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
>>> 
>>> 5dd80aa9392 (tag: 10.0.beta7, github/develop) Updated SageMath version to 
>>> 10.0.beta7
>>> ad0ea73c1df gh-35310: Fix radius and diameter for digraphs with 
>>> non-comparable vertices
>>> 85da6cc1c98 gh-35307: Use StringIO to format polynomials
>>> ea678b91cb3 gh-35304: HTML documentation: Add copy buttons to code blocks
>>> bbedc6858a8 gh-35303: `pyscipopt`: Update to 4.3.0, use tarball without 
>>> generated .c files, run Cython instead
>>> 29b99c9320a gh-35294: Avoid a square root computation in 
>>> EllipticCurve_field.quadratic_twist
>>> 8c983b65c53 gh-35293: Arity check for shift and added some warnings
>>> 70388e81128 gh-35291: do not evaluate unnecessarily
>>> f6f4bddd62f gh-35290: update pplpy to 0.8.7 - to make gcc 12.2.1 happy
>>> 7373dc68d4f gh-35289: pplpy*:  update upstream info and deps
>>> dfb38baa8a2 gh-35287: add missing colon in `finite_drinfeld_module.py`
>>> 734bdaad87e gh-35284: primesieve/count update, add gentoo packages info for 
>>> them
>>> 11eed27b302 gh-35283: Modularization fixes for imports of number fields
>>> f73c88bdc97 gh-35280: support all= keyword argument in 
>>> AlgebraicClosureFiniteFieldElement.sqrt()
>>> 1d591ead614 gh-35279: `sage.categories`: Modularization fixes for imports
>>> 8429622e431 gh-35278: Use the Docker images published on ghcr.io 
>>>  without 'docker' in the name (step 3)
>>> 9156b7b6620 gh-35277: 
>>> `sage.rings.polynomial.polynomial_ring[_constructor]`: Handle missing 
>>> implementation modules
>>> 0f7314db4c3 gh-35275: Drinfeld modules: Make some imports lazy
>>> db57bd315fd gh-35270: construct AdditiveAbelianGroupWrapper from (not 
>>> necessarily independent) generating set
>>> be6021de796 gh-35267: `sage.manifolds`, `sage.tensor`: Add `# optional` 
>>> doctest tags for modularization
>>> 428b14896c8 gh-35266: `sage.graphs`: Add `# optional` doctest tags for 
>>> modularization
>>> 3142be97687 gh-35265: Improve approximate order on  getitem  calls
>>> 45e98cba714 gh-35263: `sage.topology`: Move imports from `sage.graphs`, 
>>> `sage.homology` into methods
>>> 65c89ec43b0 gh-35262: support calling PARI's qfbcornacchia() from BinaryQF
>>> ba48bda2d04 gh-35257: shorter doctests in finite monoids
>>> ad7ce44d5fa gh-35254: Fix docstring of `src/sage/rings/lazy_series.py`
>>> 93d9f618c70 gh-35253: Deprecate `is_Algebra`, `is_CommutativeAlgebra`
>>> 936979b69a2 gh-35252: more standard shape for error messages in combinat
>>> dc05f71558a gh-35250: Fix doctests for nauty 2.8.6 output changes
>>> 633289921e8 gh-35249: catch some more precise exceptions in combinat/
>>> 8aa0254588c gh-35248: using "change_ring" in quadratic_forms
>>> 211c2a151bb gh-35244: fix pep E303 in all folders starting with [defghi]
>>> 88de5abfb1c gh-35240: ABC for `BooleanPolynomialRing`
>>> c9daf3694f3 gh-35237: `sage.features`: Add