Releases: tudo-astroparticlephysics/cubic_interpolation
Releases · tudo-astroparticlephysics/cubic_interpolation
v0.1.5
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
Differentiate between exp and expm1 axes to allow the construction of very small value domains.
v0.1.3
Add windows support and change c++std to 14 after requested from PROPOSAL developer team.
v0.1.2
Remove explicit set fPIC
and other compiler dependent flags.
v0.1.1
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
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.