Download LIAM2 User Guide

Transcript
LIAM2 User Guide, Release 0.10.2
• added more information to the console log:
– number of individuals at the start and end of each period.
– more stats at the end of the simulation.
• excluded unused components in the executable to make it smaller.
Fixes
• fixed logit_regr(align=float).
• fixed grpavg(bool, filter=cond).
• fixed groupby(a, b, c, expr=grpsum(d), percent=True).
• fixed having several grpavg with a filter argument in the same expression.
• fixed calling the main executable without argument (simply display usage).
• fixed dump with (some kind of) aggregate values in combination with a filter.
• fixed void data source.
10.4.18 Version 0.3
Released on 2011-06-29.
New features
• added ability to import csv files directly with the main executable.
Miscellaneous improvements
• made periodic globals optional.
• improved a few sections of the documentation.
Fixes
• fixed non-assignment “actions” in interactive console (csv, remove, ...).
• fixed error_var argument to cont_regr, clip_regr and log_regr.
10.4.19 Version 0.2.1
Released on 2011-06-20.
Miscellaneous improvements
• simplified and cleaned up the demonstration models.
• improved the error message when a link points to an unknown entity.
• the evaluator creates fewer internal temporary variables in some cases.
96
Chapter 10. Appendix