File: ChangeLog

package info (click to toggle)
ruby-netcdf 0.8.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 924 kB
  • sloc: ansic: 4,024; ruby: 1,884; csh: 6; makefile: 6
file content (456 lines) | stat: -rw-r--r-- 10,678 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
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
2022-03-21  Takeshi Horinouchi  (HEAD -> master)
version number updated to 0.8.0

M	lib/numru/netcdf/version.rb

2022-03-21  Takeshi Horinouchi 
LICENSE text updated

M	LICENSE.txt

2022-03-21  Takeshi Horinouchi 
Merge remote-tracking branch 'origin/rewrite_test_use_unit-test'

2022-03-21  Takeshi Horinouchi 
Merge remote-tracking branch 'origin/Fix_Obsolete_rb_secure'

2022-03-21  Takeshi Horinouchi 
Revert "Fixnum -> Integer"

This reverts commit 2c2fd995df1865e6f521679aeca746385203a42f.

M	lib/numru/netcdf.rb

2021-05-22  Takeshi Horinouchi  (origin/master, origin/HEAD)
Fixnum -> Integer

M	lib/numru/netcdf.rb

2020-05-21  Youhei SASAKI  (origin/rewrite_test_use_unit-test)
Rewrite test: use Test::Unit

Rewrite test using Test::Unit

Signed-off-by: Youhei SASAKI <uwabami@gfd-dennou.org>

M	ruby-netcdf-bigmem.gemspec
M	ruby-netcdf.gemspec
M	test/aref_aset.rb
M	test/char_var.rb
M	test/clone.rb
M	test/create_tmp.rb
M	test/def_var_with_dim.rb
M	test/factor_offset.rb
M	test/putatt.rb
M	test/test.rb
M	test/type.rb

2020-05-21  Youhei SASAKI  (origin/Fix_Obsolete_rb_secure, Fix_Obsolete_rb_secure)
Drop obsolete rb_secure, rb_safe_level

Ref.
  - https://tmtms.hatenablog.com/entry/201912/ruby27-misc2
  - https://bugs.ruby-lang.org/issues/15344

Signed-off-by: Youhei SASAKI <uwabami@gfd-dennou.org>

M	ext/numru/netcdfraw.c
M	lib/numru/netcdf.rb

2016-09-27  Takeshi Horinouchi  (tag: v0.7.2)
Commented out the gemspec file for the bibmem version

M	Rakefile

2015-06-09  Takeshi Horinouchi 
corrected the previous commit

M	lib/numru/netcdf.rb

2015-06-09  Takeshi Horinouchi 
Increased the supprted argument value by NetCDF.creation_format (NC_FORMAT_*)

M	lib/numru/netcdf.rb

2015-06-09  Takeshi Horinouchi 
Added a method NetCDF#format (for NetCDF-4) and related constants NC_FORMAT_CLASSIC etc

M	ext/numru/netcdfraw.c

2015-05-21  Takeshi Horinouchi 
Deleted ".alpha" from VERSION (since gem did not solve the dependency when I tried to install gphys)

M	lib/numru/netcdf/version.rb

2015-05-21  Takeshi Horinouchi 
Created a gemspec to depend on narray-bigmem

M	Rakefile
M	ext/numru/extconf.rb
A	ruby-netcdf-bigmem.gemspec

2015-04-02  Takeshi Horinouchi  (origin/rubygems, rubygems)
changed to require 'numru/netcdf/version'

M	Rakefile
M	ruby-netcdf.gemspec

2015-04-02  Takeshi Horinouchi 
changed to require 'numru/netcdf/version'

M	lib/numru/netcdf.rb

2015-04-02  Takeshi Horinouchi 
Created the version.rb file

A	lib/numru/netcdf/version.rb

2015-03-30  Eriko Nishimoto 
Modified test.rb

Corrected require libraries

M	test/test.rb

2015-03-30  Eriko Nishimoto 
Corrected require_paths

M	ruby-netcdf.gemspec

2015-03-30  Eriko Nishimoto 
Modified git ignore list

Added "tmp" and "pkg" folders to the list

M	.gitignore

2015-03-30  Eriko Nishimoto 
Corrected typo

M	Rakefile
M	ruby-netcdf.gemspec

2015-03-30  Eriko Nishimoto 
Added VERSION number

M	lib/numru/netcdf.rb

2015-03-30  Eriko Nishimoto 
Changed folder structure under lib

R100	lib/netcdf.rb	lib/numru/netcdf.rb
R100	lib/netcdf_miss.rb	lib/numru/netcdf_miss.rb

2015-03-30  Eriko Nishimoto 
Moved extentional files to ext/numru

R100	extconf.rb	ext/numru/extconf.rb
R100	netcdfraw.c	ext/numru/netcdfraw.c

2015-03-30  Eriko Nishimoto 
Added setting files for rubygems

A	Gemfile
A	Rakefile
A	ruby-netcdf.gemspec

2015-03-30  Takeshi Horinouchi 
Renamed the current ChangeLog to back up.

R100	ChangeLog	.ChangeLog.until20150117

2015-03-30  Takeshi Horinouchi 
Registered files (patterns) to ignore in the repository

A	.gitignore

2015-01-27  Takeshi Horinouchi  (tag: ruby-netcdf-0_7_1)
Updated. ruby-netcdf-0.7.1 to be released.

M	ChangeLog

2015-01-27  Takeshi Horinouchi 
	* doc/ updated

M	doc/Ref_man.html
M	doc/Ref_man.rd
M	doc/Ref_man_jp.html
M	doc/Ref_man_jp.rd
M	doc/to_html

2015-01-27  Takeshi Horinouchi 
	* demo/demo5-netcdf4.rb: created

A	demo/demo5-netcdf4.rb

2015-01-27  Takeshi Horinouchi 
Tue Jan 27  2015  T Horinouchi
	* netcdfraw.c:
	  * added new NetCDF-4 methods:
	    * NetCDFVar::deflate : to set compression
	    * NetCDFVar::deflate_params : returns current values of
	      compression parameters
	    * NetCDFVar::endian= : set (change) the endian
	    * NetCDFVar::endian : returns the current endian setting
	   * added new constants: NC_ENDIAN_NATIVE (=0),
	     NC_ENDIAN_LITTLE (=1), NC_ENDIAN_BIG (=2)
	   * updated the safe-level condition, which was missed in the
	     change on Jan 22.

M	netcdfraw.c

2015-01-23  Takeshi Horinouchi 
corrected the charset setting

M	doc/Ref_man_jp.html

2015-01-23  Takeshi Horinouchi 
further updated (a little)

M	doc/Ref_man.html
M	doc/Ref_man.rd
M	doc/Ref_man_jp.html
M	doc/Ref_man_jp.rd

2015-01-23  Takeshi Horinouchi 
Updated the reference manuals

M	doc/Ref_man.html
M	doc/Ref_man.rd
M	doc/Ref_man_jp.html
M	doc/Ref_man_jp.rd
M	doc/to_html

2015-01-22  Takeshi Horinouchi  (tag: ruby-netcdf-0_7_0)
ChangeLog updated to release ruby-netcdf-0.7.0 (relase tag: ruby-netcdf-0_7_0)

M	ChangeLog

2015-01-22  Takeshi Horinouchi 
extconf.rb: supported to configure gem-installed narray.
(also reverted the previous commit.)

M	extconf.rb

2015-01-22  Takeshi Horinouchi 
	* extconf.rb: deleted a reference to "/usr/local"

M	ChangeLog
M	extconf.rb

2015-01-22  Takeshi Horinouchi 
	* lib/netcdf.rb: revised along the patch [dennou-ruby:003705].

M	lib/netcdf.rb

2015-01-22  Takeshi Horinouchi 
Deleted an unused variable (nc_tlen) in many methods

M	netcdfraw.c

2015-01-22  Takeshi Horinouchi 
	* netcdfraw.c: further type update to na_shape_t (not covered
	  by the patch)

M	netcdfraw.c

2015-01-22  Takeshi Horinouchi 
Thu Jan 22  2015  T Horinouchi
	* netcdfraw.c: changed rb_secure(4) to rb_secure(3), since security
	  level 4 is abolished in ruby 2.

M	netcdfraw.c

2015-01-22  Takeshi Horinouchi 
Thu Jan 22  2015  T Horinouchi
	* netcdfraw.c: revised based on the patch posted by seiya with
	  [dennou-ruby:003705] but adopted the typedef in the latest
	  narray-bigmem (namely, used na_shape_t).

M	netcdfraw.c

2014-09-08  Takeshi Horinouchi 
Mon Sep  8  2014  T Horinouchi
	* lib/netcdf.rb: Tentative treatment of the very slow netcdf-4's
	  strided reading.

M	ChangeLog
M	lib/netcdf.rb

2014-09-06  Takeshi Horinouchi 

minor update

M	extconf.rb

2014-09-06  Takeshi Horinouchi 
	* lib/netcdf.rb: Refactoring of NetCDF#simple_get.

M	ChangeLog
M	lib/netcdf.rb

2014-09-06  Takeshi Horinouchi 
Sat Sep  6  2014  T Horinouchi
	* netcdfraw.c: Added constants such as NC_NETCDF4;
	  This enables one to individually specify the creation format by
	  using the low level interface NetCDF.nc_create
	* lib/netcdf.rb: Supported the "default" file creation format
	  by adding NetCDF.creation_format= and NetCDF.creation_format

M	ChangeLog
M	lib/netcdf.rb
M	netcdfraw.c

2014-09-06  Takeshi Horinouchi 
Sat Sep  6  2014  T Horinouchi
	* extconf.rb
	  * introduced the macro NCVER
	  * changed to give a higer priority to NetCDF 4;
	  * added $vendorarchdir to dir_config
	* netcdfraw.c: Added the class method NetCDF.libvers (<- nc_inq_libvers)
	* lib/netcdf.rb: Added the class constant NCVERSION (<- NetCDF.libvers)

M	ChangeLog
M	extconf.rb
M	lib/netcdf.rb
M	netcdfraw.c

2014-08-25  Takeshi Horinouchi 
Mon Aug 25  2014  T Horinouchi
	* netcdfraw.c: to avoid a compile error when -Werror=format-security

M	ChangeLog
M	netcdfraw.c

2012-02-19  Takeshi Horinouchi  (tag: ruby-netcdf-0_6_6)
Sun Feb 19  2011  T Horinouchi
	* ruby-netcdf-0.6.6 released (relase tag: ruby-netcdf-0_6_6)

M	ChangeLog

2012-02-19  Takeshi Horinouchi 
Sun Feb 19  2011  T Horinouchi
	* lib/netcdf.rb: method pack: debug of enbug made
	  when 1.1 -> 1.2 (cvs tag) commited in Jan 2010.
	* netcdfraw.c: Added macro NC_RAISE2. Enhanced error
	  messaging in NetCDF_open and NetCDF_create to show file name.

M	ChangeLog
M	lib/netcdf.rb
M	netcdfraw.c

2011-02-17  Takeshi Horinouchi  (tag: ruby-netcdf-0_6_5)
Thu Feb 17  2011  T Horinouchi
	* ruby-netcdf-0.6.5 released (relase tag: ruby-netcdf-0_6_5)

M	ChangeLog

2011-02-17  Takeshi Horinouchi 
Thu Feb 17  2011  T Horinouchi
	* extconf.rb: Debug to have the --disable-opendap option really work

M	ChangeLog
M	extconf.rb

2011-02-12  Takeshi Horinouchi 
	* ruby-netcdf-0.6.5 preview release.

M	ChangeLog

2010-12-22  Tsuyoshi Koshiro 
Thu Dec 23  2010  T Koshiro
        * test/aref_aset.rb : updated for Ruby 1.9.2
        * lib/netcdf.rb: NetCDF.clean_tmpfile : lambda -> proc
        * verified that all test programs work fine with Ruby 1.9.2.

M	ChangeLog
M	lib/netcdf.rb
M	test/aref_aset.rb

2010-12-14  Tsuyoshi Koshiro 
Tue Dec 14  2010  T Koshiro
        * netcdfraw.c : nctype2natype : char* -> const char*
        * test/aref_aset.rb, test/factor_offset.rb : bug fix.

M	ChangeLog
M	netcdfraw.c
M	test/aref_aset.rb
M	test/factor_offset.rb

2010-12-13  Tsuyoshi Koshiro 
Mon Dec 13  2010  T Koshiro
        * netcdfraw.c : patch for Ruby 1.9.2
          - by S Kouketsu (dennou-ruby:003191)
          - by T Koshiro  (dennou-ruby:003226)

M	ChangeLog
M	netcdfraw.c

2010-03-15  Takeshi Horinouchi  (tag: ruby-netcdf-0_6_4)
Mon Mar 15  2010  T Horinouchi
	* ruby-netcdf-0.6.4 released (relase tag: ruby-netcdf-0_6_4)

M	ChangeLog

2010-01-14  Takeshi Horinouchi 
Thu Jan 14  2010  T Horinouchi < T Koshiro
	* netcdfraw.c : patch for Ruby 1.9.1 (dennou-ruby:003138)
	* extconf.rb : patch for NetCDF-4.1-beta2 (dcdvlop Nov 20, 2009)

M	ChangeLog
M	extconf.rb
M	netcdfraw.c

2010-01-14  Takeshi Horinouchi 
Fri Aug 15  2008  T Horinouchi
	* lib/netcdf_miss.rb: in __interpret_missing_params,
	  changed just to warn, not to raise an exception,
	  if the missing value or fill value is within the
	  valid range (warning can be suppressed by $VERBOSE = nil)
Thu Jul 17  2008  T Horinouchi
	* lib/netcdf.rb: NetCDFVar's private method pack : to take
	  round if the type of self is integer.
	* lib/netcdf_miss.rb: debug in the handling of missing data
	  specification using the external data type.
Wed Jul 16  2008  T Horinouchi < M Otsuka
	* netcdfraw.c : patch for Ruby 1.9

M	ChangeLog
M	lib/netcdf.rb
M	lib/netcdf_miss.rb
M	netcdfraw.c

2010-01-14  Takeshi Horinouchi 
Initial revision

A	ChangeLog
A	INSTALL
A	LICENSE.txt
A	ToDo
A	demo/README
A	demo/demo1-create-alt.rb
A	demo/demo1-create.rb
A	demo/demo2-graphic.rb
A	demo/demo3-ncepclim.rb
A	demo/demo4-copy.rb
A	doc/README_JP.txt
A	doc/Ref_man.html
A	doc/Ref_man.rd
A	doc/Ref_man_jp.html
A	doc/Ref_man_jp.rd
A	doc/to_html
A	extconf.rb
A	lib/netcdf.rb
A	lib/netcdf_miss.rb
A	netcdfraw.c
A	test/aref_aset.rb
A	test/char_var.rb
A	test/clone.rb
A	test/create_tmp.rb
A	test/def_var_with_dim.rb
A	test/factor_offset.rb
A	test/putatt.cdl
A	test/putatt.rb
A	test/test.cdl
A	test/test.rb
A	test/type.rb