Re: [julia-users] "Namespaces" for accessing fields of composite types

2016-09-05 Thread Michael Borregaard
> For a toy example like this, this is reasonable advice. I know you were not after advice, but wanted to suggest a design change to Julia. I thought Yichao Yu gave a nice response to that, and I am looking forward to see the developments he promises. I just thought I would point out an

[julia-users] Julia Zmq Server creates Memory Leaks

2016-09-05 Thread Dan
Hi, I am trying to create a Julia server instance by using ZMQ with the Req/Rep pattern. My Julia code for the Rep-server looks like this: module JServer # import zmq using ZMQ import Base.gc # create context ctx=Context(); # create socket socket=Socket(ctx, REP); # msg msg = 0; #

[julia-users] Re: Conda.jl needs a new maintainer

2016-09-05 Thread Viral Shah
Hi Luthaf, Sorry to hear that you are not using Julia anymore. Hopefully you will come back in the future. I am wondering if we should create a JuliaPy organization and move many important building blocks and python wrapper packages there, if the various authors think it is a good idea.

[julia-users] Re: julia error in Atom

2016-09-05 Thread Uwe Fechner
Which operation system are you using? Which Julia version? Did you try to run Pkg.add("Atom") in the Julia repl? If yes, which message was displayed? Uwe On Monday, September 5, 2016 at 11:49:54 AM UTC+2, bineethz wrote: > > > > Please help me. I am getting this error when I try to integrate

Re: [julia-users] Error during installation

2016-09-05 Thread Yichao Yu
On Mon, Sep 5, 2016 at 1:46 AM, bineethz wrote: > > I am getting this error while I try to integrate julia with Atom. Please > Help :( > Have you tried what the error message says? What was the output? > > > >

Re: [julia-users] Julia Zmq Server creates Memory Leaks

2016-09-05 Thread Yichao Yu
On Mon, Sep 5, 2016 at 4:36 AM, Dan wrote: > Hi, > > > I am trying to create a Julia server instance by using ZMQ with the > Req/Rep pattern. My Julia code for the Rep-server looks like this: > > module JServer > > # import zmq > using ZMQ > import Base.gc > > # create

Re: [julia-users] Re: Conda.jl needs a new maintainer

2016-09-05 Thread Luthaf
Hi, Yes, I may try again to use it when the ecoystem and the languages are a bit more stable. I am OK with the JuliaPy organization, but Conda.jl can also be used for pure C/C++/Fortran dependencies, without any link to Python. -- Luthaf Viral Shah a écrit : Hi Luthaf, Sorry to hear that

[julia-users] Error during installation

2016-09-05 Thread bineethz
I am getting this error while I try to integrate julia with Atom. Please Help :(

[julia-users] julia error in Atom

2016-09-05 Thread Bineeth Kuriakose
Please help me. I am getting this error when I try to integrate julia with atom. [image: Inline images 1] *Thanks and Regards, * *Bineeth Kuriakose* Sent with MailTrack

[julia-users] ANN: SymEngine.jl, a symbolic manipulation library

2016-09-05 Thread Isuru Fernando
We are happy to announce the first release of SymEngine.jl. GitHub repo is at https://github.com/symengine/SymEngine.jl . SymEngine.jl wraps SymEngine, a symbolic manipulation library written in C++ with C, Python and now Julia wrappers. SymEngine started out as a rewrite of SymPy's core in C++.

[julia-users] Conda.jl needs a new maintainer

2016-09-05 Thread Luthaf
Hi Julians! I am the author and currently only maintainer of the Conda.jl package. This package is a thin wrapper on top of the `conda` package manager, well known in the Python community. This package bring to Julia the ability to install native (binary) and Python dependencies in a

[julia-users] Conda.jl needs a new maintainer

2016-09-05 Thread Luthaf
Hi Julians! I am the author and currently only maintainer of the Conda.jl package. This package is a thin wrapper on top of the `conda` package manager, well known in the Python community. This package bring to Julia the ability to install native (binary) and Python dependencies in a

[julia-users] Re: ANN: PimpMyREPL.jl

2016-09-05 Thread Davide Lasagna
I loved Pimp My Ride, and I also happen to love PimpMyREPL! Thanks for the package. Davide On Sunday, September 4, 2016 at 11:36:30 PM UTC+1, Kristoffer Carlsson wrote: > > Hello everyone, > > I would like to announce my REPL enhancing package PimpMyREPL. The > package aims to be the for the

[julia-users] Bang version of inv and BLAS

2016-09-05 Thread Mirmu
I am currently needing a loop, keeping track of two large matrices. One is a container for a Cholesky Factor F, and I update it using the on-place version lowrankupdate!. The other one is its inverse, say M, that I can compute simply doing inv(F). I was looking for a version that would

Re: [julia-users] Julia Zmq Server creates Memory Leaks

2016-09-05 Thread Dan
This did the trick. Thanks!

Re: [julia-users] Re: another new 2D plotting library for Julia

2016-09-05 Thread Igor
Now everything looks like working. new package name is QWTwPlot. You can use Pkg.add("QWTwPlot") or Pkg.clone("https://github.com/ig-or/QWTwPlot.jl.git;). But I still need to add some unit testing. Hope I will be able to handle it on this week. среда, 31 августа 2016 г., 19:27:34

Re: [julia-users] Re: Conda.jl needs a new maintainer

2016-09-05 Thread wookyoung noh
Hello, Luthaf It's sad that you're leaving for a while. I wish to you would come back early. Thanks. Best regards, WooKyoung Noh On Monday, September 5, 2016 at 9:46:33 PM UTC+9, Luthaf wrote: > > Hi, > > Yes, I may try again to use it when the ecoystem and the languages are a > bit more

[julia-users] Re: Annoying WARNING: Method definition in interactive use

2016-09-05 Thread Scott T
I've started putting those functions into a temporary module because replacing the module produces just one short warning. Right after the end of that module I will put any analysis code that I want to re-run on each reload, or sometimes I will write a main() function and call that. Basically

Re: [julia-users] New to Julia - Need some basic help

2016-09-05 Thread Jeffrey Sarnoff
and before all that, start with `julia> Pkg.update()` On Monday, September 5, 2016 at 5:47:10 PM UTC-4, Jeffrey Sarnoff wrote: > > Not easy to know what's happening there. > You might try: > > julia> quit() > julia> Pkg.rm("Cairo");Pkg.rm("Cairo"); > julia> Pkg.add("Cairo") > julia>

[julia-users] Re: ANN: PimpMyREPL.jl

2016-09-05 Thread Patrick Kofod Mogensen
Hmm... No 4K resolution? Anyway, great package! On Monday, September 5, 2016 at 12:36:30 AM UTC+2, Kristoffer Carlsson wrote: > > Hello everyone, > > I would like to announce my REPL enhancing package PimpMyREPL. The > package aims to be the for the Julia REPL as Pimp My Ride was for cars :) >

[julia-users] Julia with fewer dependencies?

2016-09-05 Thread Joaquim Masset Lacombe Dias Garcia
The basic question is "Can I compile a smaller version of julia?" For instance, I want to ship some program as an executable, something similar to what BuildExecutable.jl does, btw its very nice! The only problem is that with BuildExecutable.jl or even with the pure usrimg.jl trick create a

Re: [julia-users] New to Julia - Need some basic help

2016-09-05 Thread Jeffrey Sarnoff
Not easy to know what's happening there. You might try: julia> quit() julia> Pkg.rm("Cairo");Pkg.rm("Cairo"); julia> Pkg.add("Cairo") julia> Pkg.build("Cairo") julia> quit() julia> using Cairo if there are error messages, post 'em otherwise do the same substituting "Tk" for "Cairo" if there are

[julia-users] Re: Julia Reference Card

2016-09-05 Thread Kyunghun Kim
Thank you for great work! I have to print it out and place on my desk. By the way, PDF file has title 'Python 2.5 Reference Card'. (not file name, my acrobat reader shows that title on the window title. maybe that is in the PDF file metadata?)

[julia-users] Julia Reference Card

2016-09-05 Thread john lynch
Three years ago I created a reference card similar to one of the more popular python ones. It's two pages and fairly dense. I've just upgraded it to match the behavior of Julia 0.5 https://github.com/john9631/JuliaDocs/blob/master/JuliaReferenceCard.pdf

[julia-users] Re: julia error in Atom

2016-09-05 Thread Chris Rackauckas
That means that there was an error in Juno's automatic install. You have to go into the Juno REPL and type in that command, and tell us what error you actually got. My guess is it's the MbedTLS build error. Do you have cmake installed? On Monday, September 5, 2016 at 2:49:54 AM UTC-7, bineethz