<html><body>
<p>2 new commits in yt:</p>
<p><a href="https://bitbucket.org/yt_analysis/yt/commits/fcd37022de61/">https://bitbucket.org/yt_analysis/yt/commits/fcd37022de61/</a> Changeset:   fcd37022de61 Branch:      yt User:        MatthewTurk Date:        2016-04-19 15:15:44+00:00 Summary:     Use axis names instead of dimensions for spherical pixelization Affected #:  1 file</p>
<p>diff -r d8eec89b2c86f300ce9cfb0205b97cefb5dd0c45 -r fcd37022de61adc14ca7fb76dc957334a060a531 yt/geometry/coordinates/spherical_coordinates.py --- a/yt/geometry/coordinates/spherical_coordinates.py +++ b/yt/geometry/coordinates/spherical_coordinates.py @@ -121,13 +121,14 @@</p>
<pre>     def _cyl_pixelize(self, data_source, field, bounds, size, antialias,
dimension):</pre>
<ul><li><p>if dimension == 1:</p></li></ul>
<p>+        name = self.axis_name[dimension] +        if name == ‘theta’:</p>
<pre>buff = pixelize_cylinder(data_source['px'],
                         data_source['pdx'],
                         data_source['py'],
                         data_source['pdy'],
                         size, data_source[field], bounds)</pre>
<ul><li><p>elif dimension == 2:</p></li></ul>
<p>+        elif name == ‘phi’:</p>
<pre>buff = pixelize_cylinder(data_source['px'],
                         data_source['pdx'],
                         data_source['py'],</pre>
<p><a href="https://bitbucket.org/yt_analysis/yt/commits/1fdde77a8abd/">https://bitbucket.org/yt_analysis/yt/commits/1fdde77a8abd/</a> Changeset:   1fdde77a8abd Branch:      yt User:        ngoldbaum Date:        2016-04-20 18:05:24+00:00 Summary:     Merged in MatthewTurk/yt (pull request #2131)</p>
<p>Use axis names instead of dimensions for spherical pixelization Affected #:  1 file</p>
<p>diff -r a474e0c679f8d38a8431115c80c784fce575a52c -r 1fdde77a8abd4b1302150bcbae522edb067d63e1 yt/geometry/coordinates/spherical_coordinates.py --- a/yt/geometry/coordinates/spherical_coordinates.py +++ b/yt/geometry/coordinates/spherical_coordinates.py @@ -121,13 +121,14 @@</p>
<pre>     def _cyl_pixelize(self, data_source, field, bounds, size, antialias,
dimension):</pre>
<ul><li><p>if dimension == 1:</p></li></ul>
<p>+        name = self.axis_name[dimension] +        if name == ‘theta’:</p>
<pre>buff = pixelize_cylinder(data_source['px'],
                         data_source['pdx'],
                         data_source['py'],
                         data_source['pdy'],
                         size, data_source[field], bounds)</pre>
<ul><li><p>elif dimension == 2:</p></li></ul>
<p>+        elif name == ‘phi’:</p>
<pre>buff = pixelize_cylinder(data_source['px'],
                         data_source['pdx'],
                         data_source['py'],</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-2ByeRZFC1LslHcg6aJmnQ70VruLbmeLQr27C6g9-2FkV-2FX8y-2BqWS9Iet9GhmesmcNZG147fTO0wKfWSQRF1wD6x9IicVS1a5gx-2FKLv6ipeOxDFQXeNCSBj4xUhuayLz5KNxfziPIutwrEiFukHu0e1r7AkbxMpZNsP4zGh66MP5A68lpQsJkqSRhs-2B-2F2-2BQhgemFBGJXMaTMu1BlT7wqtOJxUmZMLShyiOLci0o-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>