1
0
mirror of https://github.com/gsi-upm/soil synced 2024-09-21 07:41:43 +00:00
soil/examples/newsspread
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.
2018-05-04 10:01:49 +02:00
..
NewsSpread.ipynb Added history class 2018-05-04 10:01:49 +02:00
newsspread.py Parallelism and granular exporting options 2017-11-01 14:44:46 +01:00
NewsSpread.yml Parallelism and granular exporting options 2017-11-01 14:44:46 +01:00