From 13e2e7aeb8769707b91b62f23d6669d3ee1a8651 Mon Sep 17 00:00:00 2001 From: Mihai Tudor Panu Date: Mon, 31 Oct 2016 14:06:53 -0700 Subject: [PATCH] upm: v1.0.0 Signed-off-by: Mihai Tudor Panu --- CMakeLists.txt | 2 +- docs/changelog.md | 12 ++++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9bdaa588..5d58a4b4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -184,7 +184,7 @@ include (GetGitRevisionDescription) git_describe (VERSION "--tags") # If git_describe fails, use a dirty version if (${VERSION} MATCHES -NOTFOUND) - set (VERSION "v0.8.0-dirty") + set (VERSION "v1.0.0-dirty") message (WARNING "Failed to retrieve UPM version with 'git describe' (using " "${VERSION}). Check that git is installed and this is a valid git repo.") endif () diff --git a/docs/changelog.md b/docs/changelog.md index d5b9ad00..6211c263 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,9 +4,15 @@ Changelog {#changelog} Here's a list summarizing some of the key undergoing changes to our library from earlier versions: -### vnext +### v1.0.0 - * Build both python2 and python3 modules if the corresponding pythonlibs are + * Added approximately 50 C sources for UPM drivers that can be used on both + Unix and RTOS boards + * Provided generic alternatives to the Grove set of classes as they will be + deprecated over time and eventually removed + * UPM modules are now being packed and published on NPM as sources rather than + binaries to enhance compatibility with various boards and systems + * Build both python2 and python3 modules if the corresponding python libs 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 @@ -18,6 +24,8 @@ from earlier versions: import upm.pyupm_dfrph * Added ctests for consistancy checking UPM repo as well as sanity checking for python2/3 modules and examples + * Various documentation and driver fixes throughout + * New sensors: nmea_gps, mma7361, bh1750, hka5, dfrorp, dfrec, sht1x ### v0.8.0