Releases: NCEAS/metadig-py
Releases · NCEAS/metadig-py
MetaDIG Python Library 2.0.0
What's Changed
- Update to python 3 by @jeanetteclark in #10
New Contributors
- @jeanetteclark made their first contribution in #10
Full Changelog: v1.1.0...v.2.0.0
MetaDIG Python Library 1.1.0
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.