On Thu, Dec 14, 2017 at 12:38 PM, Volker Braun <vbraun.n...@gmail.com> wrote:
> I thought we usually push to github as part of a git hook on trac, though I
> haven't checked.

on https://github.com/sagemath/sage
we only have develop and master branches, rather than the full mirror.
In fact, is there any reason for not doing the full mirror of trac git on
https://github.com/sagemath/sage ?
You can clone with --single-branch set if you don't want the whole shebang.

Dima
>
> In any case, I just pushed beta0 to github by hand.
>
>
> On Thursday, December 14, 2017 at 12:28:29 AM UTC+1, François Bissey wrote:
>>
>> Can we have an updated develop branch on github?
>>
>> François
>>
>> > On 14/12/2017, at 12:03, Volker Braun <vbrau...@gmail.com> 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
>> > a2dffffce0 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 <type by <... (in plot, schemes,
>> > stats and structure)
>> > d92697baa0 Trac #24232: Simplifications in calculus on manifolds via the
>> > expression tree
>> > 3ed2e7b2d3 Trac #24230: py3: replace <type by <... (in various folders)
>> > 4f46f68562 Trac #24229: py3: replace <type by <... (in combinat folder)
>> > 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 Phi bases for QSym
>> > 954f976378 Trac #24135: Clean up in coerce_dict
>> > 3b336bcd56 Trac #24134: Fix iteritems() in Cython code
>> > 6f7d3e8937 Trac #24122: Use echelonize instead of echelon_form in a few
>> > places
>> > fffff2c5cb Trac #24096: Deprecate sage.matrix.matrix
>> > 785d47b090 Trac #24060: change some imports of misc
>> > 58fa1a2e8e Trac #24047: Polyhedron.affine_hull() raises AssertionError
>> > faf634ebbf Trac #23987: minimal implementation of FQSYM
>> > 77dc4c0cb4 Trac #23931: Correcting Walsh Hadamard Transform in Boolean
>> > Function
>> > ded648fcba Trac #23823: py3 error in graphs
>> > a38e7f9aa4 Trac #23699: torsion_quadratic_module_symmetric
>> > 006eb8e93c Trac #23224: Doctest fix for: wrong symbolic comparison of
>> > log
>> > 1a59bbb941 Trac #22927: Update gmpy2 package
>> > c2be4dee57 Trac #22808: absolute_import in Cython files
>> > ae4af73bcd Trac #22780: Hecke operators on spaces of modular forms of
>> > level 1 are wrong
>> > e075110503 Trac #22719: integral points for elliptic curves broken
>> > 4c7d3199a2 Trac #22524: Optimize computing points of lattice polytopes
>> > 81af5ce824 Trac #22079: New implementation of floor()/ceil()
>> > ab6b90e039 Trac #22024: symbolic placeholder for complex root
>> > ce5cb6c79a Trac #14723: Doctest conversion from SymPy of unevaluated
>> > integrals
>> > 035aed0c31 Trac #2330: modforms -- implement computation of weight 1
>> > forms in Sage
>> > 52720eeff6 Trac #24025: Update simple autotools packages to use
>> > sdh_configure and related helpers
>> > 814d87066f Trac #23397: Replace pip2/3-lock with a generic sage-flock
>> > command
>> > d7f45551de Trac #24297: No RLIMIT_RSS on Cygwin
>> > 2901339415 Trac #24121: windows version not properly detected in psutil
>> > eccdbf11f3 Trac #21233: Fix to RESetMapReduce timeout
>> > 07d6c37d18 (tag: 8.1, trac/master, github/master, github/HEAD) Updated
>> > SageMath version to 8.1
>> >
>> >
>> > --
>> > 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...@googlegroups.com.
>> > To post to this group, send email to sage-r...@googlegroups.com.
>> > Visit this group at https://groups.google.com/group/sage-release.
>> > For more options, visit https://groups.google.com/d/optout.
>>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "sage-release" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/sage-release/Td5spI1jVfk/unsubscribe.
> To unsubscribe from this group and all its topics, 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.
> 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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to