Skip to content

MetaDIG Python Library 1.1.0

Compare
Choose a tag to compare
@gothub gothub released this 11 Mar 16:38
· 13 commits to master since this release

This is a bug fix/feature release that includes the following updates:

  • updated exported functions from library
  • updated source code docs
  • normalize objects to unicode - added a new function toUnicode that will take an object passed from the Java scripting engine and convert it from any type to unicode. The resulting Python object may be a single unicode value or a list of unicode values, depending on the input. Converting the input object to unicode makes it simpler for checks to handle those object, as they don't have to check for object type, etc.