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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Tue Jul 30 10:08:28 PDT 2013


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/df46c35356ce/
Changeset:   df46c35356ce
Branch:      yt
User:        ngoldbaum
Date:        2013-07-23 23:46:51
Summary:     Turn data serialization off by default.
Affected #:  1 file

diff -r e3e4f4578504b7eb2e929275ad8441ef3900572c -r df46c35356ceff7107fe37a98f67e56e1fd32d99 yt/config.py
--- a/yt/config.py
+++ b/yt/config.py
@@ -28,7 +28,7 @@
 import ConfigParser, os, os.path, types
 
 ytcfgDefaults = dict(
-    serialize = 'True',
+    serialize = 'False',
     onlydeserialize = 'False',
     timefunctions = 'False',
     logfile = 'False',


https://bitbucket.org/yt_analysis/yt/commits/f936432ed45d/
Changeset:   f936432ed45d
Branch:      yt
User:        MatthewTurk
Date:        2013-07-30 19:08:24
Summary:     Merged in ngoldbaum/yt (pull request #558)

Turn data serialization off by default.
Affected #:  1 file

diff -r 3990dd43ecce97cb7a3e6a02ec87da260cd2e540 -r f936432ed45df5f59f1691ec56f64ee31bb85a46 yt/config.py
--- a/yt/config.py
+++ b/yt/config.py
@@ -28,7 +28,7 @@
 import ConfigParser, os, os.path, types
 
 ytcfgDefaults = dict(
-    serialize = 'True',
+    serialize = 'False',
     onlydeserialize = 'False',
     timefunctions = 'False',
     logfile = 'False',

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