From 4dc71b8c8cbaa2a1fa2e22424fbae68136d832f2 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Fri, 13 Feb 2015 13:32:48 -0500 Subject: [PATCH] changelog --- doc/news/changes.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/news/changes.h b/doc/news/changes.h index 2106353a8e..eb53a95a60 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -334,6 +334,15 @@ inconvenience this causes.

Specific improvements

    + +
  1. Changed: All members of MultithreadInfo are now static so it is no + longer necessary to use the global instance multithread_info (now + deprecated) or create your own instance (which does not work correctly + anyway). +
    + (Timo Heister, 2015/02/13) +
  2. +
  3. Changed: If you take the product of a Tensor and a scalar number, you previously got a Tensor back that stored its elements in the same data type as the original tensor. This leads to problems if you -- 2.39.5