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

Bitbucket commits-noreply at bitbucket.org
Fri Aug 3 11:47:01 PDT 2012


2 new commits in yt-3.0:


https://bitbucket.org/yt_analysis/yt-3.0/changeset/6c3ff6dee5e7/
changeset:   6c3ff6dee5e7
branch:      yt-3.0
user:        xarthisius
date:        2012-08-03 18:49:05
summary:     Remove last occurences of lazy_reader from docstrings
affected #:  1 file

diff -r 5d48371800a335bba2aa55a7c7f46726ed0ca039 -r 6c3ff6dee5e771a2119d40ae40b57dfcc02f8001 yt/data_objects/profiles.py
--- a/yt/data_objects/profiles.py
+++ b/yt/data_objects/profiles.py
@@ -170,10 +170,8 @@
         We accept a *data_source*, which will be binned into *n_bins*
         by the field *bin_field* between the *lower_bound* and the
         *upper_bound*.  These bins may or may not be equally divided
-        in *log_space*, and the *lazy_reader* flag controls whether we
-        use a memory conservative approach. If *end_collect* is True,
-        take all values outside the given bounds and store them in the
-        0 and *n_bins*-1 values.
+        in *log_space*. If *end_collect* is True, take all values outside
+        the given bounds and store them in the 0 and *n_bins*-1 values.
         """
         BinnedProfile.__init__(self, data_source)
         self.bin_field = bin_field
@@ -206,7 +204,6 @@
                    args, check_cut=False):
         mi, inv_bin_indices = args # Args has the indices to use as input
         # check_cut is set if source != self._data_source
-        # (i.e., lazy_reader)
         source_data = self._get_field(source, field, check_cut)
         if weight: weight_data = self._get_field(source, weight, check_cut)
         else: weight_data = na.ones(source_data.shape, dtype='float64')
@@ -341,10 +338,9 @@
         into *y_n_bins* by the field *y_bin_field* between the
         *y_lower_bound* and the *y_upper_bound*.  These bins may or
         may not be equally divided in log-space as specified by
-        *x_log* and *y_log*, and the *lazy_reader* flag controls
-        whether we use a memory conservative approach. If
-        *end_collect* is True, take all values outside the given
-        bounds and store them in the 0 and *n_bins*-1 values.
+        *x_log* and *y_log*. If *end_collect* is True, take all
+        values outside the given bounds and store them in the 0 and
+        *n_bins*-1 values.
         """
         BinnedProfile.__init__(self, data_source)
         self.x_bin_field = x_bin_field
@@ -576,11 +572,9 @@
     We accept a *data_source*, which will be binned into
     *(x,y,z)_n_bins* by the field *(x,y,z)_bin_field* between the
     *(x,y,z)_lower_bound* and the *(x,y,z)_upper_bound*.  These bins may or
-    may not be equally divided in log-space as specified by
-    *(x,y,z)_log*, and the *lazy_reader* flag controls
-    whether we use a memory conservative approach. If
-    *end_collect* is True, take all values outside the given
-    bounds and store them in the 0 and *n_bins*-1 values.
+    may not be equally divided in log-space as specified by *(x,y,z)_log*. 
+    If *end_collect* is True, take all values outside the given bounds and
+    store them in the 0 and *n_bins*-1 values.
     """
     def __init__(self, data_source,
                  x_n_bins, x_bin_field, x_lower_bound, x_upper_bound, x_log,



https://bitbucket.org/yt_analysis/yt-3.0/changeset/62853de8e84a/
changeset:   62853de8e84a
branch:      yt-3.0
user:        MatthewTurk
date:        2012-08-03 20:47:00
summary:     Merged in xarthisius/yt-3.0 (pull request #2)
affected #:  1 file

diff -r df4c4bcb84e6ffd29328cd246683b74d0a348490 -r 62853de8e84a872c38256c1c777b2e3378e61ec0 yt/data_objects/profiles.py
--- a/yt/data_objects/profiles.py
+++ b/yt/data_objects/profiles.py
@@ -170,10 +170,8 @@
         We accept a *data_source*, which will be binned into *n_bins*
         by the field *bin_field* between the *lower_bound* and the
         *upper_bound*.  These bins may or may not be equally divided
-        in *log_space*, and the *lazy_reader* flag controls whether we
-        use a memory conservative approach. If *end_collect* is True,
-        take all values outside the given bounds and store them in the
-        0 and *n_bins*-1 values.
+        in *log_space*. If *end_collect* is True, take all values outside
+        the given bounds and store them in the 0 and *n_bins*-1 values.
         """
         BinnedProfile.__init__(self, data_source)
         self.bin_field = bin_field
@@ -206,7 +204,6 @@
                    args, check_cut=False):
         mi, inv_bin_indices = args # Args has the indices to use as input
         # check_cut is set if source != self._data_source
-        # (i.e., lazy_reader)
         source_data = self._get_field(source, field, check_cut)
         if weight: weight_data = self._get_field(source, weight, check_cut)
         else: weight_data = na.ones(source_data.shape, dtype='float64')
@@ -341,10 +338,9 @@
         into *y_n_bins* by the field *y_bin_field* between the
         *y_lower_bound* and the *y_upper_bound*.  These bins may or
         may not be equally divided in log-space as specified by
-        *x_log* and *y_log*, and the *lazy_reader* flag controls
-        whether we use a memory conservative approach. If
-        *end_collect* is True, take all values outside the given
-        bounds and store them in the 0 and *n_bins*-1 values.
+        *x_log* and *y_log*. If *end_collect* is True, take all
+        values outside the given bounds and store them in the 0 and
+        *n_bins*-1 values.
         """
         BinnedProfile.__init__(self, data_source)
         self.x_bin_field = x_bin_field
@@ -576,11 +572,9 @@
     We accept a *data_source*, which will be binned into
     *(x,y,z)_n_bins* by the field *(x,y,z)_bin_field* between the
     *(x,y,z)_lower_bound* and the *(x,y,z)_upper_bound*.  These bins may or
-    may not be equally divided in log-space as specified by
-    *(x,y,z)_log*, and the *lazy_reader* flag controls
-    whether we use a memory conservative approach. If
-    *end_collect* is True, take all values outside the given
-    bounds and store them in the 0 and *n_bins*-1 values.
+    may not be equally divided in log-space as specified by *(x,y,z)_log*. 
+    If *end_collect* is True, take all values outside the given bounds and
+    store them in the 0 and *n_bins*-1 values.
     """
     def __init__(self, data_source,
                  x_n_bins, x_bin_field, x_lower_bound, x_upper_bound, x_log,

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

--

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