Skip to content

Commit

Permalink
release 3.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
terna committed Oct 30, 2020
1 parent 668f7cb commit 46c20de
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
Expand Up @@ -48,7 +48,7 @@ def graphicControl():
try:
import tkinter # this is only a control, if tkinter is missing, the
# use("TkAgg") method will rise an error
matplotlib.use("TkAgg")
#matplotlib.use("TkAgg") #commented for compatibility with matplotlib 3.3.2 outside Mac system
except BaseException:
print("Warning, missing tkinter: graphics will not work with")
print("Jupyter in terminal or QtConsole")
Expand Down
Expand Up @@ -12,7 +12,7 @@

def runSLAPP():
global start_pyDir
print("\nSLAPP v3.3.9 build 20201029\n")
print("\nSLAPP v3.3.10 build 20201030\n")
import os

confirm = "n"
Expand Down
10 changes: 8 additions & 2 deletions HISTORY.md
Expand Up @@ -453,8 +453,14 @@ when a content is mandatory

small correction in oligopoly project to avoid a final error and improvement of the SLAPP message inquiring for the project name

(2020 04 11)
(2020 10 29)

3.3.8
3.3.9

corrections in basic3D project for compatibility with matplotlib 3.3.2

(2020 10 30)

3.3.10

correction in graphicControl.py for compatibility with matplotlib 3.3.2
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -5,7 +5,7 @@ SLAPP <img src="./-pictures/slapp-logo.png" height="90" />

Swarm-Like Agent Protocol in Python (3)

Here you have SLAPP **3.3.9 build 20201029**, running in Python 3 (in the [SLAPP repository](http://terna.to.it/slapp_dep/) you have related material and very old versions; the 2.0.x versions are still related to Python 2).
Here you have SLAPP **3.3.10 build 20201030**, running in Python 3 (in the [SLAPP repository](http://terna.to.it/slapp_dep/) you have related material and very old versions; the 2.0.x versions are still related to Python 2).

We have here also a [**Reference Handbook**](SLAPP_Reference_Handbook.pdf) (it is still a draft and has to be improved).

Expand Down

0 comments on commit 46c20de

Please sign in to comment.