You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
soil/soil
J. Fernando Sánchez fc48ed7e09 Added history class
Now the environment does not deal with history directly, it delegates it to a
specific class. The analysis also uses history instances instead of either
using the database directly or creating a proxy environment.

This should make it easier to change the implementation in the future.

In fact, the change was motivated by the large size of the csv files in previous
versions. This new implementation only stores results in deltas, and it fills
any necessary values when needed.
6 years ago
..
agents Added history class 6 years ago
VERSION Added history class 6 years ago
__init__.py Added history class 6 years ago
__main__.py Fix py3.4 and pypi bugs 7 years ago
analysis.py Added history class 6 years ago
environment.py Added history class 6 years ago
history.py Added history class 6 years ago
settings.py WIP soil 7 years ago
simulation.py Added history class 6 years ago
utils.py Added history class 6 years ago
version.py Fix pip installation 6 years ago