From 15c15a47bd501eb73e6340d8bd2e86b70ddf33d2 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Wed, 2 Dec 2020 20:53:26 -0800 Subject: [PATCH] Update CHANGES.html and RELEASE_NOTES --- CHANGES.html | 5 +++++ RELEASE_NOTES | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/CHANGES.html b/CHANGES.html index 322646dbf..b29c097bc 100644 --- a/CHANGES.html +++ b/CHANGES.html @@ -58,6 +58,11 @@ us a note on ns-developers mailing list.

Time::RoundTo (unit) allows time to be rounded to the nearest integer multiple of unit
  • Time::RoundTo (unit) allows time to be rounded to the nearest integer multiple of unit
  • UdpClient now can report both transmitted and received bytes.
  • +
  • A new MPI Enable() variant was introduced that takes a user-supplied MPI_Communicator, allowing for partitioning of the MPI processes.
  • +
  • A Length class has been introduced to allow users to replace the use of raw numbers (ints, doubles) that have implicit lengths with a class that represents lengths with an explicit unit.
  • +
  • A flexible CsvReader class has been introduced to allow users to read in csv- or tab-delimited data.
  • +
  • The
  • ListPositionAllocator
  • can now input positions from a csv file. +k

    Changes to existing API: