[sage-release] Re: Sage 9.8.rc1 released

2023-02-06 Thread fchap...@gmail.com
why is the "develop" branch now two commits after the 9.8.rc1 release?

Frédéric

Le dimanche 5 février 2023 à 15:14:57 UTC+1, Volker Braun a écrit :

> Note: the old trac git server is already disabled and the new 
> https://github.com/sagemath/sage is still locked for migration, so you 
> will only be able to get the branch from there starting tomorrow (Monday). 
> If you are dying to see the new version you can temporarily get it from my 
> own fork at github.com:vbraun/sage, but I'd recommend waiting until 
> tomorrow.
>
> 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
>
>
> 200557e00c3 (origin/develop, tag: 9.8.rc1) Updated SageMath version to 
> 9.8.rc1
> 2d3c71b03b2 Trac #34942: GH Actions: Remove pull_request triggers for 
> portability workflows
> 1df8f128303 Trac #34935: Followup to #34547: fix emacs sage-shell-mode
> 77173ef550c Trac #34873: Deprecate 
> sage.homology.graded_resolution.GradedFreeResolution
> 9116c5584f9 (tag: 9.8.rc0, trac/develop) Updated SageMath version to 
> 9.8.rc0
>

-- 
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/40db8677-ab03-432e-bdd2-8ccb689e419bn%40googlegroups.com.


Re: [sage-release] Sage 9.5.beta3 released

2021-10-14 Thread fchap...@gmail.com
This may be due to ticket https://trac.sagemath.org/ticket/32332 using 
argparse for sage -t 

Somebody should wrap "args" with list, maybe.

Le mardi 12 octobre 2021 à 17:35:03 UTC+2, tdumont a écrit :

>
> Strange!
>
> Upgrading to 9.5 beta2 from beta2 on Ubuntu 2104:
>
> * compilation: no ptoblem.
>
> * make ptestlong finishes with:
> --
> Total time for all tests: 1946.9 seconds
> cpu time: 4874.2 seconds
> cumulative wall time: 7137.1 seconds
> Traceback (most recent call last):
> File "/usr/local/sages/dev/sage/src/bin/sage-runtests", line 159, in 
> 
> exit_code_pytest = pytest.main(pytest_options + args)
> TypeError: can only concatenate list (not "Namespace") to list
>
> t.d.
>

-- 
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/a87c7bf8-9cbb-4afd-8e65-ceda3e003fd3n%40googlegroups.com.


[sage-release] Re: Sage 9.4 released

2021-08-22 Thread fchap...@gmail.com
This confusion 9.4 / 9.5 is breaking badly the patchbot server. I had to 
fix things by hands once, and need now to fix them again :(

Le dimanche 22 août 2021 à 11:01:33 UTC+2, Volker Braun a écrit :

> The "master" git branch has been updated to Sage-9.5. 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
>
> There was no change over 9.4.rc2
>
> 488ced5dc4 (tag: 9.4, trac/master, trac/develop) Updated SageMath version 
> to 9.4
> 7282b2b6c6 (tag: 9.4.rc2) Updated SageMath version to 9.4.rc2
>
> There was a version 9.5 visible for a short while since I got myself 
> confused by the (incorrect) 9.4 tag, this is fixed now. But if you were 
> real quick in downloading it then you can delete it now %-) 
>

-- 
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/8ac63282-629d-4217-9990-25cb5bbb68fdn%40googlegroups.com.


[sage-release] my patchbot fails, why and what to do ?

2021-05-30 Thread fchap...@gmail.com
hello,

my patchbot petitbonum has the following error on the latest beta, never 
seen before :

sage -t --long --random-seed=0 src/sage/misc/package.py
**
File "src/sage/misc/package.py", line 359, in 
sage.misc.package.installed_packages
Failed example:
installed_packages()['sage_conf']  # optional - build
Expected:
'none'
Got:
'9.4.beta0'

What should be done to fix that ?

Frédéric

-- 
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/7f62b364-4d34-41f4-a446-5e32ea9768d9n%40googlegroups.com.


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

2021-02-09 Thread fchap...@gmail.com
This release breaks (again) our automated docker build on gitlab : 

see https://gitlab.com/sagemath/sage/-/pipelines

Le dimanche 7 février 2021 à 23:04:42 UTC+1, 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 
>
> 8453ffb849 (tag: 9.3.beta7, trac/develop) Updated SageMath version to 
> 9.3.beta7
> 6096110e06 Trac #30517: MemoryError in doctesting 
> combinat/designs/gen_quadrangles_with_spread.pyx
> e67fc51749 Trac #31148: MR51: Allow Matplotlib to use system qhull >= 7.2.0
> f3740e8add Trac #31147: Add missing curly braces in latex of Kodaira symbol
> d856033dd6 Trac #31144: refresh the file polyhedron/plot.py
> eb9bae531a Trac #31143: shorten range(0, *) in combinat folder
> 9d4f2d1525 Trac #31140: use ⨂ for unicode of tensor symbol
> 5a4ad12275 Trac #31138: Document WSL Installation
> c8a7960598 Trac #31134: Update setuptools and setuptools_scm
> 45e7ada314 Trac #24459: Segfault in matrix_integer_dense
> 9bdf1d149f Trac #24317: Doctest: Improve conversion of inexact symbolic 
> values
> 85f81e86d3 Trac #21907: Bug in Maxima interface wrt polylog
> 913b025ac5 Trac #31283: 1000× speedup of conjugate of double dense matrices
> bfe6fd9654 Trac #31273: Remove deprecated `form` input for bundle 
> connections
> 00cacf3803 Trac #31272: Improve the documentation for tensor()
> 50c1a5d655 Trac #31270: Remove sage-location's "sage-force-relocate" 
> mechanism, fix script to work without SAGE_ROOT
> 3f5faf58b6 Trac #31266: Signed tensor products does not allow tensor 
> products with non-signed modules
> 1d8b95def5 Trac #31265: changes in kschur to get rid of specific product 
> definition there
> 9c39188e60 Trac #31262: Implement non zero chunks for sparse bitsets
> 35ad55518c Trac #31261: Update pplpy to 0.8.6
> d5581ba0ea Trac #31258: Upgrade cmake to 3.19.3
> 57211cf752 Trac #31257: quo_rem gives wrong answers for 
> LaurentPolynomial_mpair
> b282cf6d2d Trac #31256: more care for pbori
> e8c83f5b70 Trac #31255: Follow Up: Mutability of Sections and Tensor Fields
> 573df518ba Trac #31254: Do not perform unnecesssary subdivisions in 
> matrices
> 09f5b07182 Trac #31239: Add ore_algebra optional package
> 6a5ad3f3eb Trac #31216: tox.ini (local): Add environment variables to skip 
> system package installs and other steps, add mechanism for a local 
> interactive shell
> 1ad5cb3ec9 Trac #31197: Use bitsets/binary matrix for edges of dense graphs
> 3925e96e0a Trac #31196: Code Improvements for Mutability module
> 01ad25fc3f Trac #31194: Make Class with Mutability compatible with 
> require_mutable wrapper
> 99d4307f61 Trac #31121: Further refactoring of eta products file
> 6dda91cd3b Trac #31035: Remove mathjax configuration/symlink from jupyter 
> notebook
> 2c32dab63a Trac #27103: Enable SIMD-instructions for Bitsets
> 6b64832a66 Trac #21783: QEPCAD: get rid of qepcad bits in 
> src/bin/sage-location
> 5e36f5d72b Trac #31271: MR52: upgrade ubuntu system in docker image
> 7823deee62 Trac #31263: Broken `sage -b`
> f0ca7dfb31 Trac #30725: macOS: spkg-install scripts that force use of 
> clang conflict with '-march=native'
> aadda8f345 Trac #30731: Replace use of build/bin/sage-python23 by just 
> python3
> 70291edd23 Trac #14821: Weird error in exponential integral
> 583e83e86d Trac #7423: plot3d can't handle log(0)
> d7c2285977 Trac #31243: Stronger Categories for Manifold Examples: 
> Connectedness
> 6ef10b86c1 Trac #31240: sage-flatsurf pip package
> 513046f42d Trac #31238: Add admcycles as an optional package
> a33370064e Trac #31237: Add slabbe as an optional package
> 712ca6e170 Trac #31234: multiplication of matrix with zero columns or rows 
> fails
> 8c3804cc20 Trac #31233: Categories for Homset of Manifolds do not meet
> e1bd5e3fe5 Trac #31229: more typing annotations in Tamari interval posets
> 02d0fc8821 Trac #31226: Generalize face iterator of combinatorial 
> polyhedron to locally branched lattices
> d9745ca3e1 Trac #31224: Add surface-dynamics as a pip package
> 8101d78056 Trac #31221: Alllow arbitrary folder as output directory of 
> docbuild
> 96bac10d15 Trac #31220: Remove test for safe directory while doctesting
> 7eebf61583 Trac #31219: Fix escape of docstring for derivative method
> a704ef5b17 Trac #31215: Documentation of Item Assignment Behavior for 
> Bundle Connections
> c4f0516700 Trac #31212: fix submonoid method when the generating set 
> include the identity
> bf9205aebc Trac #31210: Make it possible to run github workflows manually
> 5477ab510c Trac #31208: Use popcnt and tzcnt to speed up bitsets on Intel 
> and AMD
> 7edddbd058 Trac #31207: Implement copy for binary matrix
> 3994d91f70 Trac #31200: Small improvements to binary matrix
> db29ef0dc9 Trac #31195: yet another cleanup for pbori
> 3e3dcb7ce8 Trac #31192: Installation manual: Fix documentation of python 
> prerequisite (sage-bootstrap-python)
> 6b14dc7113 Trac