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

2017-12-13 Thread François Bissey
Can we have an updated develop branch on github?

François

> On 14/12/2017, at 12:03, 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
> 
> 8d9c008a75 (tag: 8.2.beta0, trac/develop) Updated SageMath version to 
> 8.2.beta0
> e78d369799 Trac #24347: make Coxeter matrix groups know when they are 
> commutative
> ac7b04159f Trac #24338: Remove pari_mod finite field implementation
> 42faeb8cae Trac #24336: In Cython modules, always *c*import parent
> 0bd3ef3112 Trac #24328: New module to implement generic_power
> 46ab140520 Trac #24325: manifolds: failing tests in options
> 2cbaa17071 Trac #24322: Use new-style GlobalOptions
> e71dc43bfb Trac #24318: Conversion failure CBF -> CDF
> 34a69e72f9 Trac #24311: fix algdep when it finds a constant polynomial
> 0efa5ebb88 Trac #24308: accept polynomial ring to not implement 
> characteristic for powering
> a5321f9d74 Trac #24307: links to github sagetex repo
> 48095031fe Trac #24298: Improve Morphism.is_identity()
> d1f59e6aeb Trac #24293: Use integer_check_long to implement Integer.__mod__
> d386ef1002 Trac #24287: Issue with vertex cover for graphs with multiple edges
> b5e1445d08 Trac #24285: cleaning reall and complex balls
> 637ec22f43 Trac #24282: BooleanFunction.truth_table(format="hex") returns 
> wrong values
> 83527e8e57 Trac #24281: Fix comparison of morphisms
> ff624e8e96 Trac #24278: Simplify RingHomset_generic.__call__
> 5670b5d3f1 Trac #24276: Fix categories/examples/semigroups_cython.pyx
> 13710a98d6 Trac #24274: Fix bare "except:" statements
> b797dd7dc4 Trac #24271: py3: allow flexibility in exception message 
> formatting in doctests on Python 3
> e5cbdd8352 Trac #24270: Fix compiler warnings involving 
> debug.refine_category_hash_check
> a2dce0 Trac #24267: Fix newton_sqrt() method
> c79bf6ed78 Trac #24265: py3: fixes to sage.misc.fpickle module
> d1f349904c Trac #24248: Fix isinstance(x, int) calls in element.pyx
> f027e2d78e Trac #24244: Fast check for C long
> 5fb5ca3b3b Trac #24259: Declare Integer.value as array
> 61f0cb73b9 Trac #24257: py3: change how remove_unicode_u is applied in the 
> output checker
> d6b21e1d8e Trac #24254: remove is_coercion_cached / is_conversion_cached 
> methods
> 9764031fc8 Trac #24252: Fake Integer interface
> 889f394c23 Trac #24251: adapt random interval-posets to python3
> 91b2e224dd Trac #24250: py3: do not use mathjax from inside sagenb
> 6496ef1f7d Trac #24249: py3: minor care for range
> 146e5ebdd7 Trac #24246: Add a Cython compile time constant for 
> PY_MAJOR_VERSION
> 88f2265ba1 Trac #24150: Factory function for famous lattices
> e2e850f9ca Trac #22801: SymPy as optional symbolic method for manifolds
> 3a516c1f09 Trac #22322: allow sympy algorithm in solve
> 03adc63bf5 Trac #24245: Move long.pxd to arith
> 778522d712 Trac #24242: Absolute import when importing string
> a1c22f12d9 Trac #24240: Upgrade freetype to 2.8.1.
> 3ddefacf64 Trac #24236: Structural comparison of expressions
> 6dae323315 Trac #24233: py3: replace  and structure)
> d92697baa0 Trac #24232: Simplifications in calculus on manifolds via the 
> expression tree
> 3ed2e7b2d3 Trac #24230: py3: replace  4f46f68562 Trac #24229: py3: replace  7695b8d5c7 Trac #24227: py3: check for long before check for int in some pyx 
> files (part 2)
> 2fd1201453 Trac #24225: py3: check for long before check for int in some pyx 
> files
> cae490b5f2 Trac #24224: py3: some care for addition of keys()
> eac1112a10 Trac #24221: py3: ZZ for large int
> 92836ba23f Trac #24220: py3: fixing one bad use of zip
> a47a235a5a Trac #24218: py3: get rid of one long in continued fractions
> 307076b609 Trac #24215: Add HAVE_GMPY2 compile-time constant
> 9a51a033c3 Trac #24208: py3: add some future division imports
> 19e6aa6849 Trac #24181: py3 some corrections for .values()[...] and 
> .keys()[...]
> fe5ee6302b Trac #24205: removed deprecated choose_nk.rank
> 49d49a1d55 Trac #24204: py3: remove some has_key
> 9c06cb14ad Trac #24203: get rid of deprecated zero_element
> 88ee48657d Trac #24202: py3: get rid of some cmp() in the doc of r interface
> b9d56e6d20 Trac #24201: py3: get rid of an hex problem
> 6306edb028 Trac #24200: py3: handle some unbound methods __func__
> 5ec4dd54f2 Trac #24183: Generate eclib includes in a predictable order
> adb11ca67e Trac #24153: Remove unused functions from ccobject.h
> ea8a71ca39 Trac #24015: fix libhomfly on OSX
> 52f7a188fc Trac #24168: Upgrade Jupyter notebook
> f0f3dfba09 Trac #24167: faster Tamari comparison
> b50ba32989 Trac #24162: Fix RealSet.an_element() for unbounded intervals
> bd66e2d633 Trac #24161: Improve speed of Kostka-Foulkes polynomials
> 75bddf67d1 Trac #24160: Improve speed of dominated_partitions
> 51692155b0 Trac #24156: Construction of RealSet from inequality
> ef3bd1ae66 Trac #24155: get rid of one "long"
> 3c011c1266 Trac #24144: Implement Psi and 

[sage-release] Sage 8.2.beta0 released

2017-12-13 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

8d9c008a75 (tag: 8.2.beta0, trac/develop) Updated SageMath version to 
8.2.beta0
e78d369799 Trac #24347: make Coxeter matrix groups know when they are 
commutative
ac7b04159f Trac #24338: Remove pari_mod finite field implementation
42faeb8cae Trac #24336: In Cython modules, always *c*import parent
0bd3ef3112 Trac #24328: New module to implement generic_power
46ab140520 Trac #24325: manifolds: failing tests in options
2cbaa17071 Trac #24322: Use new-style GlobalOptions
e71dc43bfb Trac #24318: Conversion failure CBF -> CDF
34a69e72f9 Trac #24311: fix algdep when it finds a constant polynomial
0efa5ebb88 Trac #24308: accept polynomial ring to not implement 
characteristic for powering
a5321f9d74 Trac #24307: links to github sagetex repo
48095031fe Trac #24298: Improve Morphism.is_identity()
d1f59e6aeb Trac #24293: Use integer_check_long to implement Integer.__mod__
d386ef1002 Trac #24287: Issue with vertex cover for graphs with multiple 
edges
b5e1445d08 Trac #24285: cleaning reall and complex balls
637ec22f43 Trac #24282: BooleanFunction.truth_table(format="hex") returns 
wrong values
83527e8e57 Trac #24281: Fix comparison of morphisms
ff624e8e96 Trac #24278: Simplify RingHomset_generic.__call__
5670b5d3f1 Trac #24276: Fix categories/examples/semigroups_cython.pyx
13710a98d6 Trac #24274: Fix bare "except:" statements
b797dd7dc4 Trac #24271: py3: allow flexibility in exception message 
formatting in doctests on Python 3
e5cbdd8352 Trac #24270: Fix compiler warnings involving 
debug.refine_category_hash_check
a2dce0 Trac #24267: Fix newton_sqrt() method
c79bf6ed78 Trac #24265: py3: fixes to sage.misc.fpickle module
d1f349904c Trac #24248: Fix isinstance(x, int) calls in element.pyx
f027e2d78e Trac #24244: Fast check for C long
5fb5ca3b3b Trac #24259: Declare Integer.value as array
61f0cb73b9 Trac #24257: py3: change how remove_unicode_u is applied in the 
output checker
d6b21e1d8e Trac #24254: remove is_coercion_cached / is_conversion_cached 
methods
9764031fc8 Trac #24252: Fake Integer interface
889f394c23 Trac #24251: adapt random interval-posets to python3
91b2e224dd Trac #24250: py3: do not use mathjax from inside sagenb
6496ef1f7d Trac #24249: py3: minor care for range
146e5ebdd7 Trac #24246: Add a Cython compile time constant for 
PY_MAJOR_VERSION
88f2265ba1 Trac #24150: Factory function for famous lattices
e2e850f9ca Trac #22801: SymPy as optional symbolic method for manifolds
3a516c1f09 Trac #22322: allow sympy algorithm in solve
03adc63bf5 Trac #24245: Move long.pxd to arith
778522d712 Trac #24242: Absolute import when importing string
a1c22f12d9 Trac #24240: Upgrade freetype to 2.8.1.
3ddefacf64 Trac #24236: Structural comparison of expressions
6dae323315 Trac #24233: py3: replace https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.