<html><body>
<p>1 new commit in yt:</p>
<p><a href="https://bitbucket.org/yt_analysis/yt/commits/395a07dcd3a5/">https://bitbucket.org/yt_analysis/yt/commits/395a07dcd3a5/</a> Changeset:   395a07dcd3a5 Branch:      yt User:        atmyers Date:        2016-04-03 03:22:07+00:00 Summary:     Fix a bug with array initialization in zbuffer array. Affected #:  1 file</p>
<p>diff -r d0b73467db93927ae19868ebc814eaab239c2317 -r 395a07dcd3a54e1840f9ddab9a4b3ed49f780c28 yt/visualization/volume_rendering/zbuffer_array.py --- a/yt/visualization/volume_rendering/zbuffer_array.py +++ b/yt/visualization/volume_rendering/zbuffer_array.py @@ -62,7 +62,7 @@</p>
<pre>rgba += (other.rgba * (1.0 - f)[:, None, :])
         else:
b = self.z > other.z</pre>
<ul><li><p>rgba = np.empty(self.rgba.shape)</p></li></ul>
<p>+            rgba = np.zeros(self.rgba.shape)</p>
<pre>rgba[f] = self.rgba[f]
rgba[b] = other.rgba[b]
         z = np.min([self.z, other.z], axis=0)</pre>
<p>Repository URL: <a href="https://bitbucket.org/yt_analysis/yt/">https://bitbucket.org/yt_analysis/yt/</a></p>
<p>—</p>
<p>This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.</p>

<img src="http://link.bitbucket.org/wf/open?upn=ll4ctv0L-2ByeRZFC1LslHcg6aJmnQ70VruLbmeLQr27AY12ggx682rFRnBZWvxHpXckbMU2IZhsnMmzXfTYqE2zeq1g3d5yQVzRYQeF-2FaRwANfQct7n9HU2OYfXZj-2FKjWSxbpkK96SFWIF0xV-2F8HDLGtDqJ2v6VkGImIM4N7SAefp0gnrJY-2BMq-2F6FT-2BFP6iJC-2FK0c8EjyjDEFwfOgjRQlPgtxuAbUIVjpCusHcUpsEsc-3D" alt="" width="1" height="1" border="0" style="height:1px !important;width:1px !important;border-width:0 !important;margin-top:0 !important;margin-bottom:0 !important;margin-right:0 !important;margin-left:0 !important;padding-top:0 !important;padding-bottom:0 !important;padding-right:0 !important;padding-left:0 !important;"/>
</body></html>