From 6ce4b2dcca89a860de91ba026cd4281d0721fee8 Mon Sep 17 00:00:00 2001 From: Noel Eck Date: Thu, 13 Oct 2016 10:23:17 -0700 Subject: [PATCH] changelog: Added entries for recent python modules changes Updated the changelog.md to reflect the recent python modules changes. Added a vnext which can be replaced with the next UPM release version number. Signed-off-by: Noel Eck --- docs/changelog.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index b32c2ec9..d5b9ad00 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,6 +4,21 @@ Changelog {#changelog} Here's a list summarizing some of the key undergoing changes to our library from earlier versions: +### vnext + + * Build both python2 and python3 modules if the corresponding pythonlibs are + available and removed cmake BUILDPYTHON3 switch + * Converted python examples to run on both python2 and python3 + * Added 'upm' hierarchy to python module install path which changes the way + UPM modules are imported + Example: + old: import pyupm_dfrph + new: from upm import pyupm_dfrph + or + import upm.pyupm_dfrph + * Added ctests for consistancy checking UPM repo as well as sanity checking + for python2/3 modules and examples + ### v0.8.0 * Extended l3gd20 driver to support I2C connections in addition to IIO