I'm plotting the same image (a numpy float32 array) with `imshow(..., interpolation='bilinear')` on matplotlib 2.0.0 and 2.0.2. Click to see in full:  On 2.0.0 the image is perfectly smooth. However, on 2.0.2 there are noticeable pixelization effects. Has `imshow()` changed between these two versions?