<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/sage-combinat-devel</id>
  <title type="text">sage-combinat-devel Google Group</title>
  <subtitle type="text">
  This email list is for discussion of sage-combinat development issues.
  </subtitle>
  <link href="/group/sage-combinat-devel/feed/atom_v1_0_msgs.xml" rel="self" title="sage-combinat-devel feed"/>
  <updated>2013-05-15T20:10:36Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>Anne Schilling</name>
  <email>a...@math.ucdavis.edu</email>
  </author>
  <updated>2013-05-15T20:10:36Z</updated>
  <id>http://groups.google.com/group/sage-combinat-devel/browse_thread/thread/14f544e72a6de2e8/1a7ddcb1dc5d2bb1?show_docid=1a7ddcb1dc5d2bb1</id>
  <link href="http://groups.google.com/group/sage-combinat-devel/browse_thread/thread/14f544e72a6de2e8/1a7ddcb1dc5d2bb1?show_docid=1a7ddcb1dc5d2bb1"/>
  <title type="text">list your publications!</title>
  <summary type="html" xml:space="preserve">
  Dear Sage-combinat developers and Users! &lt;br&gt; &lt;p&gt;As you know, we obtained funding from the NSF for sage-combinat development. &lt;br&gt; In particular, the grant funded the new combinat server in Seattle, graduate &lt;br&gt; students, and various Sage Days. &lt;br&gt; &lt;p&gt;The NSF is very picky this year about the annual reports and requested
  </summary>
  </entry>
  <entry>
  <author>
  <name>Paul-Olivier Dehaye</name>
  <email>paul-olivier.deh...@math.uzh.ch</email>
  </author>
  <updated>2013-05-15T19:42:55Z</updated>
  <id>http://groups.google.com/group/sage-combinat-devel/browse_thread/thread/11e1b2bf910051a9/069f505f4d6aa76a?show_docid=069f505f4d6aa76a</id>
  <link href="http://groups.google.com/group/sage-combinat-devel/browse_thread/thread/11e1b2bf910051a9/069f505f4d6aa76a?show_docid=069f505f4d6aa76a"/>
  <title type="text">Re: [sage-combinat-devel] problems with dot2tex</title>
  <summary type="html" xml:space="preserve">
  By the way, it should be pyparsing 1.5?.x and not 2.x as that&#39;s only in &lt;br&gt; python 3. &lt;br&gt; Paul
  </summary>
  </entry>
  <entry>
  <author>
  <name>Anne Schilling</name>
  <email>a...@math.ucdavis.edu</email>
  </author>
  <updated>2013-05-15T16:32:06Z</updated>
  <id>http://groups.google.com/group/sage-combinat-devel/browse_thread/thread/11e1b2bf910051a9/64c103d7817da2f5?show_docid=64c103d7817da2f5</id>
  <link href="http://groups.google.com/group/sage-combinat-devel/browse_thread/thread/11e1b2bf910051a9/64c103d7817da2f5?show_docid=64c103d7817da2f5"/>
  <title type="text">Re: [sage-combinat-devel] problems with dot2tex</title>
  <summary type="html" xml:space="preserve">
  Hi! &lt;br&gt; &lt;p&gt;Oh, this is really terrible since we are constantly using the dot2tex option &lt;br&gt; to view pictures! &lt;br&gt; &lt;p&gt;I created a ticket &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://trac.sagemath.org/sage_trac/ticket/14594&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;Best, &lt;br&gt; &lt;p&gt;Anne
  </summary>
  </entry>
  <entry>
  <author>
  <name>Nicolas M. Thiery</name>
  <email>nicolas.thi...@u-psud.fr</email>
  </author>
  <updated>2013-05-15T00:49:56Z</updated>
  <id>http://groups.google.com/group/sage-combinat-devel/browse_thread/thread/11e1b2bf910051a9/be1ea09c4bde9d66?show_docid=be1ea09c4bde9d66</id>
  <link href="http://groups.google.com/group/sage-combinat-devel/browse_thread/thread/11e1b2bf910051a9/be1ea09c4bde9d66?show_docid=be1ea09c4bde9d66"/>
  <title type="text">Re: [sage-combinat-devel] problems with dot2tex</title>
  <summary type="html" xml:space="preserve">
  Dear Sage-Combinat developers, dear Nathann, &lt;br&gt; &lt;p&gt;Shoot, this is annoying: &lt;br&gt; &lt;p&gt; sage: import dot2tex &lt;br&gt; ... &lt;br&gt; ImportError: No module named pyparsing &lt;br&gt; &lt;p&gt;dot2tex indeed needs pyparsing. And pyparsing used to ship with &lt;br&gt; matplotlib, but apparently the new version of matplotlib does not &lt;br&gt; include it anymore. So one need to install it somehow.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Anne Schilling</name>
  <email>a...@math.ucdavis.edu</email>
  </author>
  <updated>2013-05-15T00:29:35Z</updated>
  <id>http://groups.google.com/group/sage-combinat-devel/browse_thread/thread/11e1b2bf910051a9/caf21f43529090ec?show_docid=caf21f43529090ec</id>
  <link href="http://groups.google.com/group/sage-combinat-devel/browse_thread/thread/11e1b2bf910051a9/caf21f43529090ec?show_docid=caf21f43529090ec"/>
  <title type="text">problems with dot2tex</title>
  <summary type="html" xml:space="preserve">
  Hi! &lt;br&gt; &lt;p&gt;Travis noticed that with sage-5.10.beta2, even if dot2tex is installed, sage &lt;br&gt; does not notice that it is installed. I seem to have the same problem &lt;br&gt; &lt;p&gt;sage: B = CrystalOfTableaux([&#39;A&#39;,2],shap e=[1]) &lt;br&gt; sage: view(B) &lt;br&gt; dot2tex not available. Install after running &#39;sage -sh&#39; &lt;br&gt; &lt;p&gt;Any idea why? &lt;br&gt; &lt;p&gt;Anne
  </summary>
  </entry>
  <entry>
  <author>
  <name>Nicolas M. Thiery</name>
  <email>nicolas.thi...@u-psud.fr</email>
  </author>
  <updated>2013-05-14T14:53:35Z</updated>
  <id>http://groups.google.com/group/sage-combinat-devel/browse_thread/thread/57126050df05f0f1/1005a81644885a82?show_docid=1005a81644885a82</id>
  <link href="http://groups.google.com/group/sage-combinat-devel/browse_thread/thread/57126050df05f0f1/1005a81644885a82?show_docid=1005a81644885a82"/>
  <title type="text">Re: [sage-combinat-devel] Re: Algebra associated with a magma or monoid?</title>
  <summary type="html" xml:space="preserve">
  Hi Simon, &lt;br&gt; &lt;p&gt;Luckily, there is very little left to review; see my last comment on &lt;br&gt; the ticket. &lt;br&gt; &lt;p&gt;I went through it yesterday and did a few small changes. For me it&#39;s &lt;br&gt; good to go. I left notes on the ticket for what remains to be double &lt;br&gt; checked (not much either). &lt;br&gt; &lt;p&gt;Well, I haven&#39;t touched it in one year, so I still need to double
  </summary>
  </entry>
  <entry>
  <author>
  <name>Nicolas M. Thiery</name>
  <email>nicolas.thi...@u-psud.fr</email>
  </author>
  <updated>2013-05-14T14:48:57Z</updated>
  <id>http://groups.google.com/group/sage-combinat-devel/browse_thread/thread/57126050df05f0f1/303e1136b85de7a6?show_docid=303e1136b85de7a6</id>
  <link href="http://groups.google.com/group/sage-combinat-devel/browse_thread/thread/57126050df05f0f1/303e1136b85de7a6?show_docid=303e1136b85de7a6"/>
  <title type="text">Re: [sage-combinat-devel] Re: Algebra associated with a magma or monoid?</title>
  <summary type="html" xml:space="preserve">
  That&#39;s a good question. It&#39;s little code anyway, so if #12630 is ready &lt;br&gt; feel free to implement a temporary quiver algebra with a note stating &lt;br&gt; that the code will be removed soon. &lt;br&gt; &lt;p&gt;Cheers, &lt;br&gt; Nicolas &lt;br&gt; -- &lt;br&gt; Nicolas M. Thi�ry &amp;quot;Isil&amp;quot; &amp;lt;nthi...@users.sf.net&amp;gt; &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://Nicolas.Thiery.name/&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Simon King</name>
  <email>simon.k...@uni-jena.de</email>
  </author>
  <updated>2013-05-14T14:35:52Z</updated>
  <id>http://groups.google.com/group/sage-combinat-devel/browse_thread/thread/57126050df05f0f1/f1b237a0849e724e?show_docid=f1b237a0849e724e</id>
  <link href="http://groups.google.com/group/sage-combinat-devel/browse_thread/thread/57126050df05f0f1/f1b237a0849e724e?show_docid=f1b237a0849e724e"/>
  <title type="text">Re: Algebra associated with a magma or monoid?</title>
  <summary type="html" xml:space="preserve">
  By this statement, I mean: Does it make sense to make it depend on your &lt;br&gt; functorial construction patch, or would it be better to get quivers in &lt;br&gt; ASAP, even though some part of it will become redundant as soon as your &lt;br&gt; patch is merged? &lt;br&gt; &lt;p&gt;Best regards, &lt;br&gt; Simon
  </summary>
  </entry>
  <entry>
  <author>
  <name>Simon King</name>
  <email>simon.k...@uni-jena.de</email>
  </author>
  <updated>2013-05-14T14:28:04Z</updated>
  <id>http://groups.google.com/group/sage-combinat-devel/browse_thread/thread/57126050df05f0f1/e306f600829238a0?show_docid=e306f600829238a0</id>
  <link href="http://groups.google.com/group/sage-combinat-devel/browse_thread/thread/57126050df05f0f1/e306f600829238a0?show_docid=e306f600829238a0"/>
  <title type="text">Re: Algebra associated with a magma or monoid?</title>
  <summary type="html" xml:space="preserve">
  Hi Nicolas, &lt;br&gt; &lt;p&gt;Then I wonder what to do with #12630 (quiver representations and so on). &lt;br&gt; &lt;p&gt;It does provide an implementation of quiver algebras, but I don&#39;t see why &lt;br&gt; one could not rely on a general construction (hence, on your functorial &lt;br&gt; construction patch). Of course, one does need new code for the quiver
  </summary>
  </entry>
  <entry>
  <author>
  <name>Nicolas M. Thiery</name>
  <email>nicolas.thi...@u-psud.fr</email>
  </author>
  <updated>2013-05-14T12:34:19Z</updated>
  <id>http://groups.google.com/group/sage-combinat-devel/browse_thread/thread/57126050df05f0f1/56dd465f8f0b3619?show_docid=56dd465f8f0b3619</id>
  <link href="http://groups.google.com/group/sage-combinat-devel/browse_thread/thread/57126050df05f0f1/56dd465f8f0b3619?show_docid=56dd465f8f0b3619"/>
  <title type="text">Re: [sage-combinat-devel] Algebra associated with a magma or monoid?</title>
  <summary type="html" xml:space="preserve">
  Hi Simon, &lt;br&gt; &lt;p&gt;Yes, the dreaded functorial construction patch! &lt;br&gt; &lt;p&gt;So at least you might get something back from reviewing its &lt;br&gt; prerequisites :-) After 12876 and 11935, I hope to post shortly 12895 &lt;br&gt; (subcategory methods) and 13589 (c3 under control). And then off for &lt;br&gt; the big one. &lt;br&gt; &lt;p&gt;Cheers, &lt;br&gt; Nicolas
  </summary>
  </entry>
  <entry>
  <author>
  <name>Simon King</name>
  <email>simon.k...@uni-jena.de</email>
  </author>
  <updated>2013-05-14T10:36:03Z</updated>
  <id>http://groups.google.com/group/sage-combinat-devel/browse_thread/thread/57126050df05f0f1/f4b8071717e40c78?show_docid=f4b8071717e40c78</id>
  <link href="http://groups.google.com/group/sage-combinat-devel/browse_thread/thread/57126050df05f0f1/f4b8071717e40c78?show_docid=f4b8071717e40c78"/>
  <title type="text">Algebra associated with a magma or monoid?</title>
  <summary type="html" xml:space="preserve">
  Hi! &lt;br&gt; &lt;p&gt;If F is a (free associative) magma, for example given by a quiver, then &lt;br&gt; F.algebra(QQ) is supposed to return the QQ-algebra over F. However, &lt;br&gt; F.algebra(QQ) currently just returns a Combinatorial Free Module, and &lt;br&gt; multiplication of its elements is not available. &lt;br&gt; &lt;p&gt;Are there patches on trac which would make F.algebra(QQ) return an
  </summary>
  </entry>
  <entry>
  <author>
  <name>Nicolas M. Thiery</name>
  <email>nicolas.thi...@u-psud.fr</email>
  </author>
  <updated>2013-05-11T13:08:23Z</updated>
  <id>http://groups.google.com/group/sage-combinat-devel/browse_thread/thread/5d1534f9fc1dd779/45077d52fbf0791c?show_docid=45077d52fbf0791c</id>
  <link href="http://groups.google.com/group/sage-combinat-devel/browse_thread/thread/5d1534f9fc1dd779/45077d52fbf0791c?show_docid=45077d52fbf0791c"/>
  <title type="text">Re: [sage-combinat-devel] Set, sequence and multiset of combinatorial object</title>
  <summary type="html" xml:space="preserve">
  Hi Jean-Baptiste, &lt;br&gt; &lt;p&gt;That&#39;s precisely what species are about. I am not sure whether the &lt;br&gt; current implementation supports any enumerated set with grading as &lt;br&gt; leaf of the grammar though (the implementation in MuPAD-Combinat &lt;br&gt; did). It would not be hard to add though. &lt;br&gt; &lt;p&gt;See sage.combinat.species.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jean-Baptiste Priez</name>
  <email>elix...@gmail.com</email>
  </author>
  <updated>2013-05-11T07:10:03Z</updated>
  <id>http://groups.google.com/group/sage-combinat-devel/browse_thread/thread/5d1534f9fc1dd779/a8446ec1d9f521d6?show_docid=a8446ec1d9f521d6</id>
  <link href="http://groups.google.com/group/sage-combinat-devel/browse_thread/thread/5d1534f9fc1dd779/a8446ec1d9f521d6?show_docid=a8446ec1d9f521d6"/>
  <title type="text">Re: Set, sequence and multiset of combinatorial object</title>
  <summary type="html" xml:space="preserve">
  ps: I know Florent has made a *SetFactory* but it is not what I ask. &lt;br&gt; &lt;p&gt;(I think to something like *sage: Seq(Permutations())*.) &lt;br&gt; &lt;p&gt;Le samedi 11 mai 2013 09:04:55 UTC+2, Jean-Baptiste Priez a écrit :
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jean-Baptiste Priez</name>
  <email>elix...@gmail.com</email>
  </author>
  <updated>2013-05-11T07:04:55Z</updated>
  <id>http://groups.google.com/group/sage-combinat-devel/browse_thread/thread/5d1534f9fc1dd779/2dc75defaf1979fe?show_docid=2dc75defaf1979fe</id>
  <link href="http://groups.google.com/group/sage-combinat-devel/browse_thread/thread/5d1534f9fc1dd779/2dc75defaf1979fe?show_docid=2dc75defaf1979fe"/>
  <title type="text">Set, sequence and multiset of combinatorial object</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; I would like to know if there exists a factory or something to build &lt;br&gt; automatically set, sequence or multi set of combinatorial classes. &lt;br&gt; If I am not clear, we have *rooted trees* then it seems natural to have &lt;br&gt; *forest of rooted trees* (may be there exists and I am interested)... so we &lt;br&gt; can create a new combinatorial class or we could use a factory to build
  </summary>
  </entry>
  <entry>
  <author>
  <name>Nicolas M. Thiery</name>
  <email>nicolas.thi...@u-psud.fr</email>
  </author>
  <updated>2013-05-11T01:54:30Z</updated>
  <id>http://groups.google.com/group/sage-combinat-devel/browse_thread/thread/c303cccf40aaf6d8/d00c2a6cab3bee0a?show_docid=d00c2a6cab3bee0a</id>
  <link href="http://groups.google.com/group/sage-combinat-devel/browse_thread/thread/c303cccf40aaf6d8/d00c2a6cab3bee0a?show_docid=d00c2a6cab3bee0a"/>
  <title type="text">Re: [sage-combinat-devel] sage-queue does not apply to sage-5.10.beta2</title>
  <summary type="html" xml:space="preserve">
  Yes, that&#39;s the one I am working on. &lt;br&gt; &lt;p&gt;	Nicolas &lt;br&gt; -- &lt;br&gt; Nicolas M. Thiï¿½ry &amp;quot;Isil&amp;quot; &amp;lt;nthi...@users.sf.net&amp;gt; &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://Nicolas.Thiery.name/&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
</feed>
