Skip to content

Commit

Permalink
documented the previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
terna committed Nov 28, 2017
1 parent cb8a2e8 commit 6a5b7e1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

def runSLAPP():
global start_pyDir
print("\nSLAPP v3.0.7 build 20171127\n")
print("\nSLAPP v3.0.7 build 20171128\n")
import os

confirm = "n"
Expand Down
5 changes: 4 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,8 +335,11 @@ the same in ModelSwarm.py when applying methods via the functions of Tools.py

adapted *production* project to the version 2.0 of NetworkX

(2017 11 27)
(2017 11 28)

3.0.7

adapted *production* project again to the version 2.0 of NetworkX

updated requirements.txt, addying statsmodels and patsy
for readingCsvOutput.ipynb in oligopoly model
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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.0.7 build 20171127**, 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.0.7 build 20171128**, 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 6a5b7e1

Please sign in to comment.