Skip to content

Releases: waikato-datamining/seppl

Release v0.0.9

Choose a tag to compare

@fracpete fracpete released this 14 Nov 21:55
  • the registry now inspects modules when custom modules were supplied even when it already found plugins (eg default ones)

Release v0.0.8

Choose a tag to compare

@fracpete fracpete released this 09 Nov 22:22
  • suppressing help output for unknown args now

Release v0.0.7

Choose a tag to compare

@fracpete fracpete released this 09 Nov 02:07
  • Plugin.parse_args now returns any unparsed arguments that were found
  • the args_to_objects method now raises an Exception by default when unknown arguments are encountered for a plugin (can be controlled with the allow_unknown_args parameter)

Release v0.0.6

Choose a tag to compare

@fracpete fracpete released this 11 Oct 03:06
  • when enforcing uniqueness it is now checked whether the class names differ before raising an exception.

Release v0.0.5

Choose a tag to compare

@fracpete fracpete released this 09 Oct 22:04
  • added OutputProducer and InputConsumer mixins that can be use for checking the compatibility between pipeline components using the check_compatibility function.

Release v0.0.4

Choose a tag to compare

@fracpete fracpete released this 09 Oct 05:13
  • added support for dynamic mode which only requires listing the superclass of a plugin and the module in which to look for these plugins (slower, but more convenient)

Release v0.0.3

Choose a tag to compare

@fracpete fracpete released this 09 Nov 22:21
  • added generate_entry_points helper method to easily generate the entry_points section for plugins, rather than manually maintaining it
  • added generate_help and generate_plugin_usage methods for generating documentation for plugins

Release v0.0.2

Choose a tag to compare

@fracpete fracpete released this 04 Oct 04:12

Release v0.0.1

Choose a tag to compare

@fracpete fracpete released this 28 Sep 04:25
  • initial release