S Wade
S Wade
I'm getting test errors when I try to build avain v0.7 for macos (10.8.4): ``` ------- Java tests ------- AllFloats: success Annotations: success Arrays: success BitsetTest: success Buffers: success Datagrams:...
I get this error when calling `kmeans` on a sparse matrix: ``` julia> kmeans(x', 50) ERROR: no method kmeans(SparseMatrixCSC{Float32,Int32}, Int64) ``` Could this be due to the `StoredArray` change in...
minor changes should address the init_repl bugs #33 and #35 @JuliaRegistrator register
I can't get the examples from your page to work: ``` julia require("HTTP/ocean") using Ocean app = new_app() get(app, "/", function(req, res, _) return "Hello World" end) BasicServer.bind(8000, binding(app), true)...