This is a minor release that brings improved portability of clams source command but also breaks some backward compatibility. If your app is based on clams-python 1.0.x or 1.1.x, please read the changelog carefully.
Changes
clams source command now work on Windows shell. The paths still, though, have to be POSIX path. We have no plan to support Windows path for file:// URI in MMIF at the moment.
ClamsApp.sign_view method now expect the runtime parameters (dict of string to lists of values) as a second argument. Previously the second argument was optional, which is no more. CLAMS app developers who were calling this method in _annotate() method must directly pass down the runtime parameters from _annotate() argument.
Overview
This is a minor release that brings improved portability of
clams source
command but also breaks some backward compatibility. If your app is based on clams-python 1.0.x or 1.1.x, please read the changelog carefully.Changes
clams source
command now work on Windows shell. The paths still, though, have to be POSIX path. We have no plan to support Windows path forfile://
URI in MMIF at the moment.ClamsApp.sign_view
method now expect the runtime parameters (dict of string to lists of values) as a second argument. Previously the second argument was optional, which is no more. CLAMS app developers who were calling this method in_annotate()
method must directly pass down the runtime parameters from_annotate()
argument.