Skip to content

Releases: tudo-astroparticlephysics/cubic_interpolation

v0.1.5

08 Nov 10:36
2ac2899
Compare
Choose a tag to compare

Decrease boost dependency to lowest compatible version (1.72.0). This will allow installing cubic_interpolation also on systems with older Linux kernels.

v0.1.4

15 Mar 16:03
530376e
Compare
Choose a tag to compare
v0.1.4 Pre-release
Pre-release

Differentiate between exp and expm1 axes to allow the construction of very small value domains.

v0.1.3

03 Mar 17:35
Compare
Choose a tag to compare

Add windows support and change c++std to 14 after requested from PROPOSAL developer team.

v0.1.2

02 Mar 09:26
Compare
Choose a tag to compare

Remove explicit set fPIC and other compiler dependent flags.

v0.1.1

28 Feb 07:55
Compare
Choose a tag to compare

Fix: CMakeProcess and Conan compability

Set cmake minimum required version to 3.13 because CMP0077.
Remove find_package call and link against conan targets because of changed generator type cmake_find_package -> cmake.

v0.1

27 Feb 18:04
f8cc8ed
Compare
Choose a tag to compare

First version of cubic and bicubic splines.
There could be operated with two different types of axis.
Tables will be stored at a given location and reused by the next run.