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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Tue Feb 9 09:01:27 PST 2016


4 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/09b8cdee7886/
Changeset:   09b8cdee7886
Branch:      yt
User:        MatthewTurk
Date:        2015-12-07 15:03:20+00:00
Summary:     Change _skip_cache to be True by default.
Affected #:  1 file

diff -r 56f79d0c073d5edf98df699844e1003874cea13f -r 09b8cdee7886d6c0167f2b8f118e75351f37270e yt/data_objects/static_output.py
--- a/yt/data_objects/static_output.py
+++ b/yt/data_objects/static_output.py
@@ -284,7 +284,7 @@
 
     @property
     def _skip_cache(self):
-        return False
+        return True
 
     def hub_upload(self):
         self._mrep.upload()


https://bitbucket.org/yt_analysis/yt/commits/b53c673582b5/
Changeset:   b53c673582b5
Branch:      yt
User:        MatthewTurk
Date:        2015-12-07 17:37:00+00:00
Summary:     Also turn off config value.
Affected #:  1 file

diff -r 09b8cdee7886d6c0167f2b8f118e75351f37270e -r b53c673582b5667a41f6793494778123560a723f yt/config.py
--- a/yt/config.py
+++ b/yt/config.py
@@ -39,7 +39,7 @@
     storeparameterfiles = 'False',
     parameterfilestore = 'parameter_files.csv',
     maximumstoreddatasets = '500',
-    skip_dataset_cache = 'False',
+    skip_dataset_cache = 'True',
     loadfieldplugins = 'True',
     pluginfilename = 'my_plugins.py',
     parallel_traceback = 'False',


https://bitbucket.org/yt_analysis/yt/commits/65a2ff9d1d7a/
Changeset:   65a2ff9d1d7a
Branch:      yt
User:        MatthewTurk
Date:        2015-12-14 19:15:02+00:00
Summary:     Changing this back; now configurable.
Affected #:  1 file

diff -r b53c673582b5667a41f6793494778123560a723f -r 65a2ff9d1d7ae80c6bcce3622c46f631924ee1c9 yt/data_objects/static_output.py
--- a/yt/data_objects/static_output.py
+++ b/yt/data_objects/static_output.py
@@ -284,7 +284,7 @@
 
     @property
     def _skip_cache(self):
-        return True
+        return False
 
     def hub_upload(self):
         self._mrep.upload()


https://bitbucket.org/yt_analysis/yt/commits/d47150dfbde6/
Changeset:   d47150dfbde6
Branch:      yt
User:        xarthisius
Date:        2016-02-09 17:01:15+00:00
Summary:     Merged in MatthewTurk/yt (pull request #1897)

Change _skip_cache to be True by default.
Affected #:  2 files

diff -r be66247e2a8a1454ad2e7c29ef3473bf17e39b6e -r d47150dfbde64f0262903d954fc90f87ce95ca39 yt/config.py
--- a/yt/config.py
+++ b/yt/config.py
@@ -39,7 +39,7 @@
     storeparameterfiles = 'False',
     parameterfilestore = 'parameter_files.csv',
     maximumstoreddatasets = '500',
-    skip_dataset_cache = 'False',
+    skip_dataset_cache = 'True',
     loadfieldplugins = 'True',
     pluginfilename = 'my_plugins.py',
     parallel_traceback = '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