diff options
author | Vratko Polak <vrpolak@cisco.com> | 2023-10-26 13:14:02 +0200 |
---|---|---|
committer | Vratko Polak <vrpolak@cisco.com> | 2023-10-26 13:14:02 +0200 |
commit | 72eca4f66cb5d68c0bcba882999865f1d21857c2 (patch) | |
tree | 8d865209d9f69333d70b4506721b824c669ab92c /PyPI/MLRsearch/README.rst | |
parent | 60a7ae0dc76a1dfe6ded559740c9d9037879a833 (diff) |
feat(PyPI): update metadata for MLRsearch 1.2.1
Change-Id: Ib7d31bcd9bab350a3b2443a15b4d9a533d774cca
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'PyPI/MLRsearch/README.rst')
-rw-r--r-- | PyPI/MLRsearch/README.rst | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/PyPI/MLRsearch/README.rst b/PyPI/MLRsearch/README.rst index de26fadfa4..3df7756f10 100644 --- a/PyPI/MLRsearch/README.rst +++ b/PyPI/MLRsearch/README.rst @@ -16,6 +16,10 @@ is only a symlink to the original place of tightly coupled CSIT code. Change log ---------- +1.2.1: Updated the readme document. + +1.2.0: Changed the output structure to use Goal Result as described in draft-05. + 1.1.0: Logic improvements, independent selectors, exceed ratio support, better width rounding, conditional throughput as output. Implementation relies more on dataclasses, code split into smaller files. @@ -138,15 +142,15 @@ This is the screen capture of interactive python interpreter PDR conditional throughput: 1000000.6730730429 >>> -Operation logic ---------------- +IETF documents +-------------- -The currently published `IETF draft`_ describes the logic of version 0.4, -the logic of version 1.1 will be descibed better in the next draft version (-05). +The currently published `IETF draft`_ describes the logic of version 1.2.0, +earlier library and draft versions do not match each other that well. .. _CSIT: https://wiki.fd.io/view/CSIT .. _fd.io: https://fd.io/ .. _LFN: https://www.linuxfoundation.org/projects/networking/ .. _PyPI: https://pypi.org/project/MLRsearch/ -.. _directory: https://gerrit.fd.io/r/gitweb?p=csit.git;a=tree;f=PyPI/MLRsearch;hb=refs/heads/master -.. _IETF draft: https://tools.ietf.org/html/draft-ietf-bmwg-mlrsearch-04 +.. _directory: https://gerrit.fd.io/r/gitweb?p=csit.git;a=tree;f=PyPI/MLRsearch +.. _IETF draft: https://tools.ietf.org/html/draft-ietf-bmwg-mlrsearch-05 |