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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Fri Aug 29 04:31:50 PDT 2014


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/8ef2d9fae44b/
Changeset:   8ef2d9fae44b
Branch:      yt-3.0
User:        samskillman
Date:        2014-08-28 18:30:54
Summary:     Add communication_system to __init__.py
Affected #:  1 file

diff -r 7a8cec18f4023952c8d749f9cdf9063389e80fbe -r 8ef2d9fae44b51a9607c43dc0c2e530fae98517f yt/__init__.py
--- a/yt/__init__.py
+++ b/yt/__init__.py
@@ -150,7 +150,7 @@
     TransferFunctionHelper
 
 from yt.utilities.parallel_tools.parallel_analysis_interface import \
-    parallel_objects, enable_parallelism
+    parallel_objects, enable_parallelism, communication_system
 
 from yt.convenience import \
     load, simulation


https://bitbucket.org/yt_analysis/yt/commits/db453a34418d/
Changeset:   db453a34418d
Branch:      yt
User:        MatthewTurk
Date:        2014-08-29 13:31:42
Summary:     Merged in samskillman/yt/yt-3.0 (pull request #1171)

Add communication_system to __init__.py
Affected #:  1 file

diff -r a7736c8f4158cb76b0453eca1a6f5046775ede01 -r db453a34418decb342392b49f10559b5fb5f43ca yt/__init__.py
--- a/yt/__init__.py
+++ b/yt/__init__.py
@@ -150,7 +150,7 @@
     TransferFunctionHelper
 
 from yt.utilities.parallel_tools.parallel_analysis_interface import \
-    parallel_objects, enable_parallelism
+    parallel_objects, enable_parallelism, communication_system
 
 from yt.convenience import \
     load, simulation

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