- adds new `LargeMultinomialLogitStep` parameters related to choice simulation: `constrained_choices`, `alt_capacity`, `chooser_size`, and `max_iter` - updates `LargeMultinomialLogitStep.run()` to use improved simulation utilities from ChoiceModels 0.2.dev4
0.1.dev14
- adds a template for segmented large MNL models: `SegmentedLargeMultinomialLogitStep`, which can automatically generate a set of large MNL models based on segmentation rules
0.1.dev13
- adds a `modelmanager.template` decorator that makes a class available to the currently running instance of ModelManager
0.1.dev12
- moves the `register()` operation to `modelmanager` (previously it was a method implemented by the individual templates) - adds general ModelManager support for supplemental objects like pickled model results