|
2 | 2 | Changelog
|
3 | 3 | =========
|
4 | 4 |
|
| 5 | +`1.0.0 <https://github.com/metawards/MetaWards/compare/0.12.0...1.0.0>`__ - May 23rd 2020 |
| 6 | +----------------------------------------------------------------------------------------- |
| 7 | + |
| 8 | +* Improved "go_to" and "go_isolate" functions, which now support modelling |
| 9 | + self-isolation and quarantine. This is all demonstrated in a new |
| 10 | + part 6 of the tutorial. |
| 11 | +* Added an InteractionMatrix class to make it easier to create more |
| 12 | + sophisticated interaction matricies. |
| 13 | +* Added ability for any plugin to signal that the model run should end |
| 14 | + after the current iteration by raising a StopIteration exception |
| 15 | +* Added a "--model single" mode that uses a single-ward model for |
| 16 | + debugging and validation purposes. |
| 17 | +* Updated parallel runners (multiprocessing, scoop and MPI) to return |
| 18 | + results as they are available, so that the Console can report summaries |
| 19 | + and live progress. |
| 20 | +* Added a developer's "debug" mode to the Console, complete with nice |
| 21 | + variable printing. |
| 22 | +* Lots of file and text encoding fixes, particularly to fix unicode |
| 23 | + issues on windows. |
| 24 | +* Finally fixed the issue on windows where the wrong plugin would |
| 25 | + sometimes be loaded. |
| 26 | +* Updated all tutorial outputs to the new format. |
| 27 | +* Fixed a runtime check exception that occurred on rare occasions on Windows. |
| 28 | + This didn't cause any errors in data, but did stop runs from continuing |
| 29 | + when the run-time test was failed. |
| 30 | + |
| 31 | + |
5 | 32 | `0.12.0 <https://github.com/metawards/MetaWards/compare/0.11.2...0.12.0>`__ - May 18th 2020
|
6 | 33 | --------------------------------------------------------------------------------------------
|
7 | 34 |
|
|
0 commit comments