This file is indexed.

/usr/share/octave/packages/splines-1.2.9/packinfo/NEWS is in octave-splines 1.2.9-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
Summary of important user-visible changes for splines 1.2.9:
-------------------------------------------------------------------

 ** new function tps_val_der
 ** vectorization option for speedup of tps_val 

Summary of important user-visible changes for splines 1.2.8:
-------------------------------------------------------------------

 ** csaps now returns spline uncertainty at the fitting points xi, 
    not at the data points x

Summary of important user-visible changes for splines 1.2.7:
-------------------------------------------------------------------

 ** New regularization option (df_bound) in csaps_sel
 ** Bug fix in csape

Summary of important user-visible changes for splines 1.2.6:
-------------------------------------------------------------------

 ** New preprocessing function bin_values

Summary of important user-visible changes for splines 1.2.5:
-------------------------------------------------------------------

 ** Efficiency improvement in csaps_sel

Summary of important user-visible changes for splines 1.2.4:
-------------------------------------------------------------------

 ** Bug fix in csape


Summary of important user-visible changes for splines 1.2.3:
-------------------------------------------------------------------

 ** New regularization option (vm) in csaps_sel
 
 ** Checking for NaNs added in csaps and csaps_sel; dedup now can remove NaNs

 ** Bug fix in csape

Summary of important user-visible changes for splines 1.2.2:
-------------------------------------------------------------------

 ** Bug fix in csaps and csaps_sel


Summary of important user-visible changes for splines 1.2.1:
-------------------------------------------------------------------

 ** Points passed to csaps and csaps_sel now expected to be in strictly ascending order; new function dedup added to sort points and average values given at the same point
 

Summary of important user-visible changes for splines 1.2.0:
-------------------------------------------------------------------

 ** The following functions are new:

      tpaps      tps_val
      

Summary of important user-visible changes for splines 1.1.2:
-------------------------------------------------------------------

 ** automatic smoothing parameter selection in csaps fixed
 
 ** calculation of spline coefficients for unequally spaced points in csaps fixed
 
 
Summary of important user-visible changes for splines 1.1.1:
-------------------------------------------------------------------

 ** csape fixed to work correctly for matrix inputs
 
 ** csaps and csaps_sel fixed to extrapolate linearly
 

Summary of important user-visible changes for splines 1.1.0:
-------------------------------------------------------------------

 ** The following functions are new:

      csaps      csaps_sel

 ** fnder() and csape() have been fixed for compatibility with the latest Octave versions.

 ** splines package is now dependent on GNU Octave version 3.6.0 or later.

 ** Package is no longer automatically loaded.