Groups
Sign in
Groups
julia-dev
Conversations
Labels
About
Send feedback
Help
julia-dev
1–30 of 3168
Julia
—
a fresh approach to numerical computing
This mailing list is in read-only mode and has been moved to
https://discourse.
julialang.org/c/dev
.
Mark all as read
Report group
0 selected
Valentin Churavy
1/11/17
Announcement
[JuliaCon 2017] Call for Proposals
It is my pleasure to announce that the call for proposals for JuliaCon 2017 is now open. Please visit
unread,
Announcement
[JuliaCon 2017] Call for Proposals
It is my pleasure to announce that the call for proposals for JuliaCon 2017 is now open. Please visit
1/11/17
Rajeev Singh
,
Mauro
2
12/2/16
running tests
Note, discussion moved to https://discourse.julialang.org/, better re-post there (with a link to this
unread,
running tests
Note, discussion moved to https://discourse.julialang.org/, better re-post there (with a link to this
12/2/16
Valentin Churavy
3
11/7/16
[Announcement] Moving to Discourse
I just set this mailing list to read-only mode and disabled sign-ups. Please continue discussions at
unread,locked,
[Announcement] Moving to Discourse
I just set this mailing list to read-only mode and disabled sign-ups. Please continue discussions at
11/7/16
Deacon Blues
, …
Scott Jones
11
11/3/16
the real reason Julia doesn't have a type-proper null reference
It just seems like optimizing a case that isn't really very common, and causing a penalty for all
unread,
the real reason Julia doesn't have a type-proper null reference
It just seems like optimizing a case that isn't really very common, and causing a penalty for all
11/3/16
Harish Kumar
,
Stefan Karpinski
2
11/2/16
Calling Julia from PySpark
This question is better suited to the julia-users mailing list. On Wed, Nov 2, 2016 at 8:00 PM,
unread,
Calling Julia from PySpark
This question is better suited to the julia-users mailing list. On Wed, Nov 2, 2016 at 8:00 PM,
11/2/16
Jose Calderon
,
Valentin Churavy
2
11/2/16
Best approach for serializing subset of AST for FHE
You should be able to serialise lambdas julia> io = IOBuffer() IOBuffer(data=UInt8[...], readable=
unread,
Best approach for serializing subset of AST for FHE
You should be able to serialise lambdas julia> io = IOBuffer() IOBuffer(data=UInt8[...], readable=
11/2/16
Stefan Karpinski
, …
Tim Holy
4
10/29/16
PSA: 0.6 feature freeze by end of year
It's a short release cycle, but obviously we need that to hit 1.0 in time. On Saturday, October
unread,
PSA: 0.6 feature freeze by end of year
It's a short release cycle, but obviously we need that to hit 1.0 in time. On Saturday, October
10/29/16
Tamas Papp
,
Isaiah Norton
3
10/26/16
julia, termcap, ANSI control sequences
Please forgive my ignorance about this, but I was under the impression that there is no single set of
unread,
julia, termcap, ANSI control sequences
Please forgive my ignorance about this, but I was under the impression that there is no single set of
10/26/16
Jeffrey Sarnoff
10/24/16
best practices for naming things (open to review)
Before this is announced on the user list, it is here for review. The pages are given [here](https://
unread,
best practices for naming things (open to review)
Before this is announced on the user list, it is here for review. The pages are given [here](https://
10/24/16
Jeffrey Sarnoff
10/19/16
Why nothing should be everything.
With nothing , and it be everything: much more than before is type stable. using Epistemology
unread,
Why nothing should be everything.
With nothing , and it be everything: much more than before is type stable. using Epistemology
10/19/16
peng...@gmail.com
, …
Isaiah Norton
3
10/18/16
Q&A
What are the lexer and parsar used by julia?
See also: https://github.com/JuliaLang/JuliaParser.jl (not used in base, yet, but used in several
unread,
Julia
bison
lexer
Q&A
What are the lexer and parsar used by julia?
See also: https://github.com/JuliaLang/JuliaParser.jl (not used in base, yet, but used in several
10/18/16
Douglas Bates
, …
Mauro
3
10/18/16
Citing a Julia package
If you don't plan to write a long-form paper about the package but would still like to collect
unread,
Citing a Julia package
If you don't plan to write a long-form paper about the package but would still like to collect
10/18/16
Jeffrey Sarnoff
, …
Scott Jones
5
10/7/16
include header files for large libs?
good point. I have adopted a different approach. never mind :) On Friday, October 7, 2016 at 10:40:40
unread,
include header files for large libs?
good point. I have adopted a different approach. never mind :) On Friday, October 7, 2016 at 10:40:40
10/7/16
Sheehan Olver
, …
Andreas Noack
8
10/3/16
Plan for special array types (RowVector, Fill, Identity)?
Can you give an example of where you need the dimension of the UniformScaling? On Fri, Sep 30, 2016
unread,
Plan for special array types (RowVector, Fill, Identity)?
Can you give an example of where you need the dimension of the UniformScaling? On Fri, Sep 30, 2016
10/3/16
Tsur Herman
, …
Milan Bouchet-Valat
6
9/28/16
JIT performance optimization[ maybe ] - unroll any loop at-least once ..
Stefan wrote: Henchmen unrolling this makes the loop body type-stable – s is Float64 – but the
unread,
JIT performance optimization[ maybe ] - unroll any loop at-least once ..
Stefan wrote: Henchmen unrolling this makes the loop body type-stable – s is Float64 – but the
9/28/16
Chris Rackauckas
,
Andreas Noack
2
9/27/16
Why doesn't lufact return Triangular Matrices for its data?
The problem is that our Triangular types are square and U might not be square, eg julia> lufact(
unread,
Why doesn't lufact return Triangular Matrices for its data?
The problem is that our Triangular types are square and U might not be square, eg julia> lufact(
9/27/16
Douglas Bates
, …
Robert Feldt
4
9/19/16
Is anyone looking at wrapping zstandard compression for Julia?
zstd compressor is included in Blosc ( https://github.com/Blosc/c-blosc ) so could quite easily be
unread,
Is anyone looking at wrapping zstandard compression for Julia?
zstd compressor is included in Blosc ( https://github.com/Blosc/c-blosc ) so could quite easily be
9/19/16
Jeff Bezanson
, …
Lucian Radu Teodorescu
15
9/10/16
continued from "return type declarations (issue #1090)" (julia and static types)
On 9 September 2016 at 13:01:13, Simon Byrne (simon...@gmail.com) wrote: On Thursday, 8 September
unread,
continued from "return type declarations (issue #1090)" (julia and static types)
On 9 September 2016 at 13:01:13, Simon Byrne (simon...@gmail.com) wrote: On Thursday, 8 September
9/10/16
Parkway
,
Cameron McBride
2
9/9/16
Convert a dense matrix A into a sparse matrix with sparsevec(A)
This thread is old, but I was poking through some unread bits and found it. Beyond that, it's
unread,
Convert a dense matrix A into a sparse matrix with sparsevec(A)
This thread is old, but I was poking through some unread bits and found it. Beyond that, it's
9/9/16
Uri Patish
, …
Andreas Noack
8
9/9/16
StackOverflowError when assigning Array{Array{Float32, 3}, 1} in version 0.5 rc3
I also can't reproduce with RC4? Could you try to see if you can reproduce with RC4? On Fri, Sep
unread,
StackOverflowError when assigning Array{Array{Float32, 3}, 1} in version 0.5 rc3
I also can't reproduce with RC4? Could you try to see if you can reproduce with RC4? On Fri, Sep
9/9/16
David Anthoff
,
Steven G. Johnson
2
9/3/16
String comparison
Comparisons for String in Julia call memcmp in libc, which hopefully is heavily optimized. (I know
unread,
String comparison
Comparisons for String in Julia call memcmp in libc, which hopefully is heavily optimized. (I know
9/3/16
Meet Patel
, …
Tony Kelman
5
8/28/16
Haskell-like Function Types
You should also list PR's that are to be backported, so https://github.com/JuliaLang/julia/issues
unread,
Haskell-like Function Types
You should also list PR's that are to be backported, so https://github.com/JuliaLang/julia/issues
8/28/16
Lachlan Andrew
, …
c.d. mclean
18
8/23/16
Collaboration with Octave?
these developments may prove relevant ... https://twitter.com/johnmyleswhite/status/
unread,
Collaboration with Octave?
these developments may prove relevant ... https://twitter.com/johnmyleswhite/status/
8/23/16
Ben Ward
, …
Chris Foster
6
8/21/16
NPM style app/script distribution and installation
On Mon, Aug 22, 2016 at 5:24 AM, Stefan Karpinski <ste...@karpinski.org> wrote: > On Sat,
unread,
Julia
install
package
NPM style app/script distribution and installation
On Mon, Aug 22, 2016 at 5:24 AM, Stefan Karpinski <ste...@karpinski.org> wrote: > On Sat,
8/21/16
Nathan Smith
, …
Jeffrey Sarnoff
7
8/19/16
Licensing Advice when wrapping GPL software
For use with Julia, the MIT License is best when one has the choice. On Friday, August 19, 2016 at 4:
unread,
Licensing Advice when wrapping GPL software
For use with Julia, the MIT License is best when one has the choice. On Friday, August 19, 2016 at 4:
8/19/16
Tony Kelman
8/4/16
master has branched for 0.6.0-dev
rc1 will be tagged shortly from the just-created release-0.5 branch. Master is now open for breaking
unread,
master has branched for 0.6.0-dev
rc1 will be tagged shortly from the just-created release-0.5 branch. Master is now open for breaking
8/4/16
Scott Jones
,
Jeff Bezanson
3
7/27/16
Building Julia (master at RC0) broken on Mac
Thanks! That worked! On Wednesday, July 27, 2016 at 5:25:56 AM UTC+2, Jeff Bezanson wrote: The LLVM
unread,
Building Julia (master at RC0) broken on Mac
Thanks! That worked! On Wednesday, July 27, 2016 at 5:25:56 AM UTC+2, Jeff Bezanson wrote: The LLVM
7/27/16
Yu Gong
,
Yichao Yu
3
7/26/16
did julia has function similar to R_Preserveobject and R_ReleaseObject function?
On Tue, Jul 26, 2016 at 8:01 AM, Yu Gong <gong...@gmail.com> wrote: > I know julia has
unread,
did julia has function similar to R_Preserveobject and R_ReleaseObject function?
On Tue, Jul 26, 2016 at 8:01 AM, Yu Gong <gong...@gmail.com> wrote: > I know julia has
7/26/16
Rory Finnegan
, …
Stefan Karpinski
6
7/24/16
Pkg3
As soon as we get the 0.5 RC out I was going to start on working with Art to get a formal Julep out
unread,
Pkg3
As soon as we get the 0.5 RC out I was going to start on working with Art to get a formal Julep out
7/24/16
Joshua Ballanco
2
7/21/16
Interfaces and Lexical vs Dynamic Scope
On July 21, 2016 at 21:37:00, Joshua Ballanco (jbal...@gmail.com(mailto:jbal...@gmail.com)) wrote:
unread,
Interfaces and Lexical vs Dynamic Scope
On July 21, 2016 at 21:37:00, Joshua Ballanco (jbal...@gmail.com(mailto:jbal...@gmail.com)) wrote:
7/21/16