Skip to content

Releases: NCEAS/metadig-py

MetaDIG Python Library 2.0.0

08 Mar 22:46
cdc130b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v.2.0.0

MetaDIG Python Library 1.1.0

11 Mar 16:38
Compare
Choose a tag to compare

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.