Skip to content

Releases: waikato-datamining/seppl

Release v0.2.13

Choose a tag to compare

@fracpete fracpete released this 13 Mar 22:30
  • the resolve_handler and split_args methods now have the partial boolean 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

Choose a tag to compare

@fracpete fracpete released this 13 Mar 01:48
  • moved placeholder functionality from seppl to seppl.placeholders
  • load_user_defined_placeholders now ignores lines that start with #

Release v0.2.11

Choose a tag to compare

@fracpete fracpete released this 12 Mar 23:01
  • added support for placeholders, which can be expanded via the Session object
  • plugins supporting placeholders should import the PlaceholderSupporter indicator mixin for automatically adding help on placeholders to the help screen; plugins that support placeholders based on the current input should import the InputBasedPlaceholderSupporter indicator mixin
  • placeholder-supporting plugins can use the placeholder_list method in their argparse options
  • the load_user_defined_placeholders method allows incorporating custom placeholders for directories

Release v0.2.10

Choose a tag to compare

@fracpete fracpete released this 11 Feb 01:37
  • added alias support to the ClassRegistry class
  • added method is_alias(...) and property all_aliases to the Registry and ClassRegistry classes
  • extended the enumerate_plugins method to allow flagging of aliases (default: *)

Release v0.2.9

Choose a tag to compare

@fracpete fracpete released this 23 Jan 22:27
  • added support for using partial handler/plugin names (as long as they are unique)
  • added experimental support for aliases with AliasSupporter mixin

Release v0.2.8

Choose a tag to compare

@fracpete fracpete released this 23 Jan 22:13
  • added setuptools as dependency

Release v0.2.7

Choose a tag to compare

@fracpete fracpete released this 28 Aug 23:51
  • the seppl.io.locate_files method can support recursive globs now (default is no)

Release v0.2.6

Choose a tag to compare

@fracpete fracpete released this 01 Jul 04:13
  • reworked the execute method, properly distinguishing between stream/batch mode now

Release v0.2.5

Choose a tag to compare

@fracpete fracpete released this 01 Jul 04:13
  • the seppl.io.locate_files method can take a default glob now, which gets appended to inputs that point to directories

Release v0.2.4

Choose a tag to compare

@fracpete fracpete released this 06 May 01:34
  • reworked excluding of classes