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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Mon Oct 17 14:18:54 PDT 2016


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/3607453cd77b/
Changeset:   3607453cd77b
Branch:      yt
User:        ngoldbaum
Date:        2016-10-10 15:17:00+00:00
Summary:     make annotate_clear return self

this makes the UX a little nicer in the notebook
Affected #:  1 file

diff -r 314a02c1f9342ada3ac7f6ae823e264f798a095f -r 3607453cd77b79ffa0ec8edc663f747f6da7cf4e yt/visualization/plot_window.py
--- a/yt/visualization/plot_window.py
+++ b/yt/visualization/plot_window.py
@@ -1027,6 +1027,7 @@
         else:
             del self._callbacks[index]
         self.setup_callbacks()
+        return self
 
     def run_callbacks(self):
         for f in self.fields:


https://bitbucket.org/yt_analysis/yt/commits/db097c2981cd/
Changeset:   db097c2981cd
Branch:      yt
User:        ngoldbaum
Date:        2016-10-17 21:18:27+00:00
Summary:     Merged in ngoldbaum/yt (pull request #2413)

make annotate_clear return self
Affected #:  1 file

diff -r ea9b5229177223a3a437915cf17b130cf2b4584a -r db097c2981cda61b07abbb087125bb03ea1006a4 yt/visualization/plot_window.py
--- a/yt/visualization/plot_window.py
+++ b/yt/visualization/plot_window.py
@@ -1027,6 +1027,7 @@
         else:
             del self._callbacks[index]
         self.setup_callbacks()
+        return self
 
     def run_callbacks(self):
         for f in self.fields:

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