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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Fri Jul 21 16:37:36 PDT 2017


3 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/b8a9f1b2beb5/
Changeset:   b8a9f1b2beb5
User:        StatMarianne
Date:        2017-07-19 20:11:10+00:00
Summary:     Update yt configuration path
Affected #:  1 file

diff -r c94f135d1530e207dbda7edc0a8f9918d8b244e8 -r b8a9f1b2beb56d47ce04085d8391f05a992e34db yt/utilities/command_line.py
--- a/yt/utilities/command_line.py
+++ b/yt/utilities/command_line.py
@@ -1000,7 +1000,7 @@
             pw = IPython.lib.passwd()
             print("If you would like to use this password in the future,")
             print("place a line like this inside the [yt] section in your")
-            print("yt configuration file at ~/.yt/config")
+            print("yt configuration file at ~/.config/yt/ytrc")
             print()
             print("notebook_password = %s" % pw)
             print()


https://bitbucket.org/yt_analysis/yt/commits/7c4a720b0fd3/
Changeset:   7c4a720b0fd3
User:        Marianne Corvellec
Date:        2017-07-19 20:46:44+00:00
Summary:     Update config path where old version was left
Affected #:  2 files

diff -r b8a9f1b2beb56d47ce04085d8391f05a992e34db -r 7c4a720b0fd323ad7f6dd6e983fcea7421201697 yt/data_objects/construction_data_containers.py
--- a/yt/data_objects/construction_data_containers.py
+++ b/yt/data_objects/construction_data_containers.py
@@ -1858,7 +1858,7 @@
         SketchFab.com.  It requires an API key, which can be found on your
         SketchFab.com dashboard.  You can either supply the API key to this
         routine directly or you can place it in the variable
-        "sketchfab_api_key" in your ~/.yt/config file.  This function is
+        "sketchfab_api_key" in your ~/.config/yt/ytrc file.  This function is
         parallel-safe.
 
         Parameters

diff -r b8a9f1b2beb56d47ce04085d8391f05a992e34db -r 7c4a720b0fd323ad7f6dd6e983fcea7421201697 yt/utilities/exceptions.py
--- a/yt/utilities/exceptions.py
+++ b/yt/utilities/exceptions.py
@@ -321,7 +321,7 @@
         self.config_name = config_name
 
     def __str__(self):
-        return "You need to set an API key for %s in ~/.yt/config as %s" % (
+        return "You need to set an API key for %s in ~/.config/yt/ytrc as %s" % (
             self.service, self.config_name)
 
 class YTTooManyVertices(YTException):


https://bitbucket.org/yt_analysis/yt/commits/85cb5b40cd70/
Changeset:   85cb5b40cd70
User:        ngoldbaum
Date:        2017-07-21 23:36:56+00:00
Summary:     Merge pull request #1500 from mkcor/patch-1

Update yt configuration path
Affected #:  3 files

diff -r c94f135d1530e207dbda7edc0a8f9918d8b244e8 -r 85cb5b40cd70e9772c4f581e8133692d5f73ed9e yt/data_objects/construction_data_containers.py
--- a/yt/data_objects/construction_data_containers.py
+++ b/yt/data_objects/construction_data_containers.py
@@ -1858,7 +1858,7 @@
         SketchFab.com.  It requires an API key, which can be found on your
         SketchFab.com dashboard.  You can either supply the API key to this
         routine directly or you can place it in the variable
-        "sketchfab_api_key" in your ~/.yt/config file.  This function is
+        "sketchfab_api_key" in your ~/.config/yt/ytrc file.  This function is
         parallel-safe.
 
         Parameters

diff -r c94f135d1530e207dbda7edc0a8f9918d8b244e8 -r 85cb5b40cd70e9772c4f581e8133692d5f73ed9e yt/utilities/command_line.py
--- a/yt/utilities/command_line.py
+++ b/yt/utilities/command_line.py
@@ -1000,7 +1000,7 @@
             pw = IPython.lib.passwd()
             print("If you would like to use this password in the future,")
             print("place a line like this inside the [yt] section in your")
-            print("yt configuration file at ~/.yt/config")
+            print("yt configuration file at ~/.config/yt/ytrc")
             print()
             print("notebook_password = %s" % pw)
             print()

diff -r c94f135d1530e207dbda7edc0a8f9918d8b244e8 -r 85cb5b40cd70e9772c4f581e8133692d5f73ed9e yt/utilities/exceptions.py
--- a/yt/utilities/exceptions.py
+++ b/yt/utilities/exceptions.py
@@ -321,7 +321,7 @@
         self.config_name = config_name
 
     def __str__(self):
-        return "You need to set an API key for %s in ~/.yt/config as %s" % (
+        return "You need to set an API key for %s in ~/.config/yt/ytrc as %s" % (
             self.service, self.config_name)
 
 class YTTooManyVertices(YTException):

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