1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
Summary of important user-visible changes for optiminterp 0.3.7:
-------------------------------------------------------------------
** detect use of gfortran >= 10
** minor makefile updates for CPPFLAGS and LDFLAGS
Summary of important user-visible changes for optiminterp 0.3.6:
-------------------------------------------------------------------
** remove use of depreciated f77_exception_encountered
Summary of important user-visible changes for optiminterp 0.3.5:
-------------------------------------------------------------------
** Update build scripts for octave 4.4 (Bug #51498)
** Move test scripts into embedded test blocks
Summary of important user-visible changes for optiminterp 0.3.4:
-------------------------------------------------------------------
** Makefile fixed to work with non-standard linker options e.g on
Apple.
** Package is no longer automatically loaded.
** Add test script which compares the solution of the local optimal
interpolation to the global optimal interpolation.
** Add the DIVA kernel (data-interpolating variational analysis) as
a compile-time option (CPPFLAGS must conaint
-DBACKGROUND_COVARIANCE_DIVA)
|