<html><body>
<p>1 new commit in yt:</p>
<p><a href="https://bitbucket.org/yt_analysis/yt/commits/7f7ccbc9329e/">https://bitbucket.org/yt_analysis/yt/commits/7f7ccbc9329e/</a> Changeset:   7f7ccbc9329e Branch:      yt User:        ngoldbaum Date:        2016-05-07 01:20:44+00:00 Summary:     fix copy/paste error in uhstack function Affected #:  1 file</p>
<p>diff -r 80ec1ac414a7652791eed06469dc4104ff0c556b -r 7f7ccbc9329e14578e120835c0365f2e271e72cf yt/units/yt_array.py --- a/yt/units/yt_array.py +++ b/yt/units/yt_array.py @@ -1438,7 +1438,7 @@</p>
<pre>This is a wrapper around np.hstack that preserves units.
"""</pre>
<ul><li><p>v = np.vstack(arrs)</p></li></ul>
<p>+    v = np.hstack(arrs)</p>
<pre>v = validate_numpy_wrapper_units(v, arrs)
return v</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-2ByeRZFC1LslHcg6aJmnQ70VruLbmeLQr27AI3-2BPtJcWZyXJMu51Zfk2gkIaKRPA7YU2XQdn7LRwMTxhpNUNAGA157PAWMiSSEuw68sbyPSaAwCmK75Dv36cnIrxU8MiCtM2IAyZnEJpvSfUDovFCYuoN5jqU4Wchq4bm1I7yQ2aP-2B7VPb-2FsIMe3gjI-2FOcKqrxax6Y6QYz8-2B3RfG35GJywvZyA0Uj9HmJTr0-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>