<div dir="ltr">You can do:<div><br></div><div>import yt</div><div>print yt.__version__</div><div><br></div><div>Most python packages support this, although it's up to the maintainer to update the __version__ string manually with each release.</div>

</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Dec 3, 2013 at 10:10 AM, Matthew Turk <span dir="ltr"><<a href="mailto:matthewturk@gmail.com" target="_blank">matthewturk@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">You're on the dev branch, so don't worry about point releases.  If you<br>
update to the tip of the branch "yt" you will have all of the fixes,<br>
including the ones that will be part of the point release.<br>
<div class="HOEnZb"><div class="h5"><br>
On Tue, Dec 3, 2013 at 10:09 AM, David Collins <<a href="mailto:dcollins4096@gmail.com">dcollins4096@gmail.com</a>> wrote:<br>
><br>
> Great, thanks!  I'll make sure to up to the next point release when it<br>
> happens.<br>
><br>
> I there a way to get which point release I'm on from hg or the hash tag?<br>
><br>
> Thanks a ton,<br>
> d.<br>
><br>
><br>
> On Tue, Dec 3, 2013 at 9:54 AM, Matthew Turk <<a href="mailto:matthewturk@gmail.com">matthewturk@gmail.com</a>> wrote:<br>
>><br>
>> On Tue, Dec 3, 2013 at 9:52 AM, David Collins <<a href="mailto:dcollins4096@gmail.com">dcollins4096@gmail.com</a>><br>
>> wrote:<br>
>> > Hi, Matt--<br>
>> ><br>
>> > a.) I'm on 4aede64dc503.<br>
>><br>
>> Ah, it's after that.  You should be able to update along the DAG to<br>
>> the tip of "yt" and get it.<br>
>><br>
>> > b.) Ok, I'll keep an eye out for that.  Is that a point release to<br>
>> > yt-3.0?<br>
>><br>
>> Nope, it'll be 2.6.1.<br>
>><br>
>> > I'm behind on getting my analysis scripts up to speed on that.<br>
>> ><br>
>> > d.<br>
>> ><br>
>> ><br>
>> ><br>
>> > On Tue, Dec 3, 2013 at 9:40 AM, Matthew Turk <<a href="mailto:matthewturk@gmail.com">matthewturk@gmail.com</a>><br>
>> > wrote:<br>
>> >><br>
>> >> Hi Dave,<br>
>> >><br>
>> >> Two things -- 1) which hash are you on, and 2) we recently fixed a<br>
>> >> show-stopping bug, which will be part of a point release to come out<br>
>> >> today or tomorrow, that inverted the axes for PhasePlot.<br>
>> >><br>
>> >> -Matt<br>
>> >><br>
>> >> On Tue, Dec 3, 2013 at 9:36 AM, David Collins <<a href="mailto:dcollins4096@gmail.com">dcollins4096@gmail.com</a>><br>
>> >> wrote:<br>
>> >> > Hi, everybody--<br>
>> >> ><br>
>> >> > What's the easiest (up-to-date, non PlotCollection) way to make Phase<br>
>> >> > Plots?<br>
>> >> ><br>
>> >> > I'm looking at this<br>
>> >> ><br>
>> >> ><br>
>> >> > <a href="http://yt-project.org/docs/dev/cookbook/simple_plots.html#simple-phase-plots" target="_blank">http://yt-project.org/docs/dev/cookbook/simple_plots.html#simple-phase-plots</a><br>
>> >> ><br>
>> >> > but PhasePlot seems to not be defined.  I like this functionality<br>
>> >> > much<br>
>> >> > better than the way I've been doing it.  is this an error in the<br>
>> >> > docs,<br>
>> >> > or am<br>
>> >> > I doing something wrong?<br>
>> >> ><br>
>> >> > Thanks,<br>
>> >> > d.<br>
>> >> ><br>
>> >> >>>> my_sphere = pf.h.sphere([0.5]*3,0.01)<br>
>> >> ><br>
>> >> >>>> my_sphere['Density'].sum()<br>
>> >> ><br>
>> >> > 35873.120598941576<br>
>> >> ><br>
>> >> >>>> plot = PhasePlot(my_sphere,"Density","Temperature",'CellMass')<br>
>> >> ><br>
>> >> > Traceback (most recent call last):<br>
>> >> ><br>
>> >> >   File "<stdin>", line 1, in <module><br>
>> >> ><br>
>> >> > NameError: name 'PhasePlot' is not defined--<br>
>> >> ><br>
>> >> ><br>
>> >> > Is this an<br>
>> >> ><br>
>> >> ><br>
>> >> ><br>
>> >> > -- Sent from a computer.<br>
>> >> ><br>
>> >> > _______________________________________________<br>
>> >> > yt-users mailing list<br>
>> >> > <a href="mailto:yt-users@lists.spacepope.org">yt-users@lists.spacepope.org</a><br>
>> >> > <a href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org" target="_blank">http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org</a><br>
>> >> ><br>
>> >> _______________________________________________<br>
>> >> yt-users mailing list<br>
>> >> <a href="mailto:yt-users@lists.spacepope.org">yt-users@lists.spacepope.org</a><br>
>> >> <a href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org" target="_blank">http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org</a><br>
>> ><br>
>> ><br>
>> ><br>
>> ><br>
>> > --<br>
>> > -- Sent from a computer.<br>
>> ><br>
>> > _______________________________________________<br>
>> > yt-users mailing list<br>
>> > <a href="mailto:yt-users@lists.spacepope.org">yt-users@lists.spacepope.org</a><br>
>> > <a href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org" target="_blank">http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org</a><br>
>> ><br>
>> _______________________________________________<br>
>> yt-users mailing list<br>
>> <a href="mailto:yt-users@lists.spacepope.org">yt-users@lists.spacepope.org</a><br>
>> <a href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org" target="_blank">http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org</a><br>
><br>
><br>
><br>
><br>
> --<br>
> -- Sent from a computer.<br>
><br>
> _______________________________________________<br>
> yt-users mailing list<br>
> <a href="mailto:yt-users@lists.spacepope.org">yt-users@lists.spacepope.org</a><br>
> <a href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org" target="_blank">http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org</a><br>
><br>
_______________________________________________<br>
yt-users mailing list<br>
<a href="mailto:yt-users@lists.spacepope.org">yt-users@lists.spacepope.org</a><br>
<a href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org" target="_blank">http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org</a><br>
</div></div></blockquote></div><br></div>