Le lundi 29 décembre 2014 à 13:54 +0100, Paul Analyst a écrit :
>                _
>    _       _ _(_)_     |  A fresh approach to technical computing
>   (_)     | (_) (_)    |  Documentation: http://docs.julialang.org
>    _ _   _| |_  __ _   |  Type "help()" for help.
>   | | | | | | |/ _` |  |
>   | | |_| | | | (_| |  |  Version 0.3.3 (2014-11-23 20:19 UTC)
>  _/ |\__'_|_|_|\__'_|  |  Official http://julialang.org/ release
> |__/                   |  x86_64-w64-mingw32
> 
> julia>  Pkg.add("Hinton")
> ERROR: unknown package Hinton
>  in wait at task.jl:51
Doesn't seem it's a registered package. Instructions are given on the
package webpage:
https://github.com/lepisma/hinton.jl

So you need to use:
Pkg.clone("git://github.com/lepisma/hinton.jl.git")


Regards

> 
> W dniu 2014-12-29 o 13:39, [email protected] pisze:
> 
> > [email protected] 
> > Google Groups 
> > 
> > Today's topic summary 
> > View all topics 
> >       * ANN: LMDB.jl - interface to LightningDB key value database -
> >         1 Update 
> >       * Get exception message in catch block - 8 Updates 
> >       * package proposal - 1 Update 
> >       * am I misunderstanding how to use inv function? - 6 Updates 
> >       * [ANN] Hinton.jl: Hinton diagram plotting, now also in the
> >         terminal - 1 Update 
> >       * diff return type - 3 Updates 
> >       * warnings including module multiple times - 5 Updates 
> >       * Julia website is ready for translation/internationalization
> >         on Transifex! - 3 Updates 
> >       * Julia v0.3.4 - 13 Updates 
> >       * [ANN] SQLite.jl package update - 1 Update 
> >       * Julia documentation is ready for
> >         translation/internationalization on Transifex! - 8 Updates 
> >       * Prime numbers again - 2 Updates 
> >       * Fail for installation of the cholpfact () in factorization
> >         package - 1 Update 
> >       * Rounding and the IEEE rule - 2 Updates 
> >       * Example of a Package Install Breaking - 2 Updates 
> > ANN: LMDB.jl - interface to LightningDB key value database 
> > [email protected]: Dec 29 03:54AM -0800 
> > 
> > Hey all,
> >  
> > LMDB.jl <https://github.com/wildart/LMDB.jl> is a wrapper around
> > Lightning 
> > Memory-Mapped Database (aka LMDB) which is an ultra-fast,
> > ultra-compact 
> > key-value embedded data store ...more 
> > 
> > Back to top 
> > Get exception message in catch block 
> > Avik Sengupta <[email protected]>: Dec 28 05:08PM -0800 
> > 
> > So if I do sqrt(-1), it throws a DomainError, but I get a fairly
> > long 
> > message explaining what is wrong. 
> >  
> > julia> sqrt(-1)
> > ERROR: DomainError
> > sqrt will only return a complex result if called with ...more 
> > 
> > Tim Holy <[email protected]>: Dec 28 07:27PM -0600 
> > 
> > Use `rethrow(e)` rather than `showerror`.
> >  
> > But FYI: what's going on behind the scenes is actually quite subtle
> > and 
> > nowhere close to obvious. There's a certain amount of magic that
> > gets ...more 
> > 
> > Ismael VC <[email protected]>: Dec 28 05:28PM -0800 
> > 
> > Avik, this works:
> >  
> > julia> 
> > try 
> > sqrt(-1) ...more 
> > 
> > Ismael VC <[email protected]>: Dec 28 05:30PM -0800 
> > 
> > This is how `showerror(io::IO, e::DomainError, bt)` 
> > works: http://bit.ly/1vlfIly
> >  
> >  
> >  
> > El domingo, 28 de diciembre de 2014 19:08:50 UTC-6, Avik Sengupta
> > escribió:
> > ...more 
> > 
> > Ismael VC <[email protected]>: Dec 28 05:35PM -0800 
> > 
> > Use `rethrow(e)` rather than `showerror`. 
> >  
> > This is indeed the way to do it, thanks Tim!
> > ...more 
> > 
> > Ismael VC <[email protected]>: Dec 28 05:34PM -0800 
> > 
> > This is indeed the way to do this, thanks!
> >  
> > El domingo, 28 de diciembre de 2014 19:27:45 UTC-6, Tim Holy
> > escribió:
> > ...more 
> > 
> > Tim Holy <[email protected]>: Dec 28 07:52PM -0600 
> > 
> > But your understanding of the subtleties is very good!
> >  
> > --Tim
> >  
> > On Sunday, December 28, 2014 05:35:47 PM Ismael VC wrote:
> > ...more 
> > 
> > Avik Sengupta <[email protected]>: Dec 29 03:51AM -0800 
> > 
> > Thanks Tim and Ishmael. With your help, I got it to do what I
> > needed. 
> >  
> > https://github.com/kmsquire/Logging.jl/pull/13
> >  
> > Regards
> > -
> > Avik
> >  
> >  
> > On Monday, 29 December 2014 01:52:39 UTC, Tim Holy ...more 
> > 
> > Back to top 
> > package proposal 
> > Andrei Berceanu <[email protected]>: Dec 29 01:31PM +0100 
> > 
> > Well the status of this is that NLSolve people are not interested, 
> > because PHCpack can only solve polynomial systems, while they
> > target 
> > arbitrary nonlinear functions.
> > The remaining alternative is ...more 
> > 
> > Back to top 
> > am I misunderstanding how to use inv function? 
> > Ben Zeckel <[email protected]>: Dec 28 06:17PM -0800 
> > 
> > I am attempting to learn Julia and am experimenting with the matrix 
> > function inv to calculate the inverse of some matrices. Some are
> > singular 
> > and some are nonsingular. 
> > One case (below) gives me ...more 
> > 
> > Tomas Lycken <[email protected]>: Dec 28 07:05PM -0800 
> > 
> > The determinant of your failing A is nonzero:
> >  
> > julia> det(A)
> > 1.5543122344752192e-15
> >  
> > Of course, given its magnitude, that's probably just floating-point
> > error 
> > noise - but it makes me guess that ...more 
> > 
> > Ben Zeckel <[email protected]>: Dec 28 07:42PM -0800 
> > 
> > Interesting. if I move down to Float32 (not the default on my
> > 64-bit 
> > version), I a better result. 
> >  
> > julia> versioninfo()
> > Julia Version 0.3.4
> > Commit 3392026* (2014-12-26 10:42 UTC) ...more 
> > 
> > Tomas Lycken <[email protected]>: Dec 28 07:52PM -0800 
> > 
> > That probably confirms my hypothesis: when you move down to Float32,
> > the 
> > rounding errors from the arithmetic are truncated away, so that the 
> > singularity of the matrix is preserved.
> >  
> > // T
> > ...more 
> > 
> > Andreas Noack <[email protected]>: Dec 29 10:48AM +0100 
> > 
> > Our inv uses the LU factorization and if the matrix is singular this
> > can
> > give an inverse with very large errors instead of a singular
> > exception.
> > MATLAB gives the same result but with a warning that ...more 
> > 
> > Tamas Papp <[email protected]>: Dec 29 11:53AM +0100 
> > 
> > Once you have the LU factorization, LAPACK (xGECON) can give an
> > estimate of the condition number.
> >  
> > Perhaps routines that use an LU factorization could have a tolerance
> > parameter that has a small ...more 
> > 
> > Back to top 
> > [ANN] Hinton.jl: Hinton diagram plotting, now also in the terminal 
> > Pontus Stenetorp <[email protected]>: Dec 29 07:30PM +0900 
> > 
> > Everyone,
> >  
> > Over Christmas I have taken a few hours here and there to put
> > together
> > a small library to generate Hinton diagrams. These diagrams are
> > commonly used to analyse small to medium-sized ...more 
> > 
> > Back to top 
> > diff return type 
> > [email protected]: Dec 28 11:29PM -0800 
> > 
> > Would someone be able to explain why `diff()` returns Any when its
> > input is 
> > a vector of `Real` values but returns Float64 when its input is a
> > vector of 
> > `Float64` values?
> >  
> > julia> diff(Real[1., ...more 
> > 
> > [email protected]: Dec 28 11:56PM -0800 
> > 
> > Because diff is computed with a comprehension which is typed by
> > inference. 
> > Thats ok for a concrete type like Float64, but when faced with an
> > abstract 
> > type like Real, inference currently says its ...more 
> > 
> > [email protected]: Dec 29 12:58AM -0800 
> > 
> > Thanks makes sense.
> >  
> > ...more 
> > 
> > Back to top 
> > warnings including module multiple times 
> > Jason Merrill <[email protected]>: Dec 28 10:02AM -0800 
> > 
> > I didn't mean to say that anyone "admires" using include, but
> > empirically, 
> > it is used a lot as a code organization tool in Julia (more below).
> >  
> > I was asking about if there was precedent in a ...more 
> > 
> > Mauro <[email protected]>: Dec 28 07:32PM +0100 
> > 
> > > giant file. But given that the good uses of include are pretty
> > restricted, 
> > > I think we'd be better off if the default tool for doing this kind
> > of thing 
> > > was more restrictive.
> > ...more 
> > 
> > Jason Merrill <[email protected]>: Dec 28 11:46AM -0800 
> > 
> > On Sunday, December 28, 2014 1:34:50 PM UTC-5, Mauro wrote:
> > > thing 
> > > > was more restrictive. 
> >  
> > > Any thoughts on how a restricted include should work? 
> >  
> > Sure: we already have modules. ...more 
> > 
> > Mike Innes <[email protected]>: Dec 29 02:23AM 
> > 
> > 
> > > I can only speculate about the reason that people still use
> > include, even
> > > though Julia has nice modules.
> >  
> >  
> > Well, I for one think that
> >  
> > 1) Modules containing a large number of functions are ...more 
> > 
> > Avik Sengupta <[email protected]>: Dec 29 12:30AM -0800 
> > 
> > > – but, Julia largely obviates the name clash problem via multiple 
> > dispatch, meaning you can have large namespaces very safely
> >  
> > Yes, absolutely, this is a very important point when
> > comparing ...more 
> > 
> > Back to top 
> > Julia website is ready for translation/internationalization on
> > Transifex! 
> > Ismael VC <[email protected]>: Dec 28 09:06PM -0800 
> > 
> > Hello every one!
> >  
> > I've just added the julia-web proyect at the julia-lang organization
> > at 
> > transifex: 
> >  
> > https://www.transifex.com/organization/julia-lang/dashboard/julia-web
> > ...more 
> > 
> > Ismael VC <[email protected]>: Dec 29 12:18AM -0800 
> > 
> > I've just finished translating the front page of the julia website
> > and 
> > created an issue in the JuliaLang/julialang.github.com repository
> > to 
> > request internationalization support!
> > ...more 
> > 
> > Ismael VC <[email protected]>: Dec 29 12:22AM -0800 
> > 
> > Sorry I forgot to mention, the language I´m translating it is
> > Spanish I 
> > thin I can finish to translate the following subpages also to
> > Spanish by 
> > tomorrow night:
> >  
> >  
> > - blog
> > - community ...more 
> > 
> > Back to top 
> > Julia v0.3.4 
> > Christoph Ortner <[email protected]>: Dec 28 07:07AM -0800 
> > 
> > 
> > > I am running OS X 10.10.1. After downloading Julia 0.3.4 binaries,
> > moving 
> > > to Applications, and trying to open it, I get
> >  
> >  
> > “Julia-0.3.4.app” is damaged and can’t be opened. ...more 
> > 
> > Elliot Saba <[email protected]>: Dec 28 11:39AM -0800 
> > 
> > Turns out that after I replaced the library, I neglected to
> > force-replace
> > the digital signature on the whole .app file, so Gatekeeper rejected
> > it.
> > (I had Gatekeeper turned off on my laptop, so it ...more 
> > 
> > Christoph Ortner <[email protected]>: Dec 28 11:47AM -0800 
> > 
> > Now I cannot even download - I get the following error in my
> > browser:
> >  
> > NoSuchKeyThe specified key does not 
> > exist.bin/osx/x64/0.3/julia-0.3.4-osx10.7 ...more 
> > 
> > Elliot Saba <[email protected]>: Dec 28 11:50AM -0800 
> > 
> > Are you certain you're using the correct link? This one
> > <https://s3.amazonaws.com/julialang/bin/osx/x64/0.3/julia-0.3.4-osx10.7+.dmg>,
> > from the main website?
> > -E
> > ...more 
> > 
> > Christoph Ortner <[email protected]>: Dec 28 12:42PM -0800 
> > 
> > yes, I was using the link from the main site. For some reason it is
> > now 
> > working. Sorry if this was a problem at my end - no idea what it
> > could have 
> > been.
> >  
> > Thanks for the help.
> > Christoph
> >  
> > ...more 
> > 
> > Elliot Saba <[email protected]>: Dec 28 12:44PM -0800 
> > 
> > No, I believe it was a problem on my end. The old +/space character
> > issue
> > on AWS strikes again. Thank you for reporting and helping get it
> > fixed for
> > everyone!
> > On Dec 28, 2014 12:42 PM, "Christoph ...more 
> > 
> > Christoph Ortner <[email protected]>: Dec 28 12:56PM -0800 
> > 
> > I just downloaded it again and I still cannot open it?
> > Christoph
> > ...more 
> > 
> > Christoph Ortner <[email protected]>: Dec 28 12:59PM -0800 
> > 
> > If I "allow apps from anywhere" in "security and privacy settings",
> > then it 
> > works ok. (I guess this is what you called Gatekeeper?)
> > Christoph
> > ...more 
> > 
> > Stefan Karpinski <[email protected]>: Dec 28 05:50PM -0500 
> > 
> > We went through a fairly tedious and time-consuming process to get
> > OS X
> > developer licenses specifically so you wouldn't have to do that sort
> > of
> > thing so hopefully this can be fixed. ...more 
> > 
> > Elliot Saba <[email protected]>: Dec 28 06:29PM -0800 
> > 
> > All I can think of is that I fixed it and then re-uploaded the old
> > broken
> > .dmg. I'm sorry for all the wasted time here, please try
> > again ...more 
> > 
> > [email protected]: Dec 28 11:30PM -0800 
> > 
> > When is v0.3.4 likely to be available on homebrew?
> >  
> > On Monday, 29 December 2014 13:30:21 UTC+11, Elliot Saba wrote:
> > ...more 
> > 
> > Christoph Ortner <[email protected]>: Dec 28 11:36PM -0800 
> > 
> > it is now working ok for me as well. Thank you.
> > Christoph
> >  
> >  
> > On Monday, 29 December 2014 02:30:21 UTC, Elliot Saba wrote:
> > ...more 
> > 
> > Carlos P <[email protected]>: Dec 29 12:20AM -0800 
> > 
> > working well for me too, thanks
> > ...more 
> > 
> > Back to top 
> > [ANN] SQLite.jl package update 
> > Jacob Quinn <[email protected]>: Dec 28 10:57PM -0800 
> > 
> > Hey all,
> >  
> > We've been working on a fairly major upgrade of the SQLite.jl
> > package over 
> > the last few months and are happy to announce a new release. This is
> > a 
> > breaking change with the most recent ...more 
> > 
> > Back to top 
> > Julia documentation is ready for translation/internationalization on
> > Transifex! 
> > Ivan Ogasawara <[email protected]>: Dec 28 11:53AM -0200 
> > 
> > Hi Ismael, maybe I can help you with Brazilian Portuguese and
> > Spanish
> > translations.
> >  
> > this week I'm on vacation .. but the next week I can start it (maybe
> > 2
> > hours per week).
> >  
> > I need to learn too ...more 
> > 
> > SVAKSHA <[email protected]>: Dec 28 03:41PM 
> > 
> > 
> > > My ulitmate goal is that once most of the strings are translated
> > and
> > > reviewed, make a program automatically update the resources, when
> > the
> > > tracked files are changed and get a notification, ...more 
> > 
> > Ivan Ogasawara <[email protected]>: Dec 28 02:26PM -0200 
> > 
> > I saw apertium 5 years ago on FISL (Brazil) ... It seems great...
> > but i've
> > never work with that ... this can be the first time :)
> >  
> > ...more 
> > 
> > Ivan Ogasawara <[email protected]>: Dec 28 03:14PM -0200 
> > 
> > ***2 years ago
> >  
> > ...more 
> > 
> > Ismael VC <[email protected]>: Dec 28 02:47PM -0800 
> > 
> > Ivan any time you can invest into the project is very much
> > apreciated, 
> > wellcome and let me know if you need anithing, I'll leave you some
> > doc 
> > links about the editor here:
> >  
> >  
> > - ...more 
> > 
> > Ismael VC <[email protected]>: Dec 28 02:48PM -0800 
> > 
> > Svanska thank you very much I will definetly check out apertium!
> >  
> >  
> >  
> > El domingo, 28 de diciembre de 2014 09:42:22 UTC-6, Svaksha
> > escribió:
> > ...more 
> > 
> > Ismael VC <[email protected]>: Dec 28 02:52PM -0800 
> > 
> > I think my email adress if showing up truncated, everyone please
> > feel free 
> > to contact me here: [email protected]
> >  
> > El jueves, 25 de diciembre de 2014 11:34:01 UTC-6, Ismael VC
> > escribió:
> > ...more 
> > 
> > Ismael VC <[email protected]>: Dec 28 03:12PM -0800 
> > 
> > Just as a suggestion, I use this pomodoro app, to optimize my
> > invested time 
> > into the project and abvoid procastination:
> > http://tomato-timer.com/ :)
> >  
> > El jueves, 25 de diciembre de 2014 11:34:01 ...more 
> > 
> > Back to top 
> > Prime numbers again 
> > John Lapeyre <[email protected]>: Dec 28 03:37PM +0100 
> > 
> > Here is an updated primes package:
> > https://github.com/jlapeyre/PrimeSieve.jl
> >  
> > I didn't realize that the author of libprimesieve had recently
> > released 
> > a library libprimecount, parts of which ...more 
> > 
> > Hans W Borchers <[email protected]>: Dec 28 01:22PM -0800 
> > 
> > John,
> >  
> > please consider that my Numbers.jl package is something I did as my
> > first 
> > trial 
> > in working with Julia -- and left it behind after a few days. It is 
> > certainly 
> > not in a state nor has ...more 
> > 
> > Back to top 
> > Fail for installation of the cholpfact () in factorization package 
> > jspark <[email protected]>: Dec 28 01:01PM -0800 
> > 
> > It works and thanks for your kind help
> >  
> > On Sunday, December 28, 2014 8:48:55 PM UTC+11, Andreas Noack wrote:
> > ...more 
> > 
> > Back to top 
> > Rounding and the IEEE rule 
> > Jason Riedy <[email protected]>: Dec 28 09:09AM -0500 
> > 
> > And Tamas Papp writes:
> > > making a difference in my results, then my problem is really
> > > ill-conditioned and rounding the least of my worries. So I usually
> > just
> > > ignore it.
> >  
> > You know of ...more 
> > 
> > Stefan Karpinski <[email protected]>: Dec 28 11:51AM -0500 
> > 
> > On Sun, Dec 28, 2014 at 9:09 AM, Jason Riedy
> > <[email protected]>
> > wrote:
> >  
> >  
> > > The choices in 754 were made with a nearly revolting amount of
> > > deliberation. Always makes me sad to see them ...more 
> > 
> > Back to top 
> > Example of a Package Install Breaking 
> > Avik Sengupta <[email protected]>: Dec 28 06:57AM -0800 
> > 
> > On Sunday, 28 December 2014 05:01:22 UTC, Stefan Karpinski wrote:
> >  
> > > I'm somewhat thrilled that the problem here is the inability to
> > conjure a 
> > > failing case :) 
> >  
> > I'm not sure. ...more 
> > 
> > Tim Holy <[email protected]>: Dec 28 09:23AM -0600 
> > 
> > On Sunday, December 28, 2014 12:01:10 AM Stefan Karpinski wrote:
> > > I'm somewhat thrilled that the problem here is the inability to
> > conjure a
> > > failing case :)
> >  
> > Deservedly so!
> >  
> > --Tim
> >  
> > ...more 
> > 
> > Back to top 
> > You received this digest because you're subscribed to updates for
> > this group. You can change your settings on the group membership
> > page.
> > To unsubscribe from this group and stop receiving emails from it
> > send an email to [email protected]. 
> 

Reply via email to