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

2019-10-05 Thread henri.gir...@gmail.com
AMD64 xcore 8 ubuntu 19.10 beta (should be out this month) compilation 
ok, I am surprised because I git checkout develop from 8.9 final, and 
could n't compile doc after few make doc-clean, but with sage 9.0beta0, 
every thing is ok.


good new :)

Henri

Le 05/10/2019 à 12:15, 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



533fd5d6cd (HEAD -> develop, tag: 9.0.beta0, trac/develop) Updated 
SageMath version to 9.0.beta0

34c16c3013 Trac #28524: SyntaxError in sage_getargspec of introspection
77ec966e24 Trac #28522: PolyhedralFan of Groebner fan is created twice
7ccc9dfd5b Trac #28521: Bug of cartesian_product_iterator in Python3
e08f6ee3c9 Trac #28516: Interface Arb ζ, Γ, Lambert W and derivatives
ea101ac255 Trac #28514: remove last _cmp_ in schemes
a624fdee32 Trac #28511: use --disable-maintainer-mode for configuring 
autoconf'ed packages if possible

eb769d66d4 Trac #28504: conversion of posets to libgap
a3387d831e Trac #28503: Bug in formal composition of maps
04a67aae3b Trac #28499: py3: typing should not be installed in Python 3
10cf0975a6 Trac #28498: Memory leak in BasisExchangeMatroid.components
d87991069f Trac #28497: MR34: Fix some minor errors in docstrings
5af20cb423 Trac #28495: Faster is_directed_acyclic
8604f53653 Trac #28493: Update to primecount 5.1
7f856e4d8d Trac #28488: Torsion subgroup of elliptic curves over 
number fields: more efficient method
e608e2e021 Trac #28512: reading a large expression from a file takes 
quadratic time
87ee5979f3 Trac #28482: Incorrect indexing for a regular matroid from 
a graphic matroid
1579338ecd Trac #28481: free_module method for finite fields, number 
fields and p-adics

6d1e0cc75b Trac #28480: Let OEIS sequences have unique representation
cced5c278d Trac #28478: Include traceback when Sage crashes on startup
492edf7832 Trac #28477: py3: add combinat to the known passing folders
0a5e4f6e34 Trac #28475: some cleanup in matrix_sparse.pyx
b1158c71ed Trac #28474: Spherical Bessel functions have wrong phase 
for negative argument

1b17b27aa0 Trac #28472: Upgrade eclib to v.20190909
b1c37fd8da Trac #28471: remove deprecation in Hochschild complex
a94466b212 Trac #28469: RBF(expr, rad) where expr is a symbolic 
expression ignores the radius
a7f8c27c3f Trac #28464: .is_inscribed() makes a bad assumption in 
Polyhedron
d7ccc70659 Trac #28443: move remaining references from graphs/ to 
references/index.rst

77a87b5b0c Trac #28426: With Python 3 build, do not install python2
0fda800858 Trac #28410: Bug with docker images 
sagemath/sagemath-dev:develop and sagemath/sagemath:develop
2f59fa7c8e Trac #28392: dynamic_class: ignore Python 3's new 
__weakref__ class attribute

eb7d253768 Trac #28372: Update Cremona database of elliptic curves
e295bbf838 Trac #28248: Add .boundary_complex() method for simplicial 
polytopes

efbd99fa77 Trac #28189: prefer "X in Fields()" rather than "X.is_field()"
fa0853f57e Trac #28073: Abstract Code Class
8c7dd9e253 Trac #28041: py3: Docker images for python3-based Sage
01e4b5aa25 Trac #27780: _flint_rep_abs of zero causes segmentation fault
7350318d1b Trac #26939: Adding Young's raising operators
e5d835744d Trac #26496: Add the Habib Maurer algorithm for modular 
decomposition to graphs

17f390c135 Trac #26379: Comparisons between p-adics are quite slow
b595e0b9bb Trac #25890: BinaryQF_reduced_representatives does not 
return representatives
e6208c8793 Trac #25019: no error raised when dividing by (lazy) zero 
in AA or QQbar

356ec6fcec Trac #24894: add super RSK algorithm to sage
93b86bfad3 Trac #24824: Update GLPK to 4.65
102d1ee4d5 Trac #22688: Three.js: no plot if 'nan' occurs in JSON 
representation
563df18966 Trac #22408: Make threejs / three.js the default 3d viewer 
instead of jmol

9777283037 Trac #21412: Convert piecewise functions to SymPy
4805db79c2 Trac #17598: fixed-mod p-adic integers as polynomial roots
5a2f2c87a2 Trac #14614: Improved is_triangle_free using bitfields
5c5b67e4d2 Trac #14068: nauty_geng is naughty
f0ae571d17 (tag: 8.9, trac/master) Updated SageMath version to 8.9

--
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/09c04a0a-acc0-40fe-bde4-33c9b2cde8d7%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 

Re: [sage-release] Sage 8..8 released

2019-06-27 Thread henri.gir...@gmail.com

Thank you...

I still can't compile doc-html, i did a make build to avoid the problem.

Le 27/06/2019 à 10:12, François Bissey a écrit :

That’s because you changed branch. There is no difference between
the develop branch at 8.8.rc3 and master at 8.8. But when
you switch branch to master you get all the changes between
master at 8.7 and master at 8.8.
Basically to get master at 8.8 you merge develop at 8.8.rc3 into
master at 8.7.

François


On 27/06/2019, at 8:08 PM, dimp...@gmail.com wrote:

On Thu, Jun 27, 2019 at 09:10:44AM +0200, henri.gir...@gmail.com wrote:

For info ?

As I was in develop I changed to master and make build (I can't build
doc) it says 1400 updates ?

You said no change in 8.8.rc3, why all these then ?

probably you used a mirror that was not updated yet?


Regards

Henri


Le 26/06/2019 à 23:19, Volker Braun a écrit :

The "master" git branch has been updated to Sage-8.8. 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 8.8.rc3
--
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
<mailto:sage-release+unsubscr...@googlegroups.com>.
To post to this group, send email to sage-release@googlegroups.com
<mailto:sage-release@googlegroups.com>.
Visit this group at https://groups.google.com/group/sage-release.
To view this discussion on the web visit
https://groups.google.com/d/msgid/sage-release/3045b6ac-5941-4979-9f7b-6e03be4a58f6%40googlegroups.com
<https://groups.google.com/d/msgid/sage-release/3045b6ac-5941-4979-9f7b-6e03be4a58f6%40googlegroups.com?utm_medium=email_source=footer>.
For more options, visit https://groups.google.com/d/optout.

--
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 post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/1cdbc697-ea0b-05ba-6f2b-f3faec6fc2b7%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

--
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 post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/20190627080854.GA22505%40hilbert.lan.
For more options, visit https://groups.google.com/d/optout.


--
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 post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/321864c8-b282-4cdd-5109-bf55290c0545%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Sage 8..8 released

2019-06-27 Thread henri.gir...@gmail.com

For info ?

As I was in develop I changed to master and make build (I can't build 
doc) it says 1400 updates ?


You said no change in 8.8.rc3, why all these then ?

Regards

Henri


Le 26/06/2019 à 23:19, Volker Braun a écrit :
The "master" git branch has been updated to Sage-8.8. 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 8.8.rc3
--
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 post to this group, send email to sage-release@googlegroups.com 
.

Visit this group at https://groups.google.com/group/sage-release.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/3045b6ac-5941-4979-9f7b-6e03be4a58f6%40googlegroups.com 
.

For more options, visit https://groups.google.com/d/optout.


--
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 post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/1cdbc697-ea0b-05ba-6f2b-f3faec6fc2b7%40gmail.com.
For more options, visit https://groups.google.com/d/optout.