Releases: FNNDSC/chris_plugin
Releases · FNNDSC/chris_plugin
v0.4.0
v0.3.1
Python version 3.12 is now supported.
v0.3.0
The chris_plugin_info command now requires the -d/--dock-image argument, and optionally the arguments --name and --public-repo. The JSON it produces can be uploaded to CUBE directly.
v0.2.0
https://FNNDSC.github.io/chris_plugin/v0.2.0
- source code now uses "src" layout, see https://packaging.python.org/en/latest/discussions/src-layout-vs-flat-layout/
- New function:
chris_plugin.curry_name_mapper
v0.1.2
Support main function return data
documentation update
v0.1.1-1 Elaborate about parser contract
v0.1.1
v0.1.0
New features:
- error message is shown when
inputdirandoutputdirforPathMapperare not directories (i.e. don't exist, or exist as a file) PathMapper.globssupports multiple globs, theglobparameter toPathMapper.file_mappermay be either a singlestror list ofstr
v0.0.17: bug fix for dir_mapper_deep
Fix bug with dir_mapper_deep
v0.0.16: PathMapper constructors
PathMapper now provides three constructor methods, PathMapper.file_mapper, PathMapper.dir_mapper_shallow, and PathMapper.dir_mapper_deep. This split of functionality simplifies the internal code logic and also makes the API more explicit.