[sage-devel] Re: Sage 5.12 released

2013-10-10 Thread Andrew
al/src/sage/sage-5.12/local/lib/python2.7/site-packages/sage/doctest/forker.py", line 112, in init_sage from sympy.printing.pretty.stringpict import stringPict ImportError: No module named sympy.printing.pretty.stringpict I am running macosx 10.7.5 with xcode 4.6.3. Any suggestions would

Re: [sage-devel] Re: computing a graph diameter

2013-12-06 Thread Andrew
> Ahahaha. Okay okay. Well, then tell me when you feel sufficiently at ease > with git to review patches, and you'll have that patch two hours from then > :-D > > Actually, reviewing git tickets is easier than in the old world. You need to: 1. Install sage-git: (assuming linux/macosx and

[sage-devel] Re: working on (and converting) non-git tickets

2013-12-17 Thread Andrew
You may have seen it on the TentativeConventions<http://wiki.sagemath.org/TentativeConventions#Move_a_patch_from_the_combinat_queue_to_git>page put up by sage-ccmbinat after sage days 54. Andrew On Tuesday, 17 December 2013 21:29:05 UTC+1, John Cremona wrote: > > Could someone poi

Re: [sage-devel] removing pickles for old k-Schur implementation

2014-01-12 Thread Andrew
rrent implementation of kSchur functions and its __getstate__ function is just returning a dictionary -- just like Partition used to -- so I suspect that essentially the changing the parent in the code above is all that you need to do. Andrew On Saturday, 11 January 2014 22:50:06 UTC+1, anne1.s...@gmai

[sage-devel] Re: The lcm of two univariate polynomials

2014-01-14 Thread Andrew
On Tuesday, 14 January 2014 17:21:41 UTC+1, rjf wrote: > > Division with remainder is available in Maxima as the command divide. > e.g. divide(a, x-4,x) returns the pair, x-1 and 2 for > quotient and remainder. > LCM is available in Maxima as lcm. It probably has the semantics you > expect

[sage-devel] Re: pickle jar is checked into git

2014-01-16 Thread Andrew
There is an old trac ticket #10768 <http://trac.sagemath.org/ticket/10768>that proposes that the pickle_jar should be tracked as files rather than as a compressed tar file. I think that that this is a good idea. The ticket refers to hg but is otherwise sound. Andrew On Thursday, 16 J

[sage-devel] Re: pickle jar is checked into git

2014-01-17 Thread Andrew
needed. On these grounds my preference is for option 2. Andrew On Friday, 17 January 2014 03:46:00 UTC+1, Volker Braun wrote: > Any changes are very infrequent and there is no process to update it > regularly: > > $ git log --oneline src/ext/pickle_jar/ > 3d1bf45 Trac #7922: Cat

[sage-devel] Re: pickle jar is checked into git

2014-01-17 Thread Andrew
in principle yes, but how easy do you think it will be to compile sage 2.0 in 2020? My guess is that this will be more difficult than writing new code to read old pickles -- should any of them no longer be supported:) Andrew -- You received this message because you are subscribed to the Google

[sage-devel] Re: pickle jar is checked into git

2014-01-17 Thread Andrew
On Friday, 17 January 2014 14:53:22 UTC+1, Simon King wrote: > > Hi Andrew, > > On 2014-01-17, Andrew > wrote: > > Do you suggest to "update the pickle jar" in the sense of "whenever > someone implements a new data structure or changes an existing data

[sage-devel] Re: Call for vote about ticket #10963: axioms and more functorial constructions

2014-03-09 Thread Andrew
pe that the documentation for the functorial constructions patch is more helpful. Andrew -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+uns

[sage-devel] Re: help with sage -b under Git

2014-03-20 Thread Andrew
ot;make" to build sage unless you are > prepared for exactly the kind of breakage that you got. > I'm rarely in the right directory to run make, so having a sage -make shortcut would be useful...or I could just write an alias. Andrew -- You received this message because you are su

[sage-devel] Mavericks - macosx users only

2014-03-20 Thread Andrew
As far as I can see sage is compiling and running on mavericks. From those who have made the switch,would you recommend upgrading to mavericks? Andrew -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this grou

Re: [sage-devel] A "# bug" tag for doctests

2014-03-26 Thread Andrew
count them as failed doctests. This would be easy to implement. By default, I think that failures of doctests should be printed (but not counted as doctest failures) and there should be an optional argument for suppressing the printing of the failures for known bugs. Andrew -- You received this

[sage-devel] Re: Problem compiling sage 6.2.rc0-develop with macosx/mavericks

2014-04-27 Thread Andrew
Update: It's not a 6.2.rc0 issue after all. My compile of 6.1.1 failed with: ... sh: line 1: 45940 Trace/BPT trap: 5 /Applications/Xcode.app/Contents/ Developer/usr/bin/xcodebuild -sdk / -find strip 2> /dev/null xcrun: error: unable to find utility "strip", not a developer tool or inPATH ins

Re: [sage-devel] Re: Problem compiling sage 6.2.rc0-develop with macosx/mavericks

2014-04-28 Thread Andrew
Yes I have strip and the command line tools: 533-6.1.1-master-sage: which strip strip is /Library/Developer/CommandLineTools/usr/bin/strip strip is /usr/bin/strip On Monday, 28 April 2014 16:28:16 UTC+10, yomcat wrote: > > On 28/04/2014, at 1809, Andrew > wrote: > > > &

Re: [sage-devel] Re: Problem compiling sage 6.2.rc0-develop with macosx/mavericks

2014-04-28 Thread Andrew
nday, 28 April 2014 19:49:39 UTC+10, Andrew wrote: > > Yes I have strip and the command line tools: > > 533-6.1.1-master-sage: which strip > strip is /Library/Developer/CommandLineTools/usr/bin/strip > strip is /usr/bin/strip > > > > On Monday, 28 April 2014 16:28:1

Re: [sage-devel] Re: Problem compiling sage 6.2.rc0-develop with macosx/mavericks

2014-04-28 Thread Andrew
On Monday, 28 April 2014 20:09:53 UTC+10, Volker Braun wrote: > > Whats xcodebuild -version > > It's: Xcode 5.1.1 Build version 5B1008 Andrew -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from th

Re: [sage-devel] Re: Problem compiling sage 6.2.rc0-develop with macosx/mavericks

2014-04-28 Thread Andrew
On Monday, 28 April 2014 22:20:28 UTC+10, Volker Braun wrote: > > On Monday, April 28, 2014 10:53:53 AM UTC+1, Andrew wrote: >> >> Here's another bizarre feature: >> >> 538-6.1.1-master-sage: /Applications/Xcode.app/Contents/Developer/usr/bin >> /x

Re: [sage-devel] Re: Problem compiling sage 6.2.rc0-develop with macosx/mavericks

2014-04-28 Thread Andrew
On Monday, 28 April 2014 23:49:47 UTC+10, Volker Braun wrote: > > whats the output of "xcrun -v strip" > xcrun: note: PATH = '/Users/andrew/bin:/Library/Developer/CommandLineTools/usr/bin:/bin:/sbin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/usr/texbin:/us

Re: [sage-devel] Re: [sage-combinat-devel] Re: About _element_constructor_ of CartesianProduct

2014-04-30 Thread Andrew
ion is called _add_ instead of __add__ is not > exactly straightforward when you don't expect it. > > +1. I seem to remember that there are quite a few of these _blah_ and __blah__ variants and that, usually, I wasn't quite sure what the difference was and which one I should use. And

Re: [sage-devel] Re: Problem compiling sage 6.2.rc0-develop with macosx/mavericks

2014-04-30 Thread Andrew
On Wednesday, 30 April 2014 20:48:01 UTC+10, Volker Braun wrote: > > On Wednesday, April 30, 2014 9:50:27 AM UTC+1, Andrew wrote: >> >> singular-3.1.5.p9 >>> >> > Sage-6.2.rc0 uses Singular 3.1.6.p1, you are building an old branch > (possibly older than whe

Re: [sage-devel] Re: Problem compiling sage 6.2.rc0-develop with macosx/mavericks

2014-04-30 Thread Andrew
error so I'm guessing that the heck sum that it is being compared against is for 3.1.5.p6. I'm guessing that I have somehow tied git up in knots? Andrew On Thursday, 1 May 2014 00:22:31 UTC+10, Andrew wrote: > > On Wednesday, 30 April 2014 20:48:01 UTC+10, Volker Braun wrote: &g

Re: [sage-devel] Re: Problem compiling sage 6.2.rc0-develop with macosx/mavericks

2014-04-30 Thread Andrew
On Thursday, 1 May 2014 00:47:20 UTC+10, Volker Braun wrote: > > Or just do a "git pull", since you are on the master branch this will give > you 6.1.1 which afaik also builds on OSX 10.9. > As detailed above, I have the latest master branch but for some reason it has the wrong version of singul

Re: [sage-devel] Re: Problem compiling sage 6.2.rc0-develop with macosx/mavericks

2014-05-04 Thread Andrew
eryone for your help, especially Volker. Andrew -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To post to this

Re: [sage-devel] Re: Problem compiling sage 6.2.rc0-develop with macosx/mavericks

2014-05-06 Thread Andrew
> It doesn't remove the $SAGE_ROOT/local subdirectory either. I had the impression that it was also running the configure script(s), but perhaps I was wrong. Andrew -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscrib

Re: [sage-devel] Re: Problem compiling sage 6.2.rc0-develop with macosx/mavericks

2014-05-06 Thread Andrew
kefile: > > distclean: clean doc-clean lib-clean bdist-clean > @echo "Deleting all remaining output from build system ..." > rm -rf local > > > > On Tuesday, May 6, 2014 9:30:03 AM UTC+2, Andrew wrote: >> >> >> Can you clarify what

[sage-devel] Re: Unpickling dictionaries with unhashable keys

2014-05-12 Thread Andrew
You need to define a new __setstate__ method that allows for the old and new way of doing things. Something like: if isinstance(state, dict): # for old pickles from Partition_class self._set_parent(_Partitions) self.__dict__ = state else: self._set_paren

Re: [sage-devel] Re: Please review #13125

2014-05-18 Thread Andrew
do this would be by adding a brief sentence to the AUTHORS: block and the top of the file. This way when the code evolves later the correct attribution remains in place. Andrew On Sunday, 18 May 2014 21:04:00 UTC+10, Nathann Cohen wrote: > > > I don't have a strong view on it,

[sage-devel] Re: Who won the Spies Prize?

2014-06-19 Thread Andrew
Congrats Volker - especially for your tenacity in pulling us into a better world. Andrew -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-deve

[sage-devel] Re: Do ticket titles matter? Can I rename a ticket if I didn't open it?

2014-07-04 Thread Andrew
I think that ticket title should be meaningful. There is nothing to stop the title from being humourous as well (so you have to be clever and funny). If the title is just useless then it ain't funny. Andrew On Friday, 4 July 2014 21:05:53 UTC+2, Andrey Novoseltsev wrote: > > H

[sage-devel] Re: Doctest granularity for private methods

2014-07-16 Thread Andrew
Each method should include a brief description of the method together with one or more doctests that directly, or indirectly, test the method. Even though many of the methods are similar they presumably do different things and have different descriptions. The tests can of course be similar or r

Re: [sage-devel] Re: [GDML] [gdml] ICERM report and comments

2014-09-15 Thread Andrew
s unfair to lisp, but it's guilt by association... Andrew -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.c

[sage-devel] Re: Sage grant

2014-10-29 Thread Andrew
n this has stalled, but I am hoping to be able to restart soon, so perhaps we should talk more about this aspect of what you are planning. Andrew On Wednesday, 29 October 2014 10:42:53 UTC+11, Anne Schilling wrote: > > Dear All! > > Dan Bump, Ben Salisbury, Mark Shimozono and I are plann

[sage-devel] sage -br broken after creating new directory

2014-11-07 Thread Andrew
ould it using sage --sync-build but this (undocumented feature) seems to have disappeared. Is there anything obvious that I am missing or doing wrong? Andrew -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group

[sage-devel] Re: sage -br broken after creating new directory

2014-11-09 Thread Andrew
ems and haven't switched back yet...). I spent the weekend struggling to compile 6.4.rc1, only succeeding after I had set SAGE_PORT. Sadly I have the same problem. I am sure that I am doing something stupid, such as Volker is suggesting, but I can't any difference between what I have don

[sage-devel] Re: sage -br broken after creating new directory

2014-11-09 Thread Andrew
I tracked down my problem: the __init__.py file was named __init_.py. As I said it was likely it be something stupid... -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an ema

[sage-devel] tab completion for list of associated objects

2014-11-09 Thread Andrew
=MyFavouriteAlgebra() sage. A.representations. # expands to list of methods for constructing the defined representations Is there is a standard way of doing this in sage? One option would be to use a namedtuple but if there is already an established convention then I'd prefer to use that. Andrew --

[sage-devel] Re: tab completion for list of associated objects

2014-11-09 Thread Andrew
t; method could list the possible choices but I would like a more direct interface than this. I mentioned namedtuple() in the question. Another option, that is already used quite a bit, is the "catalog" mechanism behind groups. and codes., but this creates a static list of methods so it

[sage-devel] Re: tab completion for list of associated objects

2014-11-09 Thread Andrew
I've found a nice way of doing what I want, that supports both documentation and tab-completion, so unless there is a standard way of doing this please ignore this question. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from thi

Re: [sage-devel] Re: The Misfortunes of a Trio of Mathematicians Using Computer Algebra Systems

2014-11-13 Thread Andrew
x27; > 239600 > > Using ag I find: sage: ag '^\s*sage:'| wc -l 300410 If we just want to look for testing blocks then a crude lower bound is: sage: ag '^\s*(TEST|EXAMPLE)S::' | wc -l 62882 Andrew -- You received this message because you are subscribed to

[sage-devel] Re: tab completion for list of associated objects

2014-11-13 Thread Andrew
ups(). expanders. If people don't like I'll remove it. Andrew -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegr

Re: [sage-devel] Code of Conduct

2014-11-15 Thread Andrew
orse Simon's statement above and I think that it would be quite reasonable to have it as the official code of conduct. I am being quite serious. After all, the code of conduct should be an aspiratal statement about how we, as a group, go about achieving our aims. Andrew -- You received

Re: [sage-devel] Re: About recmpilations caused by Git

2014-11-17 Thread Andrew
I am guessing that, on principle, Nathan would refuse to review such patches when they are done. Andrew -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage

Re: [sage-devel] Re: About recmpilations caused by Git

2014-11-17 Thread Andrew
continuously switch between versions because of the compile time lag. Andrew -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@

Re: [sage-devel] Re: About recmpilations caused by Git

2014-11-18 Thread Andrew
r example, this is done automatically when using setup tools). Are their plans to fix this? Andrew -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email t

[sage-devel] Sage installation guide and git

2014-11-19 Thread Andrew
the circular link should be removed). In both cases, it is probably enough to add links to the developers guide. Are there any reasons not to do this? Assuming not I can hack the installation guide but, presumably, whoever maintains the download will have to take care of that. Andrew --

Re: [sage-devel] Re: Code of Conduct

2014-11-20 Thread Andrew
he" as a general pronoun is not intended to be sexist, especially from a non-nature speaker, but I am really struggling to find a reasonable interpretation this last sentence. The best I can come up with is that you are trying to be funny and it's lost in translation. Is this what you i

Re: [sage-devel] Re: Code of Conduct

2014-11-21 Thread Andrew
current discussion. On sage-dev we're focused on sage, so mathematics and coding. Is is ever necessary, or useful, to talk about hating a particular person or a group of people? Andrew -- You received this message because you are subscribed to the Google Groups "sage-devel&

[sage-devel] Re: VOTE: code of conduct - ends Monday at midnight, PST.

2014-11-23 Thread Andrew
[X ] Yes -- adopt the code of conduct stated below (*) -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To post to this gr

Re: [sage-devel] Decision making (refuse to vote)

2014-11-24 Thread Andrew
Also, Vicent has created a wiki page <http://www.google.com/url?q=http%3A%2F%2Fwiki.sagemath.org%2FSageCommunityProposal&sa=D&sntz=1&usg=AFQjCNElD7cUsIZNGW868o7Pd5nEfqAjfw> with the express purpose of discussing and reaching consensus on the text. Andrew -- You received this

[sage-devel] Re: When/by who/how was the "code of conduct" initiated ?

2014-11-26 Thread Andrew
ge because of such interactions, and there is a danger that others will stop. I don't want that. As nothing else had worked I thought that it was worth proposing some guidelines in the hope that this might help. I'm still a little baffled as to why the suggestion that we try to being nice

[sage-devel] Re: When/by who/how was the "code of conduct" initiated ?

2014-11-26 Thread Andrew
ecause of these interactions, and there is a danger that others will stop. I don't want that. As nothing else had worked I was in favour of proposing some guidelines to the community in the hope that this would help. I'm still a little baffled as to why the suggestion that we try to be n

Re: [sage-devel] When/by who/how was the "code of conduct" initiated ?

2014-11-26 Thread Andrew
off by this to take a break. If the loud person was considerate from the start none of this would be necessary. Andrew -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it,

[sage-devel] Re: When/by who/how was the "code of conduct" initiated ?

2014-11-27 Thread Andrew
On Thursday, 27 November 2014 18:45:44 UTC+11, Simon King wrote: > > Hi Andrew, > > On 2014-11-27, Andrew > wrote: > > Speaking only for myself, it is exactly this sort of post that I would > like > > to avoid. Why can't the person who gets "loud"

Re: [sage-devel] Re: When/by who/how was the "code of conduct" initiated ?

2014-11-27 Thread Andrew
> I think we can discuss code and ideas without being rude. If I receive a > rude comment, I have neither the energy nor the time to find the ideas in > it, and I shouldn't have to do it (and neither should you). > +1 A. -- You received this message because you are subscribed to the Googl

Re: [sage-devel] Re: proposed amendment to code of conduct

2014-11-28 Thread Andrew
both), we have to do something. One of the aims of introducing this code was to help bring the community closer together and I think it's failed dismally in this regard. People are raising valid objections and these should be addressed. Andrew -- You received this message because you a

[sage-devel] Re: (William Stein) "my top priority right now is to **make a lot of money**"

2016-08-24 Thread Andrew
Nathan does give the link to the original post, but he is quoting out of context. Here is the full post: On Sunday, 21 August 2016 07:15:56 UTC+10, William wrote: > So there is no confusion, my top priority right now is to **make a lot > of money** by building a profitable company on open sourc

Re: [sage-devel] Re: ReST References in Sphinx and uniqueness

2016-09-05 Thread Andrew
agreed upon for the references. Andrew On Tuesday, 6 September 2016 07:49:42 UTC+10, John H Palmieri wrote: > > > > On Monday, September 5, 2016 at 11:20:15 AM UTC-7, Johan S. R. Nielsen > wrote: >> >> leif writes: >> >> ... [HP] W. C. Huffman, V.

Re: [sage-devel] cysignals version still 1.1.1?

2016-11-09 Thread Andrew
Probably related to https://groups.google.com/forum/#!topic/sage-support/jKbvdQbIPAo On Wednesday, 9 November 2016 21:54:02 UTC+11, Jeroen Demeyer wrote: > > On 2016-11-09 10:32, Dima Pasechnik wrote: > > I notice that 1.1.1 is the latest "shipped" by Sage (and in the latest > > develop branch)

[sage-devel] Re: BGG Sage microbadge

2017-02-19 Thread Andrew
Ah, so not Bernstein-Gelfand-Gelfand then... On Sunday, 19 February 2017 13:59:14 UTC+11, kcrisman wrote: > > For those who are true board game geeks (of which I know a number on this > list): > > https://boardgamegeek.com/microbadge/9453 > > I have no idea who the creator is, but hats off! > -

Re: [sage-devel] Re: sage-8.0 beta and python3

2017-04-09 Thread Andrew
Is there a significant change behind going from version 7.6 to 8.0? Andrew On Saturday, 8 April 2017 03:14:01 UTC+10, vdelecroix wrote: > > On 07/04/2017 19:03, John H Palmieri wrote: > > Python 3 is also built and installed by default in Sage, at least in > recent > >

Re: [sage-devel] Unable to compile 8.0.rc2 on mac

2017-07-17 Thread Andrew
I managed to compile 8.0.beta4 without issues but perhaps xcode has changed in the interim... Andrew On Tuesday, 18 July 2017 14:54:56 UTC+10, François Bissey wrote: > > You appear to have some relatively recent hardware. I am suspecting > that the combination OS X + skylake cpu has

Re: [sage-devel] Unable to compile 8.0.rc2 on mac

2017-07-18 Thread Andrew
You're probably right as I have managed to rebuild 8.0.beta4 from scratch. I won't attempt to build for a while:) Thanks. Andrew On Tuesday, 18 July 2017 17:36:30 UTC+10, François Bissey wrote: > > No 8.0.beta4 had an older version of mpir. > > François > > >

Re: [sage-devel] Unable to compile 8.0.rc2 on mac

2017-07-18 Thread Andrew
On Wednesday, 19 July 2017 00:59:27 UTC+10, Dima Pasechnik wrote: > > Surely MPIR guys would appreciate feedback. > This might be their assembler bug. > > Will let them know. A. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe fro

[sage-devel] Re: The Sage Project (Nathann Cohen)

2016-02-26 Thread Andrew
viable for longer. I am fully supportive of the SMC and William's efforts to get it up and running. Andrew On Friday, 26 February 2016 18:51:20 UTC+11, Nathann Cohen wrote: > > Hello William, > > I don't think that I disagree with any of the goals you aim at for Sage. I >

[sage-devel] Re: Finding the right place to edit code

2016-05-10 Thread Andrew
ok at `DeprecatedFunctionAlias` in the reference manual. Secondly, using `besselexpand=True` will be better than using a string. Andrew On Tuesday, 10 May 2016 14:48:01 UTC+10, saad khalid wrote: > > So, I've set the besselexpand option to true in the init_code of > maxima_lib. I was thinkin

[sage-devel] Re: content of polynomials

2016-05-18 Thread Andrew
I also vote for 3: command/method names should be as meaningful as possible, especially since tab-completion means that no one ever needs to type long names. (Short-hands such as and `gens` for generators drive me nuts:) The name `content` doesn't meet this aim but `content_ideal` does. On Wed

[sage-devel] Re: content of polynomials

2016-05-19 Thread Andrew
On Thursday, 19 May 2016 19:19:30 UTC+10, Simon King wrote: > > Are you using Sage only interactively, or are you also writing programs? > > Both Simon. Most editors are quite easy to configure to use tab-completion as well. I recommend it. Andrew -- You received this message

Re: [sagemath-admins] Re: [sage-devel] Re: http://trac.sagemath.org vs https://trac.sagemath.org

2016-06-08 Thread Andrew
nd, you could a ticket. The action that triggered the error was: GET: /login TracGuide <http://104.197.143.230/wiki/TracGuide> — The Trac User and Administration Guide Andrew TracGuide <http://104.197.143.230/wiki/TracGuide> — The Trac User and Administration Guide --

[sage-devel] Global namespace and independent python packages

2016-06-09 Thread Andrew
ace when the package is imported? Of course, it would be even better if the mytest package was automatically imported into the global namespace at run-time. Andrew -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubsc

Re: [sage-devel] Global namespace and independent python packages

2016-06-09 Thread Andrew
. An argument in favour of doing this is that this a more user-friendly and a user is unlikely to import a package if they don't want to use it. Andrew -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this

Re: [sage-devel] Global namespace and independent python packages

2016-06-09 Thread Andrew
namespace Sorry, I didn't fully appreciate your comment above when I first read it. I agree, this is fairly compelling. Andrew -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving email

Re: [sage-devel] Re: {trac,git}.sagemath.org downtime Wednesday 6/22

2016-06-22 Thread Andrew
documentation need to be updated. Has anyone touched this yet? If not then I guess I am volunteering (if my connection issue to the trac serverer can be resolved, of course!). Andrew On Wednesday, 22 June 2016 13:50:15 UTC+2, Erik Bray wrote: > > On Wed, Jun 22, 2016 at 1:42 PM, Jeroen Deme

[sage-devel] Doc-testing ouptut with dots

2016-07-07 Thread Andrew
string for sage.combinat.root_system. type_A_infinity.CartanType.i lacks blank after ...: ' ...---O---O---O---O---O---O---O---...' Clearly, sphinx is getting confused because ... normally indicates code continuation. Is it possible to work around or disable this or do I need to change my outp

Re: [sage-devel] Doc-testing ouptut with dots

2016-07-11 Thread Andrew
Thanks David and Erik for your replies. I could not disable the doct-tests so I have changed my output to: sage: print(CartanType(['A', oo]).ascii_art()) ..---O---O---O---O---O---O---O---.. -3 -2 -1 0 1 2 3 which I think is good enough. Andrew On Friday, 8 July 201

[sage-devel] Installing optional packages

2016-07-26 Thread Andrew
I just installed an optional package but it took me a while to remember how to do it. Of course, it is completely straightforward but I just forgot The first place that I looked was in the "Installation guide". There is a section there on "standard packages" but nothing on "optional packages

[sage-devel] Re: Installing optional packages

2016-07-26 Thread Andrew
This is now https://trac.sagemath.org/ticket/21101 On Wednesday, 27 July 2016 10:18:59 UTC+10, Andrew wrote: > > I just installed an optional package but it took me a while to remember > how to do it. Of course, it is completely straightforward but I just > forgot > > The

[sage-devel] Re: Installing optional packages

2016-07-27 Thread Andrew
On Wednesday, 27 July 2016 18:13:44 UTC+10, leif wrote: > > Andrew wrote: > > I just installed an optional package but it took me a while to remember > > how to do it. Of course, it is completely straightforward but I just > > forgot > > Ahem, './sage -

[sage-devel] Re: Parent structure class hierarchy

2016-08-05 Thread Andrew
defined over Z, or any ring, or QQ[x]. How would you recommend implementing this? Andrew -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsu

Re: [sage-devel] Proposal : a branch for OpenSSL-less Sage

2017-10-28 Thread Andrew
On Friday, 27 October 2017 17:03:00 UTC+2, Emmanuel Charpentier wrote: > Heck, go ahead even and drop that patch if you want, just as long as >> there are clear instructions for OSX users how to build. >> > > Indeed : I'm relying on people with knowledge of Mac OS X and its > shenanigans (a.

Re: [sage-devel] Re: Issue with quick start

2017-12-02 Thread Andrew
On Wednesday, 29 November 2017 10:18:54 UTC+1, John Cremona wrote: > > Please can we just use "mathematics" and not argue about abbreviations? > > +1 As an Australian,"math" sounds as wrong to me as I imagine that "maths" does to north Americans. And

Re: [sage-devel] installation of sage 8.0 failed on on mac os 10.13.1

2017-12-02 Thread Andrew
ing up xcode with every new release and I don't want to risk it. Andrew On Thursday, 30 November 2017 19:28:42 UTC+1, David Roe wrote: > > This is very likely the issue being tracked at #24085 > <https://trac.sagemath.org/ticket/24085>, and is a result of building > Sag

[sage-devel] Re: making database_gap (starting from GAP 4.9) standard - please vote

2018-02-18 Thread Andrew
+1 Andrew On Monday, 19 February 2018 02:18:10 UTC+11, Eric Gourgoulhon wrote: > > Le dimanche 18 février 2018 00:01:50 UTC+1, Dima Pasechnik a écrit : >> >> >> Thus I'm calling for a vote on this: to make database_gap standard as >> soon as license permits (i

[sage-devel] Re: OS X (or BSD) testers needed

2018-02-22 Thread Andrew
Using ProductName:Mac OS X ProductVersion:10.13.3 BuildVersion:17D47 Xcode 9.2 Build version 9C40b and gcc --version Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr -- with-gxx-include-dir=/usr/include/c++/4.2.1 Apple LLVM version 9.0.0 (clang-900.0.39.2)

[sage-devel] Potential bug multiplying permutations from subgroups

2018-03-14 Thread Andrew
d operand parent(s) for *: 'Subgroup of (Symmetric group of order 3! as a permutation group) generated by [(1,2,3)]' and 'Symmetric group of order 3! as a permutation group' > /Users/andrew/Downloads/sage/structure/coerce.pyx(1168)sage.structure. coerce.CoercionModel_cach

[sage-devel] Names of objects in sage

2018-06-30 Thread Andrew
am happy to open a ticket and work on this, even though it will almost certainly be huge a patch bomb. OK, end of rant, Andrew -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails

Re: [sage-devel] Names of objects in sage

2018-07-01 Thread Andrew
lgebraic Field". > > By the way, there is already: > > sage: sage_input(PolynomialRing(GF(5), 'q')) > GF(5)['q'] > Thank you! I did not know about sage_input or that this input for polynomial rings was accepted. The point of my post is that in many cas

[sage-devel] Can't compile 8.4.beta3

2018-09-05 Thread Andrew
may contain configuration files and other potentially helpful information. WARNING: if you now run 'make' again, the build directory will, by default, be deleted. Set the environment variable SAGE_KEEP_BUILT_SPKGS to 'yes' to prevent this. Can anyone see what I am doing wrong?

Re: [sage-devel] Can't compile 8.4.beta3

2018-09-06 Thread Andrew
On Thursday, 6 September 2018 22:40:37 UTC+10, Jeroen Demeyer wrote: > > On 2018-09-06 08:21, Andrew wrote: > > *package:pip-18.0 > >log file:/usr/local/src/sage/logs/pkgs/pip-18.0.log > > attach this log file please ^ > > Here's the log (Australi

[sage-devel] Re: Can't compile 8.4.beta3

2018-09-09 Thread Andrew
*** I am seeing the same behaviour on an imac and on a macbook pro. both of which are running: ProductName:Mac OS X ProductVersion: 10.13.6 BuildVersion:17G65 Xcode 9.4.1 Build version 9F2000 Does anyone have an idea of what's going wrong here? Andr

Re: [sage-devel] Re: Can't compile 8.4.beta3

2018-09-10 Thread Andrew
core and see if this works. Andrew On Tuesday, 11 September 2018 01:22:55 UTC+10, Erik Bray wrote: > > On Mon, Sep 10, 2018 at 6:33 AM John H Palmieri > wrote: > > > > One thing to try, in case you haven't already: run make once, and if it > fails with a warning

Re: [sage-devel] Re: Can't compile 8.4.beta3

2018-09-11 Thread Andrew
It turns out that this is issue with 8.4.beta1 that Steven highlighted above, although the fix that I needed has a few more steps. I'll post details in sage-release under 8.4.beta1. In any case, I now have a working version of 8.4.beta4. Thanks Steven, John and Erik for your help! A

[sage-devel] Re: Default behaviour of Graph(list_of_edges) wrt multiedges/loops

2014-12-10 Thread Andrew
nts. This way the change is fully backwardly compatible, friendly to novice users and any one who wants can specify the type of graph. Andrew -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop recei

Re: [sage-devel] Re: Place for "internal" documentation of a class

2015-01-04 Thread Andrew
velopers guide that includes all of the ReST documentation available in the source? Alternatively, it shouldn't be hard to have sphinx add the documentation for the __init__ method of a class as a special "Technical specification" section of the class documentation. Andrew

[sage-devel] Re: self in the INPUT section of the docstring

2015-02-09 Thread Andrew
On Monday, 9 February 2015 20:29:27 UTC+11, Simon King wrote: > > Hi! > > On 2015-02-08, Volker Braun > wrote: > > IMHO thats unnecessarily confusing for novices. You shouldn't have to=20 > > understand Python OOP to be able to read the documentation. INPUT > documents= > > the parameters, a

[sage-devel] Re: Sage is grown up; needs a last name

2015-02-18 Thread Andrew
I think SageMath is a good idea and there are far too many projects called SAGE. To me SageMath sounds much better than SageMaths, which I find curious as in Australian English "Math" sounds awkward/wrong. Andrew On Wednesday, 18 February 2015 23:13:46 UTC+11, William wrote: &

Re: [sage-devel] SageManifolds 0.7 released

2015-03-21 Thread Andrew
85c-a18c706e8bcd/files/support/Differentiable%20manifolds%20and%20tensor%20fields> at the top of the worksheet is broken giving the error: Error opening 'support/Differentiable manifolds and tensor fields' -- "path (=support/Differentiable manifolds and tensor fields) does not

Re: [sage-devel] Re: compatibility with fink, homebrew and macports under OS X

2015-04-12 Thread Andrew
I also have homebrew installed in /usr/local and never have any problems. I build sage using a bash function that remove homebrew from my path. Andrew On Sunday, 12 April 2015 13:56:45 UTC+10, Nathan Dunfield wrote: > > > Homebrew tries to avoid exposing headers and libraries for pack

[sage-devel] File permissions on a debian install

2015-05-10 Thread Andrew
4.0K Apr 29 14:31 m4/ -rwxr-xr-x 1 mathas 4.8K Apr 29 14:31 sage* drwxr-xr-x 10 mathas 4.0K May 9 07:25 src/ drwx-- 2 mathas 4.0K Apr 29 21:38 upstream/ Of course I can fix these by hand so that my student can use this. I'm just wondering whether this is something that I have done or

[sage-devel] Re: File permissions on a debian install

2015-05-11 Thread Andrew
Thanks Volker. I'm ssh-ing in. I should be able to sort it now. Andrew On Monday, 11 May 2015 06:59:12 UTC+10, Volker Braun wrote: > > Your terminal doesn't understand utf-8 (are you local or ssh-ing in?) > > The file permissions look ok, anything that is in the git

  1   2   3   4   5   >