Re: [julia-users] Almost at 500 packages!

2016-03-28 Thread SVAKSHA
h only throws up the 'unmaintained' tag for the packages. [0] https://github.com/svaksha/Julia.jl/issues/55 /SVAKSHA should be completing the paper instead of reading list mail. On Mon, Mar 28, 2016 at 1:40 PM, Tim Holy wrote: > I sometimes find https://github.com/svaksha/Julia

Re: [julia-users] ANN: Julia 0.4.5 released

2016-03-22 Thread SVAKSHA
po, checkout release-0.4, compile, and do > the same. Changing the branch and compiling threw these errors : https://gist.github.com/svaksha/5082efefc8e4cb4c2478, and the machine is still on 0.4.3 instead of 0.4.5. Any ideas ? In Ubuntu, I was able to use both versions but the same technique doe

Re: [julia-users] ANN: Julia 0.4.5 released

2016-03-22 Thread SVAKSHA
Ubuntu is to use the > generic Linux binaries. (People have mentioned the possibility of > providing packages via the backports repository, but nothing concrete > yet.) Thanks for the update. Then I guess I will stick to the packages available via Debian testing. SVAKSHA ॥ http://about.me/svaksha ॥

Re: [julia-users] ANN: Julia 0.4.5 released

2016-03-22 Thread SVAKSHA
he proper way to upgrade - are the ubuntu PPA's tested on Debian stable or on debian testing? thanks, SVAKSHA ॥ http://about.me/svaksha ॥

Re: [julia-users] importing julia in python

2016-03-20 Thread SVAKSHA
thon > script it is showing that no module find named julia. On *nix machines the path is set in the bash config file. Which OS are you using? PyCall uses miniconda, so what python packages are installed on your machine? Can you provide more details, or post some error messages? SVAKSHA ॥ http://about.me/svaksha ॥

Re: [julia-users] calling julia in python

2016-03-19 Thread SVAKSHA
https://github.com/svaksha/Julia.jl/blob/master/API.md#python lists some packages. Not sure how well-maintained they are. HTH SVAKSHA ॥ http://about.me/svaksha ॥ On Thu, Mar 17, 2016 at 1:33 PM, awanish das wrote: > hey as we know julia functions can be called in python by using

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

2015-12-03 Thread SVAKSHA
There is a "SolveDSGE.jl" package by @RJDennis and other related packages are here: https://github.com/svaksha/Julia.jl/blob/master/Statistics.md#stochastics It would be nicer if some of the overlap between packages was reduced via collaboration for METADATA packages. Wishful thinking, p

Re: [julia-users] Re: Naming convention

2015-10-09 Thread SVAKSHA
d creepy comments in private or was stalked on IRC? Something to think about, surely! Till date, I have been happily promoting Julia to one-and-all, but the community responses speaks volumes. I truly hope that the community supports the core-devs in their efforts to make this space more welcoming to all. [1] http://geekfeminism.wikia.com/wiki/Code_of_conduct_evaluations [2] The BR : https://github.com/JuliaLang/julialang.github.com/issues/200 [3] http://todogroup.org/opencodeofconduct/ [4] https://en.wikipedia.org/wiki/A_fortiori_argument#Usage [5] Far more productive to invest that time and energy in procuring a linguistics degree, especially because women keep hearing similar arguments across Foss communities - frankly, the echo chamber isnt very convincing. - SVAKSHA ॥ http://about.me/svaksha ॥

Re: [julia-users] Re: What's the reason of the Success of Python?

2015-10-02 Thread SVAKSHA
f you want to save your REPL inputs for reference. I use unstable so this has stopped working for me but I assume some support for 0.4 /stable should exist. SVAKSHA ॥ http://about.me/svaksha ॥

Re: [julia-users] Re: What's the reason of the Success of Python?

2015-10-02 Thread SVAKSHA
advantage being you only load the libs that repo needs as opposed to the entire list of libraries in `lib.jl`? SVAKSHA ॥ http://about.me/svaksha ॥

Re: [julia-users] Re: Segmentation fault on git-master `f3217a8d123e51f534`

2015-08-17 Thread SVAKSHA
I pulled dae8094198cc1b6c75 2015-08-17 22:20 and compiled it again - that took a few hours. You are right about the stale cache file for module Compat which may have been the problem and later it was Docile being called via juliarc. Fixed them all now. Thanks :) SVAKSHA ॥ http://about.me/svaksha ॥

[julia-users] Segmentation fault on git-master `f3217a8d123e51f534`

2015-08-17 Thread SVAKSHA
Hi, Since Monday, compiling git-master `f3217a8d123e51f534` 2015-08-17 throws this error: https://gist.github.com/svaksha/7d2b42f72a8d59a2eba9 I'll try pulling the master branch and compiling again today but is anyone else experiencing this and how did you solve it? Thanks, SVAKSHA ॥

[julia-users] Re: unable to update julianightlies - 16 days old master - ubuntu14.04

2015-06-18 Thread SVAKSHA
a newer version of PCRE on 0.4-dev which > will need to be re-packaged before the PPA builds are happy again. Thanks for the update :) SVAKSHA ॥ http://about.me/svaksha ॥

[julia-users] unable to update julianightlies - 16 days old master - ubuntu14.04

2015-06-17 Thread SVAKSHA
:34:39 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux Thanks, SVAKSHA ॥ http://about.me/svaksha ॥

Re: [julia-users] Re: Errors while trying to use JuMP

2015-06-13 Thread SVAKSHA
git://example.com/path/to/Package.jl.git") SVAKSHA ॥ http://about.me/svaksha ॥

Re: [julia-users] Re: Errors while trying to use JuMP

2015-06-13 Thread SVAKSHA
On Sat, Jun 13, 2015 at 9:57 AM, SVAKSHA wrote: > On Sat, Jun 13, 2015 at 9:44 AM, Kostas Tavlaridis-Gyparakis > wrote: >> Only problem is that when I run the updtate command in julia I receive a msg >> that there is nothing to be upgraded: > > Try the update command a

Re: [julia-users] Re: Errors while trying to use JuMP

2015-06-13 Thread SVAKSHA
cache` and `v0.4/` folders. <-- Do check the julia version your system has. Before doing this take a backup of the `.julia` folder, just in case... HTH, SVAKSHA ॥ http://about.me/svaksha ॥

Re: [julia-users] Graphs.jl, Page Rank and Weighted Graphs

2015-04-01 Thread SVAKSHA
On Wed, Apr 1, 2015 at 8:21 PM, Rita Maria del Rio Chanona wrote: > Hi, > I was wondering if there is yet an implementation of the PageRank algorithm https://github.com/svaksha/Julia.jl/blob/master/AI.md#markov-models, lists a Pagerank package. Not sure if the sparse matrix implementat

Re: [julia-users] Re: Julia documentation is ready for translation/internationalization on Transifex!

2014-12-28 Thread SVAKSHA
if you prefer irc, hop over to #apertium on freenode. [1] https://en.wikipedia.org/wiki/Apertium HTH, -SVAKSHA ॥ http://about.me/svaksha ॥

[julia-users] Re: make errors and git version issues

2014-12-23 Thread SVAKSHA
Solved. Apparently this was not a git issue at all. Thanks for the pointer Ivar - you were right that julia was running from another directory, in this case the ppa nightlies by Elliot. Thanks for the pointer and sorry about the noise. SVAKSHA ॥ http://about.me/svaksha ॥ On Tue, Dec 23, 2014

[julia-users] Re: make errors and git version issues

2014-12-23 Thread SVAKSHA
On Tue, Dec 23, 2014 at 11:55 AM, SVAKSHA wrote: > On Tue, Dec 23, 2014 at 9:10 AM, Ivar Nesje wrote: >> I'm really at loss for what to try here. I'm upgrading to git 2.0, but the >> release notes doesn't seem to have changes that would break anything. > >

[julia-users] Re: make errors and git version issues

2014-12-23 Thread SVAKSHA
ed with the exception that it does not compile anything that is pulled after Friday. So could you try compiling julia after upgrading git. SVAKSHA ॥ http://about.me/svaksha ॥

[julia-users] Re: make errors and git version issues

2014-12-22 Thread SVAKSHA
On Tue, Dec 23, 2014 at 7:09 AM, SVAKSHA wrote: > On Mon, Dec 22, 2014 at 8:34 PM, Ivar Nesje wrote: >> 3 days old version: This looks really weird, and I can't really see how this >> can happen. The first I would check is that you are actually running the >> julia you

[julia-users] Re: make errors and git version issues

2014-12-22 Thread SVAKSHA
s us a clue. After a git pull since last night, ~/julia$ git status On branch master Your branch is ahead of 'origin/master' by 17 commits. **[0] (use "git push" to publish your local commits) nothing to commit, working directory clean **[0] NB: this is odd, wh

Re: [julia-users] Re: list of unregistered (experimental) packages

2014-12-22 Thread SVAKSHA
which is a sub-optimal way to do things. [0] https://github.com/svaksha/Julia.jl/commit/65fa8fc34ffdafe6fe38c4db18b7156e03b89c88#commitcomment-6578504 hth, SVAKSHA ॥ http://about.me/svaksha ॥

[julia-users] make errors and git version issues

2014-12-22 Thread SVAKSHA
NO_LAPACK NO_LAPACKE DYNAMIC_ARCH NO_AFFINITY Nehalem) LAPACK: liblapack.so.3 LIBM: libopenlibm LLVM: libLLVM-3.3 Is this is a bug or a git / network issue? TIA, SVAKSHA ॥ http://about.me/svaksha ॥

Re: [julia-users] THANKS to Julia core developers!

2014-12-17 Thread SVAKSHA
lizing the donation platform. SVAKSHA ॥ http://about.me/svaksha ॥

Re: [julia-users] Re: JuliaBox

2014-11-13 Thread SVAKSHA
Thanks for clearing that. Sounds interesting so I'll check it out in 2-3 weeks :) SVAKSHA ॥ http://about.me/svaksha ॥ On Fri, Nov 14, 2014 at 4:25 AM, Viral Shah wrote: > Basically, JuliaBox gives you hosted IJulia and a persistent filesystem. So, > you are not restricted to your l

Re: [julia-users] Re: JuliaBox

2014-11-13 Thread SVAKSHA
of wasting invites :) [0] http://nbviewer.ipython.org/github/svaksha/ira/blob/master/2014-transcriptome/01_transcriptome_intro.ipynb SVAKSHA ॥ http://about.me/svaksha ॥ On Fri, Nov 14, 2014 at 3:43 AM, Viral Shah wrote: > We will get around to this once we get a basic level of scalability and

Re: [julia-users] Re: JuliaBox

2014-11-13 Thread SVAKSHA
Will a non-google signup option also be made available? SVAKSHA ॥ http://about.me/svaksha ॥ On Fri, Nov 14, 2014 at 3:04 AM, Viral Shah wrote: > Just to add, we are going to get rid of the invite codes soon. Basically, > the system should be open to anyone, and invites will be throttl

Re: [julia-users] Re: Julia Hack Nights?

2014-04-28 Thread svakSha
e still in BLR, would you be interested in something similar locally? I can take care of the logistics - venue with wifi, but it would be easier to have day-long sessions, or even all-weekend sessions(?). I dont know hosts for all-night hack sessions though :/ Thoughts? ॥ SVAKSHA ॥ http://about.me/svaksha ॥

[julia-users] [bug#5581] Pkg.generate error

2014-04-05 Thread svakSha
g the nightlies Version 0.3.0-prerelease, i686-linux-gnu. Any ideas? Thanks in advance, ॥ svakSha ॥ http://svaksha.com

Re: [julia-users] Re: [UCIMLRepo] New package for downloading datasets from UCI ML repositories

2014-03-19 Thread svakSha
(minus the "test" files), so if If you are able to install WorldBankData.jl then the problem lies with the missing "test" files. Fwiw, I was able to clone them both on Ubuntu sans errors. Sorry about not being to help with the Windows setup. HTH, ॥ svaksha ॥ http://svaksha.com

Re: [julia-users] ODBC errors

2014-03-12 Thread svakSha
On Wed, Mar 12, 2014 at 4:23 PM, svakSha wrote: > Hello Jacob, > > On Wed, Mar 12, 2014 at 3:18 PM, Jacob Quinn wrote: >> Are you using Julia v0.2? (You can check by running versioninfo()). I >> thought I had updated support for v0.2, but it seems like some other >>

Re: [julia-users] ODBC errors

2014-03-12 Thread svakSha
erelease Platform Info: System: Linux (i686-linux-gnu) CPU: Intel(R) Core(TM) i5-2520M CPU @ 2.50GHz WORD_SIZE: 32 BLAS: libblas.so.3 LAPACK: liblapack.so.3 LIBM: libopenlibm -- ॥ svaksha ॥ http://svaksha.com

[julia-users] ODBC errors

2014-03-12 Thread svakSha
Hi, I was trying to read data off the csv files into a DB but there were multiple package errors - DataFrames package. Here are the outputs : ODBC errors: https://gist.github.com/svaksha/9f881b041ccb3254a965 Pkg.status(): https://gist.github.com/svaksha/a9e6472addcbd53d3814 I'm guessin

Re: [julia-users] List of testing packages to date

2014-02-24 Thread svaksha
anyone else got anything > to add? https://github.com/milktrader/Jig.jl https://github.com/milktrader/Saute.jl I collect links on the Quality page: https://github.com/svaksha/julya/blob/master/QA.md Comments, links, thoughts are welcome. ॥ svaksha ॥ http://svaksha.com

Re: [julia-users] Help getting started with Julia's Graphs package

2014-02-23 Thread svaksha
le edges). Adding vertices doesn't seem to > work. > Is there a tutorial somewhere to help me get started? Thanks. I found a paper written by an MIT student who used the Graphs.jl package : http://beowulf.lcs.mit.edu/18.337/projects/18.337project_huberman_report.pdf Hope That Helps ! ॥ svaksha ॥ http://svaksha.com

Re: [julia-users] Re: Julia as a General Purpose Language

2014-02-21 Thread svaksha
On Fri, Feb 21, 2014 at 7:55 PM, Tejinder Singh wrote: > Is there a way to > interact with database like postgresql? So that i could try to create basic > CRUD app in julia? Thanks. https://github.com/svaksha/julya/blob/master/Database.md#postgresql ॥ svaksha ॥

Re: [julia-users] Re: Julia as a General Purpose Language

2014-02-19 Thread svaksha
ase in adoption outside of the technical computing world. > > I want to do my part and blog about the general capabilities of julia and > some of the excellent packages such as DataFrames, ODBC/SQLite, Match, and > PyCall, that make developing quick and painless. It's just a matter