Releases: waikato-datamining/seppl
Releases · waikato-datamining/seppl
Release list
Release v0.2.13
- the
resolve_handlerandsplit_argsmethods now have thepartialboolean parameter which determines whether partial matches are accepted or not; off by default as it can interfere with parameters from plugins
Release v0.2.12
- moved placeholder functionality from
seppltoseppl.placeholders load_user_defined_placeholdersnow ignores lines that start with#
Release v0.2.11
- added support for placeholders, which can be expanded via the
Sessionobject - plugins supporting placeholders should import the
PlaceholderSupporterindicator mixin for automatically adding help on placeholders to the help screen; plugins that support placeholders based on the current input should import theInputBasedPlaceholderSupporterindicator mixin - placeholder-supporting plugins can use the
placeholder_listmethod in their argparse options - the
load_user_defined_placeholdersmethod allows incorporating custom placeholders for directories
Release v0.2.10
- added alias support to the
ClassRegistryclass - added method
is_alias(...)and propertyall_aliasesto theRegistryandClassRegistryclasses - extended the
enumerate_pluginsmethod to allow flagging of aliases (default:*)
Release v0.2.9
- added support for using partial handler/plugin names (as long as they are unique)
- added experimental support for aliases with
AliasSupportermixin
Release v0.2.8
Release v0.2.7
- the
seppl.io.locate_filesmethod can support recursive globs now (default is no)
Release v0.2.6
- reworked the
executemethod, properly distinguishing between stream/batch mode now
Release v0.2.5
- the
seppl.io.locate_filesmethod can take a default glob now, which gets appended to inputs that point to directories