Re: [julia-users] Symbolic mathematics language v 0.0.6

2016-05-16 Thread j verzani
Yes, I haven't found the time to get to that, but definitely needs to be done. On Monday, May 16, 2016 at 11:48:07 AM UTC-4, Tom Breloff wrote: > > And to quickly expand on the Plots issue... SymPy should be removing any > dependency on Plots in the near future (John we'll chat soon), and

Re: [julia-users] Symbolic mathematics language v 0.0.6

2016-05-16 Thread Tom Breloff
No worries on plotting in SJulia... there will be a good solution, and you can tackle it later. I was simply responding to this: On Julia 4.0 SymPy won’t work on my system (it complains about > precompiling): > *julia> * > *using SymPy* > *INFO: Precompiling module SymPy...**ERROR: LoadError:

Re: [julia-users] Symbolic mathematics language v 0.0.6

2016-05-16 Thread lapeyre . math122a
Tom, sure, I'm available to chat. Regarding plotting: As, I wrote, SJulia does not depend on SymPy.jl so it should not depend on any plotting libraries. I looked at Plots.jl quickly a few days ago, but could not get it to run on recent v0.5 builds. It wouldn't take much to put some kind of

Re: [julia-users] Symbolic mathematics language v 0.0.6

2016-05-16 Thread lapeyre . math122a
Hi, Thanks for the report. I have no idea how to install this on OS X. I am happy to get any feedback; bugs, comments, etc. Please post to this thread, or better, the issue tracker for SJulia. I added the following text to the README. Note the part about SymPy. *Note* SymPy here refers to

Re: [julia-users] Symbolic mathematics language v 0.0.6

2016-05-16 Thread Rob J. Goedman
Hi Tom, Thanks for jumping in. Yes, I had noticed the two packages might interfere through possibly a __precompile__ setting? I’m ok to have SJulia (and Unitful, which is another one of my favorite packages) only work on 0.5 for now. Plots.jl for now I’m using mainly on 0.4 to work on the

Re: [julia-users] Symbolic mathematics language v 0.0.6

2016-05-16 Thread Tom Breloff
And to quickly expand on the Plots issue... SymPy should be removing any dependency on Plots in the near future (John we'll chat soon), and should be switching to providing recipes through https://github.com/JuliaPlots/RecipesBase.jl. (this is the missing "_apply_recipe" that you see) I'm very

Re: [julia-users] Symbolic mathematics language v 0.0.6

2016-05-16 Thread Rob J. Goedman
Thanks Kevin, That solved the problem! I used 'condo install mpmath’ in addition to ‘pip install mpmath’, just to make sure (shows I am way too rusty on Python stuff), and then reinstalled both SymPy and Julia. Thanks a lot, will certainly track Julia development! Regards, Rob > On May 16,

Re: [julia-users] Symbolic mathematics language v 0.0.6

2016-05-16 Thread Kevin Squire
Hi Rob, You'll need to install the `mpmath` package for python. If you use `pip`, you should just be able to run `pip install mpmath`. Otherwise, you'll have to find and install the package using your preferred method. (I also ran into this. John, you should probably mention this in the

Re: [julia-users] Symbolic mathematics language v 0.0.6

2016-05-16 Thread Tom Breloff
The SymPy error you see is related to Plots, but I'd need to review his code again to understand why it's doing that. Most likely it's because you are on a recent version of Plots and SymPy hasn't caught up yet. (and you might not have installed a recent Plots on 0.5?) On Mon, May 16, 2016 at

Re: [julia-users] Symbolic mathematics language v 0.0.6

2016-05-16 Thread Rob J. Goedman
Hi, As I use Mathematica quite a bit, I’m very interested in SJulia! I’m wondering if I need an additional Module or library to get around below issue. This is on OS X and Julia 0.5- ERROR: InitError: PyError (:PyImport_ImportModule) ImportError('No module named mpmath',) [inlined code]

[julia-users] Symbolic mathematics language v 0.0.6

2016-05-12 Thread lapeyre . math122a
The symbolic mathematics language project that I announced last year has been greatly expanded. Here is the link: https://github.com/jlapeyre/SJulia.jl The best way to find what is new is to look at the tests https://github.com/jlapeyre/SJulia.jl/tree/master/sjtest