Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Commit cbfbdac

Browse files
author
Abhi Keshav
authored
0.5.2 (#21)
1 parent e096892 commit cbfbdac

File tree

576 files changed

+306534
-202886
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

576 files changed

+306534
-202886
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ install:
3030

3131
script:
3232
- cd ../core/samples
33-
- python ./bgp_codec.py
33+
- ./bgp_codec.py
3434

CHANGES.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,24 @@
1-
**2016-08-03 version 0.5.1:**
1+
**2016-11-30 version 0.5.2:**
2+
3+
* CRUD service / Codec service / Netconf service improvements
4+
* Improved error handling for mismatched model API types ([#241](https://github.com/CiscoDevNet/ydk-gen/issues/241))
5+
* Fixed issues with certain operations in netconf service ([#247](https://github.com/CiscoDevNet/ydk-gen/issues/247), [#248](https://github.com/CiscoDevNet/ydk-gen/issues/248), [#252](https://github.com/CiscoDevNet/ydk-gen/issues/252), [#235](https://github.com/CiscoDevNet/ydk-gen/issues/235))
6+
* Fixed issue with CRUD service identityref keys ([#257](https://github.com/CiscoDevNet/ydk-gen/issues/257))
7+
8+
* Bundle improvements
9+
* Made generate.py executable ([#227](https://github.com/CiscoDevNet/ydk-gen/issues/227))
10+
* Removed auto capitalization of enum literals ([#230](https://github.com/CiscoDevNet/ydk-gen/issues/230))
11+
* Updated [`cisco-ios-xr` bundle](https://github.com/CiscoDevNet/ydk-gen/blob/master/profiles/bundles/cisco-ios-xr_6_1_2.json) to support Cisco IOS XR 6.1.2 release ([#316](https://github.com/CiscoDevNet/ydk-gen/pull/316))
12+
13+
* Logging improvements
14+
* Improved logging for services and providers ([#251](https://github.com/CiscoDevNet/ydk-gen/issues/251), [#254](https://github.com/CiscoDevNet/ydk-gen/issues/254), [#280](https://github.com/CiscoDevNet/ydk-gen/issues/280), [#283](https://github.com/CiscoDevNet/ydk-gen/issues/283), [#284](https://github.com/CiscoDevNet/ydk-gen/issues/284))
15+
16+
* Documentation improvements
17+
* Added YDK logos and reorganized to be more readable ([#301](https://github.com/CiscoDevNet/ydk-gen/pull/301), [#296](https://github.com/CiscoDevNet/ydk-gen/pull/296), [#289](https://github.com/CiscoDevNet/ydk-gen/pull/289))
18+
* Improved documentation of YANG attributes like data type (configuration or state), default value, units, status etc ([#249](https://github.com/CiscoDevNet/ydk-gen/issues/249), [#290](https://github.com/CiscoDevNet/ydk-gen/issues/290))
19+
* Improved netconf service documentation ([#235](https://github.com/CiscoDevNet/ydk-gen/issues/235))
20+
21+
**2016-10-10 version 0.5.1:**
222

323
* Support for Python3
424
* Introduced support for Python 3 ([#60](https://github.com/CiscoDevNet/ydk-gen/issues/60))

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ YDK uses common Python logging. All modules are based on the "ydk" log::
169169

170170
Release Notes
171171
--------------
172-
The current YDK release version is 0.5.0 (beta). YDK-Py is licensed under the Apache 2.0 License.
172+
The current YDK release version is 0.5.2 (beta). YDK-Py is licensed under the Apache 2.0 License.
173173

174174
Documentation and Support
175175
--------------------------

cisco-ios-xr/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
'ydk>=0.5.1']
3838

3939
NMSP_PKG_NAME = "ydk-models-cisco_ios_xr"
40-
NMSP_PKG_VERSION = "6.1.1"
40+
NMSP_PKG_VERSION = "6.1.2"
4141
NMSP_PKG_DEPENDENCIES = ['ydk-models-ietf>=0.1.1', 'ydk-models-openconfig>=0.1.1']
4242

4343

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
2+
from enum import Enum
3+
from ydk._core._dm_meta_info import _MetaInfoClassMember, _MetaInfoClass, _MetaInfoEnum
4+
from ydk.types import Empty, YList, DELETE, Decimal64, FixedBitsDict
5+
from ydk._core._dm_meta_info import ATTRIBUTE, REFERENCE_CLASS, REFERENCE_LIST, REFERENCE_LEAFLIST, REFERENCE_IDENTITY_CLASS, REFERENCE_ENUM_CLASS, REFERENCE_BITS, REFERENCE_UNION
6+
from ydk.providers._importer import _yang_ns
7+
8+
9+
_deviation_table = {
10+
'RoutingPolicy.Limits.maximum_number_of_policies' : {
11+
'deviation_typ' : 'replace',
12+
'keyword_value' : [
13+
('default', 15000),
14+
]
15+
},
16+
}
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
2+
from enum import Enum
3+
from ydk._core._dm_meta_info import _MetaInfoClassMember, _MetaInfoClass, _MetaInfoEnum
4+
from ydk.types import Empty, YList, DELETE, Decimal64, FixedBitsDict
5+
from ydk._core._dm_meta_info import ATTRIBUTE, REFERENCE_CLASS, REFERENCE_LIST, REFERENCE_LEAFLIST, REFERENCE_IDENTITY_CLASS, REFERENCE_ENUM_CLASS, REFERENCE_BITS, REFERENCE_UNION
6+
from ydk.providers._importer import _yang_ns
7+
8+
9+
_deviation_table = {
10+
'NetconfState.Capabilities' : {
11+
'deviation_typ' : 'not_supported',
12+
},
13+
'NetconfState.Datastores' : {
14+
'deviation_typ' : 'not_supported',
15+
},
16+
'NetconfState.Sessions' : {
17+
'deviation_typ' : 'not_supported',
18+
},
19+
'NetconfState.Statistics' : {
20+
'deviation_typ' : 'not_supported',
21+
},
22+
}

0 commit comments

Comments
 (0)