= Proposed Changes = This is a collection of proposed changes to Albatross. The proposals were raised on the mailing list and copied here to ensure that they do not get forgotten. * [[doctest_samples]] - Improve the cut & paste compatability of the samples in the doctest directory. * ClassRenaming - Rename the application classes. * KeywordArguments - Make all application and execution classes use keyword arguments for their constructors. * PluggableTemplates - Allow different templating systems to be used with Albatross. * PickledTemplates - saved a pickle of the template to speed up loading (tested: 5x speedup) * SpeedUpTemplateExecution - ideas for speeding up the execution of templates.