Skip to content

Releases: FNNDSC/chris_plugin

v0.4.0

05 Jan 17:34
Compare
Choose a tag to compare

v0.3.1

12 Oct 08:52
9661a6f
Compare
Choose a tag to compare

Python version 3.12 is now supported.

https://FNNDSC.github.io/chris_plugin/v0.3.1

v0.3.0

12 Oct 06:55
21e3dc0
Compare
Choose a tag to compare

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.

https://FNNDSC.github.io/chris_plugin/v0.3.0

v0.2.0

08 Sep 08:04
d1cdd84
Compare
Choose a tag to compare

https://FNNDSC.github.io/chris_plugin/v0.2.0

v0.1.2

23 Dec 16:33
88821c4
Compare
Choose a tag to compare
Support main function return data

documentation update

18 Oct 19:28
Compare
Choose a tag to compare
v0.1.1-1

Elaborate about parser contract

v0.1.1

15 Jul 23:00
edf9a6b
Compare
Choose a tag to compare

45abc6d removes a side effect and makes testing main easier.

v0.1.0

29 Jun 22:55
e3f1a7a
Compare
Choose a tag to compare

New features:

  • error message is shown when inputdir and outputdir for PathMapper are not directories (i.e. don't exist, or exist as a file)
  • PathMapper.globs supports multiple globs, the glob parameter to PathMapper.file_mapper may be either a single str or list of str

v0.0.17: bug fix for dir_mapper_deep

18 May 23:07
Compare
Choose a tag to compare
Fix bug with dir_mapper_deep

v0.0.16: PathMapper constructors

17 May 20:01
0af66af
Compare
Choose a tag to compare

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.