From c78066ff83c51a843fb1f318a1795d4964148f51 Mon Sep 17 00:00:00 2001 From: "Marco A. Lopez-Sanchez" Date: Mon, 23 Mar 2020 12:13:32 +0100 Subject: [PATCH] ready for v3.0beta1 --- DOCS/getting_started.md | 6 +++--- grain_size_tools/GrainSizeTools_script.py | 2 +- grain_size_tools/averages.py | 2 +- grain_size_tools/get.py | 2 +- grain_size_tools/piezometers.py | 2 +- grain_size_tools/plot.py | 4 ++-- grain_size_tools/stereology.py | 2 +- grain_size_tools/template.py | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/DOCS/getting_started.md b/DOCS/getting_started.md index ba2b5e1..42811bd 100644 --- a/DOCS/getting_started.md +++ b/DOCS/getting_started.md @@ -12,10 +12,10 @@ First of all, make sure you have the latest version of the GrainSizeTools script If you are in Spyder, open the ``GrainSizeTools_script.py`` file using ```File>Open```. The script will appear in the code editor as shown in figure 1 and then run the script clicking on the "play" green icon in the tool bar (or go to ```Run>Run file``` in the menu bar). If you are using jupyter notebooks, you should run the script as follows: ```python -%run .../GrainSizeTools_script.py # substitute ...with the file path +%run .../GrainSizeTools_script.py # substitute ...with the full file path ``` -The following text will appear in the console or below: +The following text will appear (in the console): ``` module plot imported @@ -25,7 +25,7 @@ module piezometers imported module template imported =================================================================================== -Welcome to GrainSizeTools script v3.0 +Welcome to GrainSizeTools script v3.0beta1 =================================================================================== GrainSizeTools is a free open-source cross-platform script to visualize and characterize the grain size in polycrystalline materials and estimate diff --git a/grain_size_tools/GrainSizeTools_script.py b/grain_size_tools/GrainSizeTools_script.py index 7328995..6f4d47d 100644 --- a/grain_size_tools/GrainSizeTools_script.py +++ b/grain_size_tools/GrainSizeTools_script.py @@ -17,7 +17,7 @@ # See the License for the specific language governing permissions and # # limitations under the License. # # # -# Version 3.0 # +# Version 3.0beta1 # # For details see: http://marcoalopez.github.io/GrainSizeTools/ # # download at https://github.com/marcoalopez/GrainSizeTools/releases # # # diff --git a/grain_size_tools/averages.py b/grain_size_tools/averages.py index 9e14531..b00095c 100644 --- a/grain_size_tools/averages.py +++ b/grain_size_tools/averages.py @@ -18,7 +18,7 @@ # See the License for the specific language governing permissions and # # limitations under the "License". # # # -# Version 3.0 # +# Version 3.0beta1 # # For details see: http://marcoalopez.github.io/GrainSizeTools/ # # download at https://github.com/marcoalopez/GrainSizeTools/releases # # # diff --git a/grain_size_tools/get.py b/grain_size_tools/get.py index 1e30ed9..678bde9 100644 --- a/grain_size_tools/get.py +++ b/grain_size_tools/get.py @@ -1,6 +1,6 @@ welcome = """ ====================================================================================== -Welcome to GrainSizeTools script v3.0 +Welcome to GrainSizeTools script v3.0beta1 ====================================================================================== GrainSizeTools is a free open-source cross-platform script to visualize and characterize the grain size in polycrystalline materials and estimate differential stress via diff --git a/grain_size_tools/piezometers.py b/grain_size_tools/piezometers.py index 445c17c..4eb1dd5 100644 --- a/grain_size_tools/piezometers.py +++ b/grain_size_tools/piezometers.py @@ -17,7 +17,7 @@ # See the License for the specific language governing permissions and # # limitations under the License. # # # -# Version 2.0.3 # +# Version 3.0beta1 # # For details see: http://marcoalopez.github.io/GrainSizeTools/ # # download at https://github.com/marcoalopez/GrainSizeTools/releases # # # diff --git a/grain_size_tools/plot.py b/grain_size_tools/plot.py index 0e982e1..82b9c52 100644 --- a/grain_size_tools/plot.py +++ b/grain_size_tools/plot.py @@ -17,7 +17,7 @@ # See the License for the specific language governing permissions and # # limitations under the License. # # # -# Version 3.0 # +# Version 3.0beta1 # # For details see: http://marcoalopez.github.io/GrainSizeTools/ # # download at https://github.com/marcoalopez/GrainSizeTools/releases # # # @@ -377,7 +377,7 @@ def qq_plot(data, percent=2): print('It looks like a lognormal distribution') print('(⌐■_■)') else: - print('It doesnt look like a lognormal distribution (p-value > 0.05)') + print('It doesnt look like a lognormal distribution (p-value < 0.05)') print('(╯°□°)╯︵ ┻━┻') print('=======================================') diff --git a/grain_size_tools/stereology.py b/grain_size_tools/stereology.py index 3288d75..573e12d 100644 --- a/grain_size_tools/stereology.py +++ b/grain_size_tools/stereology.py @@ -17,7 +17,7 @@ # See the License for the specific language governing permissions and # # limitations under the License. # # # -# Version 3.0 # +# Version 3.0beta1 # # For details see: http://marcoalopez.github.io/GrainSizeTools/ # # download at https://github.com/marcoalopez/GrainSizeTools/releases # # # diff --git a/grain_size_tools/template.py b/grain_size_tools/template.py index 46cc2cc..84f85a8 100644 --- a/grain_size_tools/template.py +++ b/grain_size_tools/template.py @@ -17,7 +17,7 @@ # See the License for the specific language governing permissions and # # limitations under the License. # # # -# Version 3.0 # +# Version 3.0beta1 # # For details see: http://marcoalopez.github.io/GrainSizeTools/ # # download at https://github.com/marcoalopez/GrainSizeTools/releases # # #