<html><body>
<p>1 new commit in yt:</p>
<p><a href="https://bitbucket.org/yt_analysis/yt/commits/cfc61bdb1b70/">https://bitbucket.org/yt_analysis/yt/commits/cfc61bdb1b70/</a> Changeset:   cfc61bdb1b70 Branch:      yt User:        jzuhone Date:        2016-05-18 18:12:17+00:00 Summary:     Merged in ngoldbaum/yt (pull request #2175)</p>
<p>silence deprecation warning from IPython Affected #:  2 files</p>
<p>diff -r 506d890f8554f9d7c95480410f8add32981b7e7f -r cfc61bdb1b70f6ae65acd4bad85e0aee069bbd62 yt/funcs.py --- a/yt/funcs.py +++ b/yt/funcs.py @@ -318,7 +318,10 @@</p>
<pre>         ipshell(header = __header % dd,
local_ns = loc, global_ns = glo)
     else:</pre>
<ul><li><p>from IPython.config.loader import Config</p></li></ul>
<p>+        try: +            from traitlets.config.loader import Config +        except ImportError: +            from IPython.config.loader import Config</p>
<pre>cfg = Config()
cfg.InteractiveShellEmbed.local_ns = loc
cfg.InteractiveShellEmbed.global_ns = glo</pre>
<p>diff -r 506d890f8554f9d7c95480410f8add32981b7e7f -r cfc61bdb1b70f6ae65acd4bad85e0aee069bbd62 yt/utilities/command_line.py --- a/yt/utilities/command_line.py +++ b/yt/utilities/command_line.py @@ -692,7 +692,10 @@</p>
<pre>"\nHi there!  Welcome to yt.\n\nWe've loaded your dataset as 'ds'.  Enjoy!"
)
         else:</pre>
<ul><li><p>from IPython.config.loader import Config</p></li></ul>
<p>+            try: +                from traitlets.config.loader import Config +            except ImportError: +                from IPython.config.loader import Config</p>
<pre>import sys
cfg = Config()
# prepend sys.path with current working directory</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-2ByeRZFC1LslHcg6aJmnQ70VruLbmeLQr27CqJnjMAmU0otRriV7OMP4CB6sNWfkZyMzKD977e6VLqf2UVFpFzJDYhqaPNFMn7lbBcAdNnZQaaPduc4MAdIUJjyyiZOgGmp0oxm6oaWEgGOA4DqadkzjK8IT60f-2BD5zi4wWypfzKVde7PVm48ncFzKSe6aX0XgVZP88w22SF6q-2BIr5hilt2-2BoRxSBHGUog0s-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>