[yt-svn] commit/yt: 2 new changesets

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Tue Mar 18 10:15:20 PDT 2014


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/85ed38ecd16c/
Changeset:   85ed38ecd16c
Branch:      yt
User:        ngoldbaum
Date:        2014-03-18 18:04:09
Summary:     Adding missing ProfilePlot imports.
Affected #:  1 file

diff -r 837706704f10f8653e3a4f9b9367b104b047424d -r 85ed38ecd16c057c7bba62f1e423d33bbb5b248e yt/visualization/profile_plotter.py
--- a/yt/visualization/profile_plotter.py
+++ b/yt/visualization/profile_plotter.py
@@ -14,6 +14,7 @@
 #-----------------------------------------------------------------------------
 
 
+import __builtin__
 import base64
 import types
 
@@ -26,6 +27,7 @@
 
 from matplotlib.font_manager import FontProperties
 
+from ._mpl_imports import FigureCanvasAgg
 from .plot_window import WindowPlotMPL
 from .base_plot_types import ImagePlotMPL
 from .plot_container import \
@@ -44,7 +46,8 @@
 import _mpl_imports as mpl
 from yt.funcs import \
      ensure_list, \
-     get_image_suffix
+     get_image_suffix, \
+     get_ipython_api_version
 
 def get_canvas(name):
     suffix = get_image_suffix(name)


https://bitbucket.org/yt_analysis/yt/commits/f3de52be4bb2/
Changeset:   f3de52be4bb2
Branch:      yt-3.0
User:        ngoldbaum
Date:        2014-03-18 18:04:09
Summary:     Adding missing ProfilePlot imports.
Affected #:  1 file

diff -r d19723329cade08bfc84e9ff41a44e95ddbe0f7c -r f3de52be4bb2dc46fc434d4b639ed714e82ff6ac yt/visualization/profile_plotter.py
--- a/yt/visualization/profile_plotter.py
+++ b/yt/visualization/profile_plotter.py
@@ -14,6 +14,7 @@
 #-----------------------------------------------------------------------------
 
 
+import __builtin__
 import base64
 import types
 
@@ -26,6 +27,7 @@
 
 from matplotlib.font_manager import FontProperties
 
+from ._mpl_imports import FigureCanvasAgg
 from .plot_window import WindowPlotMPL
 from .base_plot_types import ImagePlotMPL
 from .plot_container import \
@@ -43,7 +45,8 @@
 import _mpl_imports as mpl
 from yt.funcs import \
      ensure_list, \
-     get_image_suffix
+     get_image_suffix, \
+     get_ipython_api_version
 
 def get_canvas(name):
     suffix = get_image_suffix(name)

Repository URL: https://bitbucket.org/yt_analysis/yt/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the yt-svn mailing list