Skip to content

1.4.0 - Support prov:QUALIFIED_NAME and drop Python 2.6

Compare
Choose a tag to compare
@trungdong trungdong released this 13 Aug 23:08
· 177 commits to master since this release
  • Changed the type of qualified names to prov:QUALIFIED_NAME (fixed #68)
  • Removed XSDQName class and stopped supporting parsing xsd:QName as qualified names
  • Replaced pydot dependency with pydotplus
  • Removed support for Python 2.6
  • Various minor bug fixes and improvements