Skip to content

Releases: dpiparo/vdt

v0.4.6

03 Apr 13:35

Choose a tag to compare

The compiler option -O3 is now preferred.

v0.4.5

03 Apr 13:22

Choose a tag to compare

Remove the compiler options -Ofast in favour of -O3 -ffast-math

v0.4.4 Fixes cmake for newst macOS and remove deprecated directive

15 Mar 16:43
993d598

Choose a tag to compare

Allow python3 to be found; fixes newest / future macOS

v0.4.3 Support diagnostics on macos 10.14

05 Feb 10:23

Choose a tag to compare

Updates with respect to v0.4.2:

Wrap system mathematical functions in order to use them in the diagnostics' templated helpers.

v0.4.2: Merge pull request #7 from krasznaa/PythonUsageFix-master-20181023

14 Nov 12:49
a7782f3

Choose a tag to compare

Updates with respect to v0.4.1:

  • Do not assume that the python interpreter is called python but rather let CMake find the proper python and use that one.

v0.4.1

29 Mar 12:33

Choose a tag to compare

o Simplify the CMake infrastructure
o Introduce minimal compiler versions: GCC 4.8, AppleClang 5.0, Clang 3.3, ICC 15.0

v0.4.0

19 Feb 08:55
c05505a

Choose a tag to compare

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.9

11 Nov 13:24

Choose a tag to compare

Allow out of source build

v0.3.8

10 Nov 14:03

Choose a tag to compare

Fix compilation on osx sierra.