Skip to content

Commit

Permalink
ready for v3.0beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoalopez committed Mar 23, 2020
1 parent 084ed36 commit c78066f
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions DOCS/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion grain_size_tools/GrainSizeTools_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
# #
Expand Down
2 changes: 1 addition & 1 deletion grain_size_tools/averages.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
# #
Expand Down
2 changes: 1 addition & 1 deletion grain_size_tools/get.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion grain_size_tools/piezometers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
# #
Expand Down
4 changes: 2 additions & 2 deletions grain_size_tools/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
# #
Expand Down Expand Up @@ -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('=======================================')

Expand Down
2 changes: 1 addition & 1 deletion grain_size_tools/stereology.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
# #
Expand Down
2 changes: 1 addition & 1 deletion grain_size_tools/template.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
# #
Expand Down

0 comments on commit c78066f

Please sign in to comment.