File: NEWS

package info (click to toggle)
octave-optiminterp 0.3.7-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 360 kB
  • sloc: f90: 299; makefile: 168; cpp: 95; sh: 2
file content (34 lines) | stat: -rw-r--r-- 1,190 bytes parent folder | download | duplicates (2)
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)