Skip to content

Releases: openwisp/netdiff

0.4.8 [30-08-2017]

30 Aug 09:26
Compare
Choose a tag to compare
  • pinned precise supported versions of dependencies to avoid incompatibilities

0.4.7

04 Jan 16:18
Compare
Choose a tag to compare
  • c79b745: fixed return value of _get_primary_address() in BatmanParser

0.4.6

27 Dec 17:31
Compare
Choose a tag to compare
  • #36: fixed wrong diff when same nodes but different links

0.4.5

28 Sep 10:14
Compare
Choose a tag to compare
  • #34: show local_addresses in NetJSON output (OlsrParser, BatmanParser and NetJsonParser)
  • #29: support additional properties in NetJSON output
  • #32: mock telnet requests in tests
  • 63a5e8a: added "Unrecognized format" message in ParserError exceptions
  • 9ed48a4: added arbitrary metric value (average of tx and rx) in Bmx6Parser

0.4.4

06 Sep 19:27
Compare
Choose a tag to compare
  • #31: Mocked HTTP requests in tests
  • #29: Replaced weight with cost in all NetJSON occurrences

0.4.3

02 Jul 08:06
Compare
Choose a tag to compare
  • #27: Added support for txtinfo format to BatmanParser
  • ab9c40, 9ac89a: minor optimizations and simplifications in BatmanParser
  • 990a30: minor optimization in Bmx6Parser
  • 64f8f44: the parse() method of each parser now must return a networkx.Graph instance instead of storing it

0.4.2

27 Jun 16:56
Compare
Choose a tag to compare
  • deea34: skip links with infinite cost in OlsrParser

0.4.1

26 Jun 18:11
Compare
Choose a tag to compare
  • #13: added support for OLSR 0.6.x txtinfo plugin
  • e94e910 updated default "version" attribute of OlsrParser

0.4

14 Jun 14:04
Compare
Choose a tag to compare
0.4
  • #21: (breaking change) made diff output consistent with NetJSON NetworkGraph
  • #24: add "changed" section to diff to show changes in weight
  • a6a161a: diff now returns an OrderedDict

0.3.2

03 Jun 16:44
Compare
Choose a tag to compare

RELEASE NOTES:

  • #26 renamed exceptions with "NetParser" prefix
  • #25: raise Exception if topology file/URL not reachable
  • 53e02cc: flagged to_python of BaseParser as public
  • 48d2927: refactored exceptions, added explaination in README