- The prefix for automodel output files can now be overridden from
the default (which uses the name of the target sequence) by
passing the root_name parameter to the automodel constructor.
- Binaries and installation packages are now available for 32-bit and
64-bit ARM Linux (e.g. on Raspberry Pi).
- CamelCase aliases are now provided for all Modeller classes (e.g. Model,
Alignment, AutoModel) for consistency with other Python packages. This
is largely in preparation for Modeller 10, where these class names
will be used by default.
- Bugfix: automodel no longer fails if the target sequence name
contains characters such as / which are not valid in filenames.
- Bugfix: the local_slave class previously failed when the
Modeller install directory name contained spaces.