Both ydk-gen and ydk-py repositories have been updated at GitHub. The updated documentation is available online at https://ciscodevnet.github.io/ydk-py/or locally from your cloned repository: firefox ydk-py/docs/index.html
New features and enhancements:
Expanded meta data in Python bundles by adding flags has_must and has_when (#927)
Added utility function to compare two entities and build diff (#925)
Resolved GitHub issues
'ietf-netconf-monitoring:get-schema' returns schema with escape sequences (#614)
NETCONF provider should raise more appropriate exceptions (#774)
Inherited classes not initialized properly in Python3 when constructor uses super() (#921)