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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Sat Jul 19 06:41:31 PDT 2014


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/ec5d406f9e54/
Changeset:   ec5d406f9e54
Branch:      yt-3.0
User:        ngoldbaum
Date:        2014-07-18 23:47:44
Summary:     Adding a compatibility layer for data_source.pf.
Affected #:  1 file

diff -r b04c9b3692db47c99a367f0decda46fcbbca3801 -r ec5d406f9e546c58d19a7f4a625d7979ae6c5fd7 yt/data_objects/data_containers.py
--- a/yt/data_objects/data_containers.py
+++ b/yt/data_objects/data_containers.py
@@ -114,6 +114,10 @@
             self.set_field_parameter(key, val)
 
     @property
+    def pf(self):
+        return getattr(self, 'ds', None)
+
+    @property
     def index(self):
         if self._index is not None:
             return self._index


https://bitbucket.org/yt_analysis/yt/commits/65543888bc83/
Changeset:   65543888bc83
Branch:      yt-3.0
User:        MatthewTurk
Date:        2014-07-19 15:41:25
Summary:     Merged in ngoldbaum/yt/yt-3.0 (pull request #1040)

Adding a compatibility layer for data_source.pf.
Affected #:  1 file

diff -r d200e66450ee5be821ce6a4c0f651fcdc54245ae -r 65543888bc8332f02187bfbf40670bef25e5638b yt/data_objects/data_containers.py
--- a/yt/data_objects/data_containers.py
+++ b/yt/data_objects/data_containers.py
@@ -114,6 +114,10 @@
             self.set_field_parameter(key, val)
 
     @property
+    def pf(self):
+        return getattr(self, 'ds', None)
+
+    @property
     def index(self):
         if self._index is not None:
             return self._index

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