Hacker News new | ask | show | jobs
by zmk_ 3058 days ago
Removing eye() in favour of a new construct is weird after all this time. It seems to me like v0.7 will break a lot of my current code.
1 comments

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.