cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
584
Views
1
Helpful
2
Replies

New Release of YDK has been posted (0.5.0)

abhirame
Cisco Employee
Cisco Employee

Both ydk-gen and ydk-py have been updated at github.

Here is a list of features that have gone into the release


  • Introduced YDK bundles (#43, #148, #149)
    • Created YDK core library and pluggable namespace packages that share the same module prefix ydk.models
    • Generated documentation for YDK core and bundles
  • CRUD service / Codec service / Netconf service improvements
    • Improved support for presence containers, nested enum and identity classes (#169)
    • Improved support for lists with multiple keys by ensuring that the order of keys is preserved (#179)
    • Improved support for leaf-list of identity type (#186)
    • Added check for user error which can occur when self-referencing YDK object as parent object (#184)
    • Improved error-reporting for commit-time error (#190)
    • Fixed CRUD read support for modules containing top-level list (#194)
  • Testing improvements
    • Added Mac OS X installation and running codec service sanity tests to CI (#175)
  • Documentation improvements
    • Indicated mandatory leafs in the documentation (#177)
    • Specified path to referred leaf for leafrefs (#177)
    • Fix documentation of presence containers (#192)
    • Enhanced documentation of leafs of identityref type by indicating all the subclasses of identity base class referred to by the identityref (#161)
    • Added documentation on how to use YDK delete operation and improved documentation for YDK read operation (#204)

Give it a try!

2 Replies 2

jonachin
Cisco Employee
Cisco Employee

Hi,

Is there an installation guide to setup YDK 0.5.0?

The README file in the YDK-Py repo includes the installation instructions:

GitHub - CiscoDevNet/ydk-py: Python SDK generated from YANG data models.

Are you experiencing any specific problems?