Skip to content

Commit

Permalink
chg: dev: Bump version to 1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeniushpe authored and dajose committed Aug 30, 2022
1 parent 1b68fa7 commit c3742e2
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,28 @@ License
Changelog
=========

1.18.0 (2022-08-39)
-------------------

Changes
~~~~~~~
- Add support for subnode

- Subnodes can be specified using the ``node>subnode`` syntax and
they can be nested as well. Ports can be specified for any node and links
can be specified between aany pair of nodes regardless the nesting level,
for example: ``node>subnode1>subnode2:p1 -- node:p1``.
- Replace NMLExtendedManager by a new TopologyGraph
class and other classes for Node, Link and Port.
TopologyGraph has the same API as the old NMLExtendedManager,
thus backwards compatibility is preserved.
- Drop support for NML and graphviz plot output
which implies these pytest plugin flags and CLI arguments now
do nothing. Notice they might be removed in a future release:
- --topology-nml-dir
- --topology-plot-dir
- --topology-plot-format

1.17.0 (2022-01-25)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion lib/topology/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@

__author__ = 'Hewlett Packard Enterprise Development LP'
__email__ = '[email protected]'
__version__ = '1.17.0'
__version__ = '1.18.0'

0 comments on commit c3742e2

Please sign in to comment.