On 2014-08-05, Dima Pasechnik <dimp...@gmail.com> wrote:
> On 2014-08-04, Volker Braun <vbraun.n...@gmail.com> wrote:
>> ------=_Part_1781_1329544834.1407173980834
>> Content-Type: text/plain; charset=UTF-8
>>
>> Here is the first release candidate. Please give it a test and report any 
>> build problems. As usual, get the newest git "develop" branch or 
>
> hmm, I can't get it:
> seems that develop on trac still points to beta8.
Indeed, looking at 
http://git.sagemath.org/sage.git/log/?h=develop
will show you
*       Updated Sage version to 6.3.beta8 
at the top.

And the same here:
https://github.com/sagemath/sage/tree/develop

So this seems to be only in Volker's local git repo...


>
>
>> download http://boxen.math.washington.edu/home/release/sage-6.3.rc0.tar.gz
>>
>> 8a63d57 Trac #16752: Cleanup in hypergeometric functions
>> 201bb8a Trac #15191: Add tests in the category of euclidean domains
>> b88d0fc Trac #16738: Shortening some very long cluster doctests
>> c6a4830 Trac #16732: Fix _maxima_init_evaled_ use, as well as translations 
>> of psi etc. to/from maxima.
>> cd3e277 Trac #16709: IncidenceStructure.packing
>> a60e30a Trac #16751: Singular build fail OSX109
>> f499beb Trac #15181: Treewidth (lazy implementation)
>> 28654dd Trac #16741: Bug in IncidenceStructure.automorphism_group when the 
>> ground set consists of pairs
>> 555d1ba Trac #16226: Tachyon plot produces invalid file
>> 9629881 Trac #16730: PermutationGroup.blocks_all with correct labels
>> cc22a40 Trac #16580: FiniteStateMachine: cleanup code
>> f191f9f Trac #16727: IncidenceStructure.__contains__
>> f922e8a Trac #16718: Create a category for Cartesian products of groups
>>
>>
>> $ git diff --stat 6.3.beta8 6.3.rc0
>>  VERSION.txt                                                    |   2 +-
>>  build/pkgs/configure/checksums.ini                             |   6 +-
>>  build/pkgs/configure/package-version.txt                       |   2 +-
>>  build/pkgs/singular/SPKG.txt                                   |   2 +
>>  build/pkgs/singular/patches/no_usr_local.patch                 |  38 
>> +++++++++
>>  build/pkgs/singular/spkg-install                               |   2 +-
>>  src/bin/sage-banner                                            |   2 +-
>>  src/bin/sage-version.sh                                        |   4 +-
>>  src/doc/en/thematic_tutorials/coercion_and_categories.rst      |   6 ++
>>  src/doc/en/thematic_tutorials/tutorial-objects-and-classes.rst |  10 ++-
>>  src/sage/calculus/calculus.py                                  |  14 ++--
>>  src/sage/categories/algebras.py                                |   3 +-
>>  src/sage/categories/cartesian_product.py                       |  82 
>> +++++++++---------
>>  src/sage/categories/covariant_functorial_construction.py       |   6 +-
>>  src/sage/categories/euclidean_domains.py                       | 133 
>> ++++++++++++++++++++++++++++-
>>  src/sage/categories/fields.py                                  |  36 
>> ++++++++
>>  src/sage/categories/groups.py                                  |  82 
>> ++++++++++++++++++
>>  src/sage/categories/monoids.py                                 |  70 
>> ++++++++++++++++
>>  src/sage/combinat/cluster_algebra_quiver/mutation_type.py      | 210 
>> +++++++++++++++++++++++++++-------------------
>>  src/sage/combinat/designs/incidence_structures.py              | 113 
>> ++++++++++++++++++++++++-
>>  src/sage/combinat/finite_state_machine.py                      | 131 
>> ++++++++++++++++++-----------
>>  src/sage/functions/hypergeometric.py                           |  73 
>> ++++++++--------
>>  src/sage/functions/log.py                                      |  25 ++++--
>>  src/sage/functions/other.py                                    |  15 +++-
>>  src/sage/graphs/graph.py                                       | 211 
>> ++++++++++++++++++++++++++++++++++++++++++++++-
>>  src/sage/graphs/graph_decompositions/vertex_separation.pyx     |   4 +
>>  src/sage/groups/perm_gps/permgroup.py                          |  21 +++--
>>  src/sage/groups/perm_gps/permgroup_element.pyx                 |  16 +---
>>  src/sage/plot/plot3d/tachyon.py                                |  40 
>> ++++-----
>>  src/sage/plot/plot3d/tri_plot.py                               |  25 +++---
>>  src/sage/rings/integer.pyx                                     |  18 ++++
>>  src/sage/rings/padics/local_generic_element.pyx                |  76 
>> +++++++++++++++++
>>  src/sage/rings/polynomial/polynomial_element.pyx               |  23 ++++++
>>  src/sage/rings/polynomial/polynomial_quotient_ring.py          |   2 +-
>>  src/sage/rings/polynomial/polynomial_ring.py                   |  28 
>> +++++++
>>  src/sage/rings/quotient_ring_element.py                        |   3 +
>>  src/sage/rings/ring.pyx                                        |   2 +
>>  src/sage/structure/parent.pyx                                  |   4 +
>>  src/sage/symbolic/expression.pyx                               |   6 +-
>>  src/sage/symbolic/expression_conversions.py                    |   4 +-
>>  src/sage/symbolic/random_tests.py                              |   2 +-
>>  src/sage/version.py                                            |   4 +-
>>  42 files changed, 1246 insertions(+), 310 deletions(-)
>>
>

-- 
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 http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.

Reply via email to