Why `eye` has been deprecated?

Not sure if this can be avoided, but the update step of the Kalman filter requires an identity matrix:

Pu_k = (eye(n) - K_k*H_k)*Pp_k

Actually, it was when I coded a Kalman filter in v0.7 that I realized it was deprecated and then I started the original thread.