From 46c20deb1a99a1de1920e441fb50b387dda4c769 Mon Sep 17 00:00:00 2001 From: Pietro Terna Date: Fri, 30 Oct 2020 18:46:54 +0100 Subject: [PATCH] release 3.3.10 --- .../$$slapp$$/graphicControl.py | 2 +- .../start.py | 2 +- HISTORY.md | 10 ++++++++-- README.md | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/6 objectSwarmObserverAgents_AESOP_turtleLib_NetworkX/$$slapp$$/graphicControl.py b/6 objectSwarmObserverAgents_AESOP_turtleLib_NetworkX/$$slapp$$/graphicControl.py index bfc64a0..1c0417b 100644 --- a/6 objectSwarmObserverAgents_AESOP_turtleLib_NetworkX/$$slapp$$/graphicControl.py +++ b/6 objectSwarmObserverAgents_AESOP_turtleLib_NetworkX/$$slapp$$/graphicControl.py @@ -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") diff --git a/6 objectSwarmObserverAgents_AESOP_turtleLib_NetworkX/start.py b/6 objectSwarmObserverAgents_AESOP_turtleLib_NetworkX/start.py index e1fa9a5..cdf873f 100755 --- a/6 objectSwarmObserverAgents_AESOP_turtleLib_NetworkX/start.py +++ b/6 objectSwarmObserverAgents_AESOP_turtleLib_NetworkX/start.py @@ -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" diff --git a/HISTORY.md b/HISTORY.md index b4e0271..2e46d81 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -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 diff --git a/README.md b/README.md index 13444bc..ea0231b 100755 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ SLAPP 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).