Viewing profile — nalimilan
nalimilan
HN member- Joined
- Tue, Oct 11, 2016, 4:03 PM UTC
- HN karma
- 32
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About nalimilan
No profile information was provided.
Recent public activity
-
comment
Comment #31402528
The problem in this case (as with most issues regarding `@inbounds`) is that this text was written before arrays with non-standard indices existed in Julia. So the example was corr…
-
comment
Comment #24733886
> - DataFrames.jl: Transform does nonsense (use map instead) What is this supposed to mean? > - DataFrames.jl: No transpose This is actually going to be fixed in the next few days …
- story
- story
- story
- story
-
comment
Comment #16335680
Existing code won't break as a deprecation is in place. And the replacement is very simple: Matrix(I, m, n), Matrix{Float64}(I, m, n) or even just I depending on the use case.