File: NEWS

package info (click to toggle)
octave-netcdf 1.0.18-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,756 kB
  • sloc: sh: 2,943; cpp: 1,812; python: 438; makefile: 223; awk: 51; xml: 20
file content (120 lines) | stat: -rw-r--r-- 3,885 bytes parent folder | download
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
Summary of important user-visible changes for netcdf 1.0.18:
-------------------------------------------------------------------

 ** Minor bug fixes

 ** Minor doc updates

Summary of important user-visible changes for netcdf 1.0.17:
-------------------------------------------------------------------

 ** Fix compiling Octave 9+

 ** Add +netcdf package functions 

 ** minor doc updates

Summary of important user-visible changes for netcdf 1.0.16:
-------------------------------------------------------------------

 ** Fix compiling Octave 8+

 ** minor doc updates

Summary of important user-visible changes for netcdf 1.0.15:
-------------------------------------------------------------------

 ** Update license to use GPLv3+ 

 ** Add NC_VLEN processing as a user type

 ** Add user manual

 ** add warning in getVar if try to read negative

 ** minor doc updates

 ** Update requirement of octave version to 4.0+

Summary of important user-visible changes for netcdf 1.0.14:
-------------------------------------------------------------------

 ** Add NC_STRING type as an octave type

 ** Minor bugfixes

Summary of important user-visible changes for netcdf 1.0.13:
-------------------------------------------------------------------

 ** Update to depend on Octave 3.8+

 ** Update for Octave 5 and newer

Summary of important user-visible changes for netcdf 1.0.12:
-------------------------------------------------------------------

 ** Fix bug #51443: configure in dev octave 4.3.0+

Summary of important user-visible changes for netcdf 1.0.11:
-------------------------------------------------------------------

 ** Fix cleaning of files (thanks to Rafael Laboissiere)

Summary of important user-visible changes for netcdf 1.0.10:
-------------------------------------------------------------------

 ** Fix bug #46060: building with the --enable-64 option

Summary of important user-visible changes for netcdf 1.0.9:
-------------------------------------------------------------------

 ** Fix bug #47014: writing NaNs

Summary of important user-visible changes for netcdf 1.0.8:
-------------------------------------------------------------------

 ** Fix bug #45190, #46747: netcdf(nccreate) to enable DeflateLevel in nccreate
 ** Fix bug #46798: using the right delete operator

Summary of important user-visible changes for netcdf 1.0.7:
-------------------------------------------------------------------

 ** Apply patch from John Donoghue to allow cross-compilation (bug #44837)

Summary of important user-visible changes for netcdf 1.0.6:
-------------------------------------------------------------------

 ** ncread: do not replace _FillValue by NaNs for characters
 ** ncdisp: fix for attributes value with %-sign 

Summary of important user-visible changes for netcdf 1.0.5:
-------------------------------------------------------------------

 ** Implement DeflateLevel in nccreate

Summary of important user-visible changes for netcdf 1.0.4:
-------------------------------------------------------------------

 ** Work-around for problem in netcdf 4.1.3 for reading a unlimited
    variable of current size 0

Summary of important user-visible changes for netcdf 1.0.3:
-------------------------------------------------------------------

 ** remove NC_INDEPENDENT and NC_COLLECTIVE which are no longer defined
    in netcdf 4.3.1

Summary of important user-visible changes for netcdf 1.0.2:
-------------------------------------------------------------------

 ** Avoid obsolete isequalwithequalnans functions

Summary of important user-visible changes for netcdf 1.0.1:
-------------------------------------------------------------------

 ** Fix bug preventing compilation on 32-bit platforms.

Summary of important user-visible changes for netcdf 1.0.0:
-------------------------------------------------------------------

 ** Initial release