Re: [sage-release] Sage 9.1.beta1 released

2020-01-23 Thread Timo Kaufmann
Am Donnerstag, 23. Januar 2020 09:58:17 UTC+1 schrieb François Bissey:
>
>
>
> > On 23/01/2020, at 9:47 PM, Timo Kaufmann  > wrote: 
> > 
> > Am Mittwoch, 22. Januar 2020 19:04:06 UTC+1 schrieb Steven Trogdon: 
> > Your build may be picking up on the wrong version of pygments. Vanilla 
> Sage uses pygments-2.3.1.p0. 
> > 
> > ./sage -f pygments 
> > 
> > may fix the issue. On my sage-on-gentoo build, which uses a system 
> pygments, I see the same lex literal_block as "python" Warning with 
> pygments-2.5.2. But pygments-2.4.2 is fine. 
> > 
> > I have fixed the pygments issue for nix here: 
> https://github.com/NixOS/nixpkgs/pull/78348 
> > 
> > Only the sphinx patch is strictly necessary to fix the docbuild. Since 
> it doesn't look like sphinx has a python2 maintenance branch, you'll have 
> to patch it if you want this fixed. 
>
> Is this backwards compatible with older versions of pygments? 
> i.e. there won’t be any issues if pygments-2.3.x is used in conjunction 
> with patched sphinx-1.8? 
>
> François


The sphinx patch is not backwards compatible, but it can be trivially 
adopted to be so. The ipython patch is backwards compatible. You can use a 
similar try/error construct for sphinx:
https://github.com/ipython/ipython/pull/12095/commits/8805293b5e4bce9150cc2ad9c5d6d984849ae447#diff-3956ebe7dd0ddfeaf61b51b153ee71bcR48
Just be sure that you try to import `Python2Lexer` *first* (which will fail 
on pygments <2.5 since the name previously didn't exist). If you do it the 
other way around the import wouldn't fail but PythonLexer would silently 
refer to python3.

-- 
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/aabba173-86c1-4060-b113-5a0a747d50ec%40googlegroups.com.


Re: [sage-release] Sage 9.1.beta1 released

2020-01-23 Thread Timo Kaufmann
Am Mittwoch, 22. Januar 2020 19:04:06 UTC+1 schrieb Steven Trogdon:
>
> Your build may be picking up on the wrong version of pygments. Vanilla 
> Sage uses pygments-2.3.1.p0.
>
> ./sage -f pygments
>
> may fix the issue. On my sage-on-gentoo build, which uses a system 
> pygments, I see the same lex literal_block as "python" Warning with 
> pygments-2.5.2. But pygments-2.4.2 is fine.
>

I have fixed the pygments issue for nix here: 
https://github.com/NixOS/nixpkgs/pull/78348

Only the sphinx patch is strictly necessary to fix the docbuild. Since it 
doesn't look like sphinx has a python2 maintenance branch, you'll have to 
patch it if you want this fixed.

-- 
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/4a79d191-9260-4c3d-b9c8-194143d5a22e%40googlegroups.com.


Re: [sage-release] Sage 9.1.beta1 released

2020-01-22 Thread Timo Kaufmann
For what it's worth, I'm currently working on fixing the pygments issue on 
nixos. The issue exists because pygments 2.5 uses `PythonLexer` as an alias 
for `Python3Lexer`, while previously referred to the python2 version. 
Packages such as ipython and sphinx use PythonLexer, leading to breakage.

I wish they just removed PythonLexer completely, that would've made 
debugging much easier.

-- 
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/bce70dc1-eb3e-420e-8da9-999e88bf5ff4%40googlegroups.com.


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

2019-12-30 Thread Timo Kaufmann
Am Montag, 30. Dezember 2019 12:59:36 UTC+1 schrieb Dima Pasechnik:
>
>
>
> On Mon, 30 Dec 2019, 18:23 Harald Schilly,  > wrote:
>
>> I'm not sure how interesting this is, but still ... I made a clean build 
>> from the git sources. I got many doctests failures, and each one I checked 
>> failed due to additional lines "Long-step dual simplex will be used" -- 
>> see: https://trac.sagemath.org/ticket/24824
>>
>> I guess it picked up my globally installed glpk and I fixed this by 
>> installing the glpk package (which in turn installed a few other 
>> dependencies). This was not necessary for 8.9. 
>>
>
> well, yes, it is not really a bug - except that system-installed glpk 
> emits this annoying notice, polluting tests. 
>

I think any test failure should be considered a bug. Otherwise the 
testsuite is much less useful. If a system-installed glpk breaks the 
testsuite (even though there are no functional failures), I think we either 
shouldn't use the system-installed glpk or make sure the testsuite works 
with it. 

-- 
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/414387ae-dbc1-4bac-8dcb-93d63939cae7%40googlegroups.com.


[sage-release] Re: Sage 8.8.beta6 released

2019-05-22 Thread Timo Kaufmann
There is no beta6 tag on github yet, is that still the canonical source?

-- 
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/a5298ca6-aec3-411f-8334-416f21929a00%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Re: Sage 8.5 released

2019-01-14 Thread Timo Kaufmann
If we are currently loading the sagerc file during build, I think that 
should be considered a bug.

Am Montag, 14. Januar 2019 10:01:40 UTC+1 schrieb John Cremona:
>
>
>
> On Thu, 3 Jan 2019 at 17:23, John Cremona  > wrote:
>
>> I am failing to build 8.5 on one machine.  I had a working build of 8.4, 
>> built from source from a git clone, and used git pull to update (to 
>> commit 934b744f65) from trac/master.  After the first fail I did "make 
>> distclean" before another make.
>>
>> The failing package is cypari-1.3.1 and the log file is attached.
>>
>> This is on a laptop running ubuntu 18.0.4.1 LTS.
>>
>
> The problem was this.  I had in my home directory a file ~/.sage/sagerc  
> which added a directory in front of Sage's PATH, and that directory had a 
> customised version of pari in it which does not work well with the version 
> of cypari in the current release.  Removing that file (whose need had 
> passed anyway since Sage included pari-2.11.1) sorted out the problems.
>
> Thanks to Jeroen who helped me find this while sitting next to me at the 
> pari workshop which has just started.
>  
>
>>
>>
>> On Thu, 27 Dec 2018 at 16:04, Volker Braun > > wrote:
>>
>>> Binaries are now on up!
>>>
>>> -- 
>>> 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 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.


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

2018-12-31 Thread Timo Kaufmann
The R issue should actually be fixed, the ticket you linked just needs 
review.

Am Montag, 31. Dezember 2018 14:05:00 UTC+1 schrieb Emmanuel Charpentier:
>
> Builds OK on Debian testing running on core i5 + 8 GB RAM ; fails two 
> doctests :
>
> --
> sage -t --long --warn-long 46.0 
> src/sage/groups/perm_gps/permgroup_named.py  # 3 doctests failed
> sage -t --long --warn-long 46.0 src/sage/interfaces/r.py  # 3 doctests 
> failed
> --
>
> The second one is with us since the update to R ( see this report 
> , 
> discussed on the relevant  tickets 
>  but no solution choosen yet).
>
> The second one is new and is related to newly-obtainble permutation groups 
> results (which used to fail but now return (seemingly sensible) results) : 
> see attached file...
>
> HTH,
>
> --
> Emmanuel Charpentier
>
>
> Le jeudi 27 décembre 2018 21:46:24 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
>>
>> 2639857771 Updated SageMath version to 8.6.beta0
>> 46d9e13c99 Trac #26735: gcc fails to build with isl>=0.20
>> 84ee8aab6d Trac #26271: Slight improvement to "rational is not an 
>> integer" exception message
>> 25d9b38038 Trac #26941: improve method _build_flow_graph
>> 698da99ca3 Trac #26935: AbstractLanguage should work with uncomparable 
>> alphabet
>> acbfb5267b Trac #26879: Deprecate _element_constructor_ being an unbound 
>> method
>> 97455096df Trac #26872: Implement abs and sqrt for 
>> UniversalCyclotomicField elements
>> 30f1d2b881 Trac #26750: Use GroupHomset_libgap for permutation groups, as 
>> well
>> ec9089da79 Trac #24811: Limits of asymptotic expansions
>> a179363e45 Trac #22346: FormalSum should work with non-comparable values
>> 3b34ef3d06 Trac #26897: minor doc fixes in misc.c3_controlled
>> 32e416e80a Trac #26882: Remove useless point doubling in Miller alg
>> cda4bf37e9 Trac #26868: Remove incorrect mention of CircleCI from Docker 
>> Hub README
>> 5d3e1d815e Trac #25199: Dictionary substitutions don't work over 
>> Frac(QQbar[x,y])
>> 5f3ae874d5 Trac #26905: cleanup of sloane.py
>> 7aba1fc63e Trac #26894: some typos of various kinds
>> 2ee8740f12 Trac #26861: Dimension certificate of a chain poset
>> 4da4130f62 Trac #24018: Remove PIP_INSTALL from sage-env
>> 26fa678151 Trac #16110: Parallelogram Polyomino
>> 6969425251 Trac #26937: Word_class compares using < if == is requested
>> c4ea85ee6b Trac #26934: Remove pointless comparison doctests in valuations
>> 9ffe0c7fcb Trac #26931: Predictable sorting in simplicial_complex.py
>> 3396f9ad2f Trac #26921: 1 internet doctest failing in combinat/tutorial.py
>> 0f5b17e8dd Trac #26918: py3: care for Schnyder woods
>> 48b2a870c3 Trac #26915: remove various deprecated things
>> a1babe5179 Trac #26914: py3: fixing doctests in elliptic_curves/cm.py
>> 13ba02c0e9 Trac #26913: py3: fix sorting of isogeny classes of elliptic 
>> curves
>> c49147d9f2 Trac #26910: Trivial typo docbuilding -> doctesting
>> 6333c255c2 Trac #26909: py3: cleanup the groebner_fan file
>> f0905ce7e3 Trac #26900: Upgrade to cysignals-1.8.1
>> e160392c4d Trac #26898: Hashes of some Algebraic Field elements hang 
>> indefinitely
>> a4280ae59b Trac #26896: py3: care for function_factory
>> 727b5c5ecb Trac #26893: py3: fix oeis database queries
>> 4f0f5de5c3 Trac #26892: Better error message for converting non-constant 
>> polynomial
>> 110bcf792c Trac #26890: ElementWrapperCheckWrappedClass does not 
>> implement comparison properly
>> 6c40fa6a1a Trac #26889: use libGAP in MatrixGroup.as_permutation_group()
>> c448fe6903 Trac #26878: KleshchevPartitions: ensure that 
>> _element_constructor_ is a bound method
>> cc7051eaff Trac #26877: Bugfix: basis method of FusionRing
>> 2a480ee6a3 Trac #26875: new method is_integral for elements of universal 
>> cyclotomic field
>> 2a690927ba Trac #26873: Remove deprecations in Parent.__init__
>> f6380728be Trac #26871: py3: fix doctests in digraph_generators.py
>> e01aec8294 Trac #26870: py3: fix error with map in strongly_regular_db.pyx
>> 5eaa666dae Trac #26869: py3: improve is_aperiodic to fix doctests
>> 0b6deb4428 Trac #26867: py3: some fixes in algebras and categories
>> 16fa6aa43e Trac #26866: remove various old deprecated stuff
>> 8290f93531 Trac #26865: remove the deprecated piecewise_old module
>> 2c886e08a4 Trac #26859: Intersphinx: include python.inv files for Python 
>> 2 and 3
>> f6dc6466d1 Trac #26858: lazy import everything in finance
>> 3e002dd1d0 Trac #26857: LatticePoset, error in is_supersolvable() with 
>> certificate=True
>> fb9448e573 Trac #26855: py3: fixes for doctests in cpy

[sage-release] Re: Sage 8.5.beta5 released

2018-11-29 Thread Timo Kaufmann
I've created https://trac.sagemath.org/ticket/26791 for the rpy2 issue, 
please post there.

Am Donnerstag, 29. November 2018 21:54:42 UTC+1 schrieb Timo Kaufmann:
>
> Probably due to https://trac.sagemath.org/ticket/26596, sorry. Was that a 
> build using sage's build system (`make -j4 ptestlong` or similar) or the 
> debian package?
>
> Am Donnerstag, 29. November 2018 18:39:05 UTC+1 schrieb Emmanuel 
> Charpentier:
>>
>> On Debian testing running onCore i5 + 8 GB RAM, I get three failures in 
>> one doctest :
>>
>> --
>> sage -t --long --warn-long 47.5 src/sage/interfaces/r.py  # 3 doctests 
>> failed
>> --
>>
>>  All three are dociuentation discordances in R (see attached file).
>>
>> Probably a booboo, but I don't understand the root of the problem.
>>
>> --
>> Emmanuel Charpentier
>>
>> Le lundi 26 novembre 2018 01:36:04 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
>>>
>>> b36eca1990 (tag: 8.5.beta5, trac/develop) Updated SageMath version to 
>>> 8.5.beta5
>>> 50d5520f60 Trac #26747: py3: final fixes for cluster_algebra.py
>>> acb2071e3c Trac #26738: py3: fix all doctests in game_theory
>>> c0fcb1222a Trac #26748: clean graph_generators_pyx.pyx
>>> b7d04438fb Trac #26746: provide translation of fresnel to fricas
>>> 99fe4d2534 Trac #26745: py3: fix doctest in Grossman-Larsson
>>> 285956f06c Trac #26744: remove a bunch of deprecated renamed keywords
>>> 959468f7a2 Trac #26743: cyclotomic_part should not include powers of x
>>> 9c0a66df99 Trac #26739: py3: some fixes in Monsky-Washnitzer
>>> 47998f15f4 Trac #26736: some work on cluster mutation again
>>> e7a1a04d8f Trac #26732: Docker image fails to start jupyter notebook
>>> 73b2d3962e Trac #26734: small cleanup for alternating sign matrices
>>> 9713da62ea Trac #25708: Rename SBox methods for 
>>> difference_distribution_matrix and similar to _table
>>> d45e4d9b7e Trac #26742: py3: fix threejs viewer interface
>>> 53b87f160d Trac #26737: py3: some work on finite state machines
>>> 3ce4503500 Trac #26728: Remove ellipsis in one findstat doctest
>>> 7853331f91 Trac #26726: Py3: Some python3 fixes in geometry module.
>>> 7d7d7eaca0 Trac #26704: Py3 : database.oeis  implement __getitem__ to 
>>> replace __getslice__
>>> 2599afd5c4 Trac #26596: Replace expect r interface with rpy2
>>> a38120a74e Trac #26168: Add parallelism for two tensor calculus functions
>>> b150b57dd2 Trac #25473: 20 internet doctests failed in 
>>> sage/finance/stock.py
>>> d11cabb0c9 Trac #23547: isl + polylib + barvinok packages
>>> 269bd3da76 Trac #23341: port lcalc to C++11
>>> 514e0f5e50 Trac #26729: update curl to 7.62
>>> b054b079e5 Trac #26405: Root finding for p-adic polynomials
>>> 7b564b0ed6 Trac #25443: bijections for set partitions
>>> 6eba589bce Trac #26720: py3: some fixes for misc/abstract_method
>>> fda5bdab57 Trac #26717: converting some http to https in install 
>>> instructions
>>> e235693068 Trac #26712: avoid .vertices() in independent_sets.pyx
>>> cbe26c565f Trac #26711: avoid .vertices() in graph_coloring.py
>>> b138c8a7a4 Trac #26702: Py3: Fix database/sql_db module for python3
>>> 9e6743fa4c Trac #26420: More flexible constructor of  GroupHomomorphisms
>>> 75bc4c6d91 Trac #25519: Upgrade gmpy2
>>> 10d1b6810c Trac #26715: build/pkgs/gfortran/spkg-configure.m4 works 
>>> incorrectly if CC and CXX are already there
>>> 51d1404842 Trac #26723: remove deprecated stuff in posets and Hasse
>>> 2615da94d8 Trac #26724: py3: one small fix for elliptic curves over 
>>> number fields
>>> 4332897d03 Trac #26721: py3: fix function fields
>>> 7928e4c3a0 Trac #26719: py3: fix doctests in symmetric group algebra
>>> 5d8ab92872 Trac #26630: clean generic_graph.py (part 3)
>>> 5c49a279ea Trac #26709: Upgrade to jupyter notebook 5.7.1
>>> cc373ffd76 Trac #26661: pep cleanup of old integer lists
>>> 208fd1182c Trac #26574: remove deprecated stuff in integer lists
>>> 1a6f4e9862 Trac #26560: remove deprecated stuff in element wrapper
>>> da82efd125 Trac #26708: clean connectivity.pyx (part 3)
>>> 3fa1ec45df Trac #

[sage-release] Re: Sage 8.5.beta5 released

2018-11-29 Thread Timo Kaufmann
Probably due to https://trac.sagemath.org/ticket/26596, sorry. Was that a 
build using sage's build system (`make -j4 ptestlong` or similar) or the 
debian package?

Am Donnerstag, 29. November 2018 18:39:05 UTC+1 schrieb Emmanuel 
Charpentier:
>
> On Debian testing running onCore i5 + 8 GB RAM, I get three failures in 
> one doctest :
>
> --
> sage -t --long --warn-long 47.5 src/sage/interfaces/r.py  # 3 doctests 
> failed
> --
>
>  All three are dociuentation discordances in R (see attached file).
>
> Probably a booboo, but I don't understand the root of the problem.
>
> --
> Emmanuel Charpentier
>
> Le lundi 26 novembre 2018 01:36:04 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
>>
>> b36eca1990 (tag: 8.5.beta5, trac/develop) Updated SageMath version to 
>> 8.5.beta5
>> 50d5520f60 Trac #26747: py3: final fixes for cluster_algebra.py
>> acb2071e3c Trac #26738: py3: fix all doctests in game_theory
>> c0fcb1222a Trac #26748: clean graph_generators_pyx.pyx
>> b7d04438fb Trac #26746: provide translation of fresnel to fricas
>> 99fe4d2534 Trac #26745: py3: fix doctest in Grossman-Larsson
>> 285956f06c Trac #26744: remove a bunch of deprecated renamed keywords
>> 959468f7a2 Trac #26743: cyclotomic_part should not include powers of x
>> 9c0a66df99 Trac #26739: py3: some fixes in Monsky-Washnitzer
>> 47998f15f4 Trac #26736: some work on cluster mutation again
>> e7a1a04d8f Trac #26732: Docker image fails to start jupyter notebook
>> 73b2d3962e Trac #26734: small cleanup for alternating sign matrices
>> 9713da62ea Trac #25708: Rename SBox methods for 
>> difference_distribution_matrix and similar to _table
>> d45e4d9b7e Trac #26742: py3: fix threejs viewer interface
>> 53b87f160d Trac #26737: py3: some work on finite state machines
>> 3ce4503500 Trac #26728: Remove ellipsis in one findstat doctest
>> 7853331f91 Trac #26726: Py3: Some python3 fixes in geometry module.
>> 7d7d7eaca0 Trac #26704: Py3 : database.oeis  implement __getitem__ to 
>> replace __getslice__
>> 2599afd5c4 Trac #26596: Replace expect r interface with rpy2
>> a38120a74e Trac #26168: Add parallelism for two tensor calculus functions
>> b150b57dd2 Trac #25473: 20 internet doctests failed in 
>> sage/finance/stock.py
>> d11cabb0c9 Trac #23547: isl + polylib + barvinok packages
>> 269bd3da76 Trac #23341: port lcalc to C++11
>> 514e0f5e50 Trac #26729: update curl to 7.62
>> b054b079e5 Trac #26405: Root finding for p-adic polynomials
>> 7b564b0ed6 Trac #25443: bijections for set partitions
>> 6eba589bce Trac #26720: py3: some fixes for misc/abstract_method
>> fda5bdab57 Trac #26717: converting some http to https in install 
>> instructions
>> e235693068 Trac #26712: avoid .vertices() in independent_sets.pyx
>> cbe26c565f Trac #26711: avoid .vertices() in graph_coloring.py
>> b138c8a7a4 Trac #26702: Py3: Fix database/sql_db module for python3
>> 9e6743fa4c Trac #26420: More flexible constructor of  GroupHomomorphisms
>> 75bc4c6d91 Trac #25519: Upgrade gmpy2
>> 10d1b6810c Trac #26715: build/pkgs/gfortran/spkg-configure.m4 works 
>> incorrectly if CC and CXX are already there
>> 51d1404842 Trac #26723: remove deprecated stuff in posets and Hasse
>> 2615da94d8 Trac #26724: py3: one small fix for elliptic curves over 
>> number fields
>> 4332897d03 Trac #26721: py3: fix function fields
>> 7928e4c3a0 Trac #26719: py3: fix doctests in symmetric group algebra
>> 5d8ab92872 Trac #26630: clean generic_graph.py (part 3)
>> 5c49a279ea Trac #26709: Upgrade to jupyter notebook 5.7.1
>> cc373ffd76 Trac #26661: pep cleanup of old integer lists
>> 208fd1182c Trac #26574: remove deprecated stuff in integer lists
>> 1a6f4e9862 Trac #26560: remove deprecated stuff in element wrapper
>> da82efd125 Trac #26708: clean connectivity.pyx (part 3)
>> 3fa1ec45df Trac #26705: Fix is_formal for hyperplane arrangements with no 
>> cycles
>> bbe7f47574 Trac #26597: Update boost/boost_cropped to 1.66.0
>> 0cbf26ce26 Trac #26026: Updates to Huffman codings
>> 523b1f8cb6 Trac #26667: distutils no longer shows compiler commands
>> f894105d0d (tag: 8.5.beta4) Updated SageMath version to 8.5.beta4
>>
>>

-- 
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.


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

2018-10-13 Thread Timo Kaufmann
There is no tag on github yet.

-- 
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.


[sage-release] Re: Sage 8.3.beta2 released

2018-05-20 Thread Timo Kaufmann
Linbox fails to build for me (on archlinux). I tried `make distclean && 
make` and the output is here: 
https://gist.github.com/timokau/f9b9de0236c0ba133998fd2567b850f6

The error:

In file included from ../../linbox/matrix/densematrix/blas-matrix.h:54,
 from ../../linbox/matrix/dense-matrix.h:79,
 from ../../linbox/algorithms/rational-solver.h:43,
 from ../../linbox/algorithms/diophantine-solver.h:29,
 from diophantine-solver.C:26:
../../linbox/matrix/densematrix/blas-transposed-matrix.h:74:8: error: too 
many template-parameter-lists
  class TransposedBlasMatrix< TransposedBlasMatrix< Matrix > > : public 
Matrix {
^~

Am Freitag, 18. Mai 2018 22:03:01 UTC+2 schrieb 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
>
> b4a14f9782 (tag: 8.3.beta2) Updated SageMath version to 8.3.beta2
> 0f91c52fc3 Trac #25102: Allow more digits in some outputs
> b3147801b2 Trac #25094: Make GAP doctests less version dependent
> a2d1ac71a3 Trac #25093: Use year of release for copyright
> 4070289aee Trac #25066: Minor typo in pynac.pxd
> 6c8058f15e Trac #25350: trivial cases of operations in ℤ[x]
> a5d8ee3b36 Trac #25331: Pyflakes for posets
> 6b38080d4e Trac #25303: Random orientation of a graph
> 94ce399587 Trac #25291: speed up generic polynomials
> 8b45b1e022 Trac #25279: py3: adapt the atlas-config script
> aa2ac3f797 Trac #25265: Compute polynomial discriminant over QQbar
> 35def48abd Trac #25242: is_polynomial fails when multiple roots
> 0aecaa99fc Trac #25240: Chebyshev and Lattes maps should be created as 
> dynamical systems
> 51ee5108e4 Trac #25232: Minor simplification of 
> PolynomialRing.fraction_field()
> 2d0d2ae4df Trac #25231: py3: miscellaneous minor fixes to sage.crypto
> 98b609b283 Trac #25218: Extract roots in NumberField if possible
> db3b41b1c0 Trac #25215: py3: minor test fixes for 
> sage.tensor.modules.free_module_tensor
> 5bf743455a Trac #25213: Sort terms in DifferentialForm repr/latex by 
> coordinate index
> 0efa28a027 Trac #25210: Add option to make QQbar / AA print using radicals
> c23aacdda4 Trac #25187: py3: misc fixes to sage.typeset
> a204596b9f Trac #25180: py3: fixes to sage.dynamics
> 82a345f8ab Trac #25138: Make some packages order-only dependencies
> 9382fea6fe Trac #25127: gauss_sum mod1
> fdce8e47ee Trac #25126: Factoring disconnected graph
> 13b921ed9c Trac #25115: more https links and some typos
> b8f7802f39 Trac #25073: Add USA map graph
> 3ad30beb24 Trac #25020: Some updates to use pycygwin
> a80afb248b Trac #24783: py3: minor fixes in sage.interfaces
> 4fe72af573 Trac #25387: Clean up UniqueRepresentations in sage.algebra 
> (part 1)
> bb38a0b409 Trac #25380: py3: minor fixes towards docbuild
> 01623e96c0 Trac #25373: Add IPython support for Cython functions
> 02f281c1c0 Trac #25371: py3: towards docbuild, more details
> 6eef55a3f8 Trac #25368: py3: towards docbuild, some details
> 0f896f0357 Trac #25179: New function to get attribute without binding and 
> use it instead of __func__
> a7905c7071 Trac #25039: Add sdh_install helper function to 
> sage-dist-helpers
> 40f328aa0b Trac #24975: Improve method binpacking
> 308d08ffc9 Trac #24760: convert cluster interact to jupyter notebook
> 705edc0b7b Trac #21162: Row standard tableaux
> 7357c3aa4e Trac #25323: Feature check for GAP package "prim" is wrong
> 5cca07b851 Trac #25010: Wrong results for principal_directions in 
> ParametrizedSurface3d
> 02245711f6 Trac #24970: py3: fix sage.tests.cmdline
> 2953d35508 Trac #24956: py3: miscellaneous minor fixes for 
> sage.interfaces.singular
> 82d89e1abd Trac #25294: Extending valuations in function fields does not 
> work
> ef697b89b9 Trac #25283: Implement left descent and reduced word for 
> colored permutations
> 25c5e809ab Trac #25274: Clean up cimports in libgap
> 6ff28fc20a Trac #25204: Upgrade to Python 2.7.15
> f079dec4c8 Trac #25197: py3: minor byes/str fixes to sage.matrix
> aa5e55aeee Trac #25087: Add DESTDIR support for ppl
> c8bf11d065 Trac #24924: Making the bliss canonical form available for edge 
> labelled graphs
> 097ce00d12 Trac #24836: py3: cleanup sage.interfaces.sage0
> 4dc912cd8c Trac #23851: Fix memoryleak introduced in #11670
> f23c4263df Trac #20687: wrong result for is_subword_of
> 7a93730251 Trac #20564: KleshchevPartitions
> bb208e5453 Trac #24938: mpolynomial.lift signals
> 2e489dbeaf Trac #24891: improve docstring of reflection groups 
> (apply_reflection, from_reduced_word)
> 4b047da584 Trac #24782: add parameter solver to method chromatic_number
> c74193cc14 Trac #24689: Remove the deprecated files in src/sage/gsl
> 928ef77027 Trac #24591: Global function fields: basic classes
> 006a8e187c Trac #13825: roots over IntegerModRing is horribly slow
> 2eedebcbc5 Trac #10606: Trouble wit