From c05505a6e95052d35934e5e7d6f004974e415706 Mon Sep 17 00:00:00 2001 From: Vincenzo Innocente Date: Mon, 19 Feb 2018 09:53:02 +0100 Subject: [PATCH] update for V0.4.0 --- ReleaseNotes.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index c9f8c4f..bef82e2 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,3 +1,6 @@ +V0.4.0 +o Introduce experiment NumPy building and gcc x86_64 multi-target fat library (not built by default) +o Adding explicit inline to struct constructor o Adding tanh V0.3.6 @@ -53,11 +56,11 @@ o Atan2: V0.2.3 o Fixed the installation of atan2.h -v0.2.2 +V0.2.2 o Removed typos in the documentation (thanks to A. Neumann for spotting this!) o Fixed CMake to make the install working also on OSx -v0.2.1 +V0.2.1 o Shared library built by default instead of static one. o make install now supported. To specify the install dir use the variable -DCMAKE_INSTALL_PREFIX= whith cmake. o Vector signatures are now void (const unsigned int, T const *, T*)