1
0
mirror of https://github.com/gsi-upm/soil synced 2025-08-23 19:52:19 +00:00
* Pandas integration
* Improved environment
* Logging and data dumps
* Tests
* Added Finite State Machine models
* Rewritten ipython notebook and documentation
This commit is contained in:
J. Fernando Sánchez
2017-06-20 17:45:43 +02:00
parent 764177c634
commit e1be3a730e
110 changed files with 32706 additions and 57437 deletions

7
.gitignore vendored
View File

@@ -1,5 +1,10 @@
__pycache__/
.idea/
.ipynb_checkpoints/
*.png
*.gexf
.*
results
soil_output
docs/_build*
build/*
dist/*