[sage-devel] Re: Voting: Block-scoped optional tag and the keyword

2023-06-28 Thread Andrew
(B) "requires" On Thursday, 29 June 2023 at 12:40:07 pm UTC+10 Kwankyu Lee wrote: > Hi, > > We spent six days for the preliminary discussion in the sage-devel thread > > https://groups.google.com/g/sage-devel/c/OUnoroIf0qc > > about choosing the keyword triggering block-scoped optional tag

[sage-devel] Re: MIgration to GitHub: Heads-up on org invitations

2023-02-01 Thread Andrew
Thank you for all of your work on this! Andrew On Thursday, 2 February 2023 at 10:10:01 am UTC+11 Matthias Koeppe wrote: > It may take a little bit longer because we've hit the rate limit for org > invitation. > > On Wednesday, February 1, 2023 at 2:11:37 PM UTC-8 Matthias

[sage-devel] Position in computational algebra at the University of Sydney

2023-01-29 Thread Andrew
This is not a true sage-dev question but I posted this to the gap-forum and it may be of interest to some. The University of Sydney is searching for an Associate Professor or Professor in computational algebra, with our aim being to appoint a leading expert in this field. The successful

Re: [sage-devel] ERROR In function "is_prime"

2022-04-02 Thread Andrew
There does seem to be a problem: sage: k = 61*2^88+1 ; k 18878585599102049192211644417 sage: k.is_prime() True sage: k.factor() 18878585599102049192211644417 sage: k == 61*2^88+1 True sage: GF(k) Finite Field of size 18878585599102049192211644417 On Saturday, 2 April 2022 at 6:55:44 pm UTC+11

[sage-devel] Re: Cannot compile sage on macosx 12.3

2022-03-23 Thread Andrew
Great. Thank you. That worked. On Wednesday, 23 March 2022 at 7:58:36 pm UTC+11 Samuel Lelievre wrote: > You can download the pythran 0.11.0 source tarball from > > https://pypi.io/packages/source/p/pythran/pythran-0.11.0.tar.gz > > (as found in `build/pkgs/pythran/checksums.ini`) > > and

[sage-devel] Re: Cannot compile sage on macosx 12.3

2022-03-21 Thread Andrew
Thanks. I'll try that! Andrew On Monday, 21 March 2022 at 7:54:19 pm UTC+11 Kwankyu Lee wrote: > This occurred to me from time to time, I just do "sage -i openblas" and > "make" again. > > > -- You received this message because you are subscribed to th

[sage-devel] cannot compile sage-9.3 on Fedora Rawhide

2021-06-30 Thread Andrew Lyasoff
The most relevant part of the log file (attached) is this: libtool: link: ranlib .libs/libquadmath.a libtool: link: ( cd ".libs" && rm -f "libquadmath.la" && ln -s "../libquadmath.la" "libquadmath.la" ) make[4]: *** [Makefile:995: all] Error 2

[sage-devel] support_order in SubmoduleWithBasis

2020-11-23 Thread Andrew
the method `_support_key`where it becomes the `key` in a `module_morphism` in the `list` method of `SubmoduleWithBasis`. 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 fro

[sage-devel] Re: OS X Big Sur progress report

2020-11-17 Thread Andrew
2020 at 5:11:16 pm UTC+11 Andrew wrote: > Thanks very much for this Matthias. This is almost certainly my problem -- > and I have to confess to user error as this was a hack I put in at one > point to get around problems with an xcode update. I have deleted a bunch > of spuriou

[sage-devel] Re: OS X Big Sur progress report

2020-11-16 Thread Andrew
much further than before. Ih particular, givaro now compiles. So I am optimistic that it will finish now. Thank you again -- and DIma and John -- for your help! Andrew On Tuesday, 17 November 2020 at 4:16:35 pm UTC+11 Matthias Koeppe wrote: > According to your log, you seem to have /usr/lo

Re: [sage-devel] Re: OS X Big Sur progress report

2020-11-16 Thread Andrew
ppl All of these already appear in my list of packages above so, yes, all of these are already installed. Andrew On Tuesday, 17 November 2020 at 5:19:42 am UTC+11 John H Palmieri wrote: > In my experience, homebrew's "ntl" package can lead to problems when > building Sage, so

[sage-devel] Re: OS X Big Sur progress report

2020-11-15 Thread Andrew
y libvidstab opencore-amr qpdf the_silver_searcher docbook-xsl glpk libde265 libvorbis opencv qt theora font-firacode-nerd-font gimp gitup pdf-images Andrew -- You received this mess

[sage-devel] Re: Unable to build ecl-16.1.2.p5 on Ubuntu 20.04 LTS

2020-05-01 Thread Andrew Bernard
Ah, not so fast. More testing revealed that if you remove the Ubuntu package libffi-dev, or perhaps don't install it in the first place a full clean compile results. That's good news. I would therefore say that Ubuntu 20.04 LTS is a viable platform. This was built from the sage-9.0 source tar

Re: [sage-devel] Still unable to compile 9.1.beta1 on macos 10.15 (catalina)

2020-01-26 Thread Andrew
le to install some of these formulas earlier, with similar compile problems. I can try and reproduce this and post as an issue on your repository if you like. Andrew -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this gro

Re: [sage-devel] Still unable to compile 9.1.beta1 on macos 10.15 (catalina)

2020-01-26 Thread Andrew
, lib and opt directories), I can compile sage again! :) When I have some time I will remove brew completely and then add everything back in slowly and try to isolate and better understand the problem. Andrew On Sunday, 26 January 2020 01:03:19 UTC+1, Justin C. Walker wrote: > > > >

Re: [sage-devel] Still unable to compile 9.1.beta1 on macos 10.15 (catalina)

2020-01-26 Thread Andrew
, lib and opt directories), I am recompile sage again! :) When I have some time I will remove brew completely and then add everything back in slowly and try to isolate and better understand the problem. Andrew On Sunday, 26 January 2020 01:03:19 UTC+1, Justin C. Walker wrote: > > > >

[sage-devel] Re: OSX Catalina works

2019-11-19 Thread Andrew
For the time being I have given up on trying to compile sage directly and have instead installed it using anaconda. Andrew On Tuesday, 5 November 2019 11:54:00 UTC+8, Andrew wrote: > > Sadly this still is not working for me. When I found that using your brew > formulae didn

[sage-devel] Re: OSX Catalina works

2019-11-03 Thread Andrew
packages last week but I have just uninstalled all of the brew packages. I will now add everything back in one at a time, starting with things on your list, and see if I can compile sage. I'll report back what I find. Andrew On Monday, 4 November 2019 16:35:55 UTC+11, John H Palmieri wrote: >

[sage-devel] Re: OSX Catalina works

2019-11-03 Thread Andrew
ines from /Users/andrew/Library/Logs/Homebrew/flint/02.make: ~~^ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:324:9: error: no member named 'islessgreater' in the global namespace using ::islessgreater; ~~^ /Applications/Xc

[sage-devel] Re: OSX Catalina works

2019-11-01 Thread Andrew
Thanks John. I'll give this a try on Monday. Andrew On Saturday, 2 November 2019 04:20:08 UTC+11, John H Palmieri wrote: > > I just upgraded a different machine to Catalina. This one didn't have > Xcode or homebrew installed beforehand, so I installed Xcode, its > comman

Re: [sage-devel] Re: OSX Catalina works

2019-10-30 Thread Andrew
ommandLineTools/usr/include/c++/v1/cmath As you suspected, these two files are identical. from homebrew's gcc: -rw-r--r-- 1 andrew staff619 14 Aug 22:29 /usr/local/Cellar/boost/1.71.0/include/boost/compatibility/cpp_c_headers/cmath -rw-r--r-- 1 andrew staff 49094 12 Aug 17:58 /usr/l

Re: [sage-devel] Re: OSX Catalina works

2019-10-30 Thread Andrew
/ and setting CXXFLAGS="-isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk" but this didn't help. Thanks again for your help! Andrew /Applications/GIMP.app/Contents/Resources/lib/python2.7/lib-dynload/cmath.so /Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3

Re: [sage-devel] Re: OSX Catalina works

2019-10-29 Thread Andrew
se that the sage build died at exactly the same place. Perhaps I should winding back to xcode 11? Andrew On Wednesday, 30 October 2019 11:39:18 UTC+11, Samuel Lelievre wrote: > > Tue 2019-10-29 11:46 UTC, Andrew: > > > > Thanks Dima > > > > On Tuesday, 29 Octo

Re: [sage-devel] Re: OSX Catalina works

2019-10-29 Thread Andrew
# 100.0% ==> ./configure --prefix=/usr/local/Cellar/flint/2.5.2_1 --with-gmp=/usr/local/opt/gmp --with-mpfr=/u ==> make Last 15 lines from /Users/andrew/Library/Logs/Homebrew/flint/02.make: ~~^ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/us

[sage-devel] Re: python3 status report (mi-april of last python2 year)

2019-04-21 Thread Andrew
See https://trac.sagemath.org/ticket/27710 for a python3 fix to combinat/tutorial.py On Sunday, 21 April 2019 09:26:11 UTC+10, Andrew wrote: > > Fixing this problem properly as Martin or Volker suggests is probably the > best option but `# random print order` is a good option too

[sage-devel] Re: python3 status report (mi-april of last python2 year)

2019-04-20 Thread Andrew
and couldn't find one.I guess that I could just grep through all of the documentation... Andrew On Saturday, 20 April 2019 12:14:53 UTC+10, Nils Bruin wrote: > > On Friday, April 19, 2019 at 5:25:13 PM UTC-7, John H Palmieri wrote: >> >> What does >> >> sage: C

[sage-devel] Re: python3 status report (mi-april of last python2 year)

2019-04-19 Thread Andrew
What the accepted best practice for fixing the failing python3 doc-tests? For example, in `combinat/tutorial.py` I can fix one of the failing doc-tests with: sage: C = SetPartitions(["a", "b", "c"]) sage: C #py2 Set partitions of {'a', 'c', 'b'} sage: C #py3 Set partitions

Re: [sage-devel] OSX: pip build failure. zlib dependancy ?

2019-03-07 Thread Andrew
Although I have not had this problem myself, zlib seems to be an issue for some macs. For zlib, John H Palmieri recommends: ./sage -f zlib python2 python3 && make Presumably, you have already installed the system headers using something like: open

Re: [sage-devel] Re: Unable to compile sage 8.7.beta3 on mojave...

2019-02-26 Thread Andrew
Thanks. I agree that the obvious solution. Samuel Lelièvre has supplied the patch and, for completeness, I have checked that it fixes the issue by recompiling and given a positive review. Andrew On Tuesday, 26 February 2019 23:08:07 UTC+11, E. Madison Bray wrote: > > Hi Andrew, >

Re: [sage-devel] Re: Unable to compile sage 8.7.beta3 on mojave...

2019-02-25 Thread Andrew
really care either way). Thanks again to everyone for their help. Andrew ps Dima mentioned making sage compatible with brew. Personally I'd prefer this:) On Wednesday, 20 February 2019 00:04:11 UTC+11, E. Madison Bray wrote: > > On Tue, Feb 19, 2019 at 9:18 AM Dima Pasechnik > wrote: >

[sage-devel] Re: Unable to compile sage 8.7.beta3 on mojave...

2019-02-19 Thread Andrew
t last time I had this p=trouble I deleted the build directory and the next compile worked. It will take a while to recompile. I"ll let you know how it goes tomorrow. Andrew At this pin -- You received this message because you are subscribed to the Google Groups "sage-devel" gr

[sage-devel] Re: Unable to compile sage 8.7.beta3 on mojave...

2019-02-18 Thread Andrew
> The full log is below. > Found local metadata for pip-18.1 Using cached file /usr/local/src/sage/upstream/pip-18.1.tar.gz pip-18.1 Setting up build directory for pip-18.1 /usr/local/src/sage/local/var/tmp/sage/build/pip-18.1 Finished

[sage-devel] Re: Unable to compile sage 8.7.beta3 on mojave...

2019-02-18 Thread Andrew
module named pip The full log is below. Andrew On Tuesday, 19 February 2019 10:37:41 UTC+11, John H Palmieri wrote: > > On one of my machines running OS X Mojave, when I run 'make', the pip > installation fails, saying > > ModuleNotFoundError: No module named 'zlib' > > That

[sage-devel] Re: Unable to compile sage 8.7.beta3 on mojave...

2019-02-18 Thread Andrew
On Tuesday, 19 February 2019 03:44:02 UTC+11, John H Palmieri wrote: > > Can you post the end of the file logs/pkgs/pip-18.1.log? The last 30 lines > or so? Or post the whole file if you can. > > The log from after the failed make is s below. It says that No record that 'pip' was ever

[sage-devel] Re: Unable to compile sage 8.7.beta3 on mojave...

2019-02-18 Thread Andrew
not unlikely that I have something borked things up. Andrew On Monday, 18 February 2019 17:46:24 UTC+11, John H Palmieri wrote: > > Please try: > > ./sage -f zlib > ./sage -f python2 > ./sage -f python3 > > and if those work, try 'make' again. > > John > > > &g

[sage-devel] Unable to compile sage 8.7.beta3 on mojave...

2019-02-17 Thread Andrew
Build version 10B61 The logs after: makedistcean && make are too big to attach but if interested you can find them at http://www.maths.usyd.edu.au/u/mathas/install.log. Any hints would be greatly appreciated. Andrew -- You received this message because you are subscribed to the Googl

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! Andrew

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

2018-09-10 Thread Andrew
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 like this

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

2018-09-09 Thread Andrew
me 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? Andrew -- You received this message because you are

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 (Australia sle

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

2018-09-06 Thread Andrew
ration 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? Andrew -- You received this message b

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

2018-07-01 Thread Andrew
t "Algebraic 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 cases the output of sage_in

[sage-devel] Names of objects in sage

2018-06-30 Thread Andrew
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 from it, send an email to sage-devel+unsubscr...@googlegroups.co

[sage-combinat-devel] Re: ABC

2018-06-13 Thread Andrew
Hi Bruce, I think that what you have is fine. Compare with: {{{ sage: mu=Partition([3,2]) sage: type(mu) }}} If you try adding a method to `PathTableau`, such as with {{{ class PathTableau(ClonableList): @abstract_method(optional=False) def check(self): pass def

[sage-devel] Potential bug multiplying permutations from subgroups

2018-03-14 Thread Andrew
t(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_cache_maps.bin_op (build/cythonized/sage/str

Re: [sage-devel] Whitespace patchbombs

2018-02-20 Thread R. Andrew Ohana
rom it, send an > email to sage-devel+unsubscr...@googlegroups.com. > To post to this group, send email to sage-devel@googlegroups.com. > Visit this group at https://groups.google.com/group/sage-devel. > For more options, visit https://groups.google.com/d/optout. > -- Andrew -- You received

[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.e. a

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 > Sage on

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

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 > > > On 18/07/2

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

2017-07-18 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 h

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

[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! >

[sage-combinat-devel] Re: Constructing elements in disjoint enumerated sets that are Cartesian products

2017-02-17 Thread Andrew
On Friday, 17 February 2017 17:18:20 UTC+11, Travis Scrimshaw wrote: > > Hey Andrew, >> >> >> >> Yea, it comes from the fact that it is only a simple wrapped element and > doesn't do anything beyond forwarding the repr/latex/ascii-art outputs. I > go back

[sage-combinat-devel] Re: Constructing elements in disjoint enumerated sets that are Cartesian products

2017-02-15 Thread Andrew
On Thursday, 16 February 2017 15:41:37 UTC+11, Andrew wrote: > > Thanks Travis! Obviously I didn't read the documentation well enough as I > thought `Facade` was `False` by default -- so I'd tried setting > `Facade=True` with no joy. > > Cheers, > Andrew > > Unfortu

[sage-combinat-devel] Re: Constructing elements in disjoint enumerated sets that are Cartesian products

2017-02-15 Thread Andrew
Thanks Travis! Obviously I didn't read the documentation well enough as I thought `Facade` was `False` by default -- so I'd tried setting `Facade=True` with no joy. Cheers, Andrew pd. I will have a look at your ticket. On Thursday, 16 February 2017 13:52:22 UTC+11, Travis Scrimshaw wrote

[sage-combinat-devel] Constructing elements in disjoint enumerated sets that are Cartesian products

2017-02-15 Thread Andrew
ge: ss = tabs.unrank( tabs.rank( (s,s) ) ) sage: type(ss) Is there a better way to do his? Andrew -- You received this message because you are subscribed to the Google Groups "sage-combinat-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sag

[sage-combinat-devel] Re: strange convention for column words of (skew) tableaux

2016-11-28 Thread Andrew
suspect that some one just copied the code from tableaux to skew tableaux. I certainly have no objection either way as I don't use this method. Andrew On Tuesday, 29 November 2016 05:41:52 UTC+11, Anne Schilling wrote: > > Hi Combinat developers, > > Who came up with these

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

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

2016-09-05 Thread Andrew
is 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.

[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

[sage-devel] Re: Parent structure class hierarchy

2016-08-05 Thread Andrew
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+unsubscr...@googleg

[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 --help

[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] 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

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 2016 10:34:31

[sage-devel] Doc-testing ouptut with dots

2016-07-07 Thread Andrew
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 output? Andrew -- You

[sage-combinat-devel] Re: CartanTypes

2016-07-07 Thread Andrew
This is now https://trac.sagemath.org/ticket/20973. Andrew On Wednesday, 6 July 2016 22:34:00 UTC+1, Travis Scrimshaw wrote: > > We also should determine how we want to distinguish between (and input) > A_{+oo} and A_{oo}, i.e., index sets of NN and ZZ. In fact, the only > place wh

Re: [sage-combinat-devel] CartanTypes

2016-07-06 Thread Andrew
On Wednesday, 6 July 2016 16:20:12 UTC+1, Nicolas M. Thiery wrote: > > Dear Andrew, > > Currently, there is no support for `A_\infty`. This is mostly because > most of the interesting stuff that a cartan type provides in Sage > (e.g. the Cartan matrix, ...) is returned as

[sage-combinat-devel] CartanTypes

2016-07-05 Thread Andrew
unexpected EOF while parsing sage: CartanType(['A',0]) ['A', 0] Andrew -- You received this message because you are subscribed to the Google Groups "sage-combinat-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-combinat-devel+unsubsc

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

2016-06-22 Thread Andrew
n 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 Demeyer <jdem..

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

2016-06-09 Thread Andrew
orry, 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 emails from it, send an e

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

2016-06-09 Thread Andrew
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 group and stop receiving email

[sage-devel] Global namespace and independent python packages

2016-06-09 Thread Andrew
ould 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 unsubscribe from this group and stop receiving emails fro

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

2016-06-08 Thread Andrew
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 -- You received thi

[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

[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

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

2016-05-10 Thread Andrew
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 thinking

Re: [sage-devel] Re: how we develop sage

2016-04-12 Thread R. Andrew Ohana
p. > To unsubscribe from this group and stop receiving emails from it, send an > email to sage-devel+unsubscr...@googlegroups.com. > To post to this group, send email to sage-devel@googlegroups.com. > Visit this group at https://groups.google.com/group/sage-devel. > For more options,

Re: [sage-combinat-devel] ClonableIntArray

2016-03-19 Thread Andrew
bases I found that using __metaclass__ = InheritComparisonClasscallMetaclass works, although I am not yet sure if I need rich comparison. Anyway, apart from this minor quibble about meta classes it seems to be working for now. Cheers, Andrew On Wednesday, 16 March 2016 02:36:31 UTC+11, Travis

[sage-combinat-devel] Re: ClonableIntArray

2016-03-19 Thread Andrew
again, Andrew On Thursday, 17 March 2016 01:10:44 UTC+11, Simon King wrote: > > Hi Andrew, > > On 2016-03-16, Andrew wrote: > > I want this functionality too. I tried adding: > > > > __metaclass__ = ClasscallMetaclass > > > > but this produces the erro

[sage-combinat-devel] ClonableIntArray

2016-03-14 Thread Andrew
, MyElements_B, ... that the elements are automatically assigned to, but first I need to get the basic structure working. It's a bit frustrating that I can't even get the bare classes working... Is any one able to point me in the right direction? Andrew -- You received this message because you

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

2016-02-26 Thread Andrew
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 > certainly don't see

[sage-devel] no 7.0 binary for mac

2016-02-05 Thread Andrew Pennebaker
The SageMath homepage seems to say that v7.0 is available: http://www.sagemath.org/ But when I try to download the binary for Mac OS X, no download is listed for 7.0, just 6.10. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe

[sage-devel] infinite recursion error during sage compilation

2016-02-05 Thread Andrew Pennebaker
After `brew cask install sage`, the resulting sage install complains that it didn't compile properly. $ brew cask install sage ... $ sage RuntimeError: maximum recursion depth exceeded during compilation ┌┐ │ SageMath Version

Re: [sage-devel] https on the wiki

2016-01-20 Thread R. Andrew Ohana
-- > > William (http://wstein.org) > > > > -- > William (http://wstein.org) > > -- > 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

Re: [sage-devel] Re: status on Python3

2015-11-14 Thread R. Andrew Ohana
oglegroups.com. > Visit this group at http://groups.google.com/group/sage-devel. > For more options, visit https://groups.google.com/d/optout. > -- Andrew -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To un

Re: [sage-devel] Re: access denied on git

2015-09-21 Thread R. Andrew Ohana
oes anyone have an idea about what I am doing wrong? >>>> >>>> Thanks. >>>> -Mike >>>> >>> -- > You received this message because you are subscribed to the Google Groups > "sage-devel" group. > To unsubscribe from this group and

Re: [sage-devel] Re: *.math.washington.edu hardware resources

2015-09-16 Thread R. Andrew Ohana
. > To post to this group, send email to sage-devel@googlegroups.com. > Visit this group at http://groups.google.com/group/sage-devel. > For more options, visit https://groups.google.com/d/optout. > -- Andrew -- You received this message because you are subscribed to the Google Groups

Re: [sage-devel] Re: *.math.washington.edu hardware resources

2015-09-14 Thread R. Andrew Ohana
As William mentioned, I don't really have the time to work on administering the cluster, but I would be happy to part of the initial discussions (e.g what I was planning on doing if I had the time, why I chose centos, in-depth inventory of hardware, etc). -- You received this message because you

Re: [sage-devel] Re: Please redirect the old homepage of my cohomology spkg

2015-09-13 Thread R. Andrew Ohana
Sage.math points to wstein.org (as per an earlier request by William). As far as I'm aware, he is the only one with credentials to that system, I certainly don't have access. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from

Re: [sage-devel] Access to my cohomology spkgdocumentation is blocked

2015-08-28 Thread R. Andrew Ohana
Everybody was warned that things would go down back in April, so you should have dealt with it awhile ago (but apparently didn't). We can easily setup a redirect on the VM that hosts wstein.org (which is where sage.math.washington.edu redirects to) if you find a place to host your site. If your

Re: [sage-devel] Trac vs Wiki passwords

2015-08-22 Thread R. Andrew Ohana
and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To post to this group, send email to sage-devel@googlegroups.com. Visit this group at http://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout. -- Andrew

Re: [sage-devel] Trac vs Wiki passwords

2015-08-22 Thread R. Andrew Ohana
On Sat, Aug 22, 2015 at 10:07 PM, William Stein wst...@gmail.com wrote: On Sat, Aug 22, 2015 at 8:55 PM, R. Andrew Ohana andrew.oh...@gmail.com wrote: On Sat, Aug 22, 2015 at 4:22 AM, Thierry sage-googlesu...@lma.metelu.net wrote: Hi, trac and wiki accounts used to be linked

Re: [sage-devel] trac authentication failures

2015-08-21 Thread R. Andrew Ohana
...@googlegroups.com. To post to this group, send email to sage-devel@googlegroups.com. Visit this group at http://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout. -- Andrew -- You received this message because you are subscribed to the Google

Re: [sage-devel] trac chronic health problem

2015-08-17 Thread R. Andrew Ohana
it, send an email to sage-devel+unsubscr...@googlegroups.com. To post to this group, send email to sage-devel@googlegroups.com. Visit this group at http://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout. -- Andrew -- You received this message

Re: [sage-devel] Re: Trac Server Issue

2015-08-17 Thread R. Andrew Ohana
at http://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout. -- 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

Re: [sage-devel] Patchbot reporting failed builds: Zorn

2015-08-13 Thread Andrew Gainer-Dewar
Whoops! I think everything is fixed now. Sorry about the mess. --Andrew On Thursday, August 13, 2015 at 5:16:03 AM UTC-4, vdelecroix wrote: Seems to be agd, see http://wiki.sagemath.org/buildbot/owners And trac says Andrew Gainer-Dewar. On 13/08/15 09:34, Nathann Cohen wrote: Hello

  1   2   3   4   5   6   7   >