-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNEWS
821 lines (455 loc) · 19.8 KB
/
NEWS
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
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
CHANGES IN VERSION 1.42.1
-------------------------
UTILITIES
o tweak the C Macro to support Linux MUSL
CHANGES IN VERSION 1.40.2
-------------------------
UTILITIES
o add "#define STRICT_R_HEADERS 1" to the C++ header file according to
R_r86984
o update the C codes according to '_R_USE_STRICT_R_HEADERS_=true' &
'_R_CXX_USE_NO_REMAP_=true'
CHANGES IN VERSION 1.38.1
-------------------------
UTILITIES
o fix the compiler warning: -Wformat-security
CHANGES IN VERSION 1.36.1
-------------------------
UTILITIES
o `gdsfmt:::.reopen()` allows forking
CHANGES IN VERSION 1.36.0
-------------------------
UTILITIES
o fix the compiler warning: sprintf is deprecated
o LZ4 updated to v1.9.4
o XZ updated to v5.2.9
o update zlib to v1.2.13
NEW FEATURES
o `system.gds()$compiler.flag[1]` is either "64-bit" or "32-bit" indicating
the number of bits of internal data pointer
o new argument 'use.abspath=TRUE' in `openfn.gds()` and `createfn.gds()`:
the behavior before v1.35.4 is the same as 'use.abspath=TRUE'
CHANGES IN VERSION 1.34.1
-------------------------
UTILITIES
o avoid using `crayon::blurred()` in the display (RStudio blurs the screen
output)
CHANGES IN VERSION 1.34.0
-------------------------
UTILITIES
o update the web links
o update zlib to v1.2.12
CHANGES IN VERSION 1.32.0
-------------------------
UTILITIES
o optimize using the utilities of the Matrix package for sparse matrices
CHANGES IN VERSION 1.28.1
-------------------------
UTILITIES
o update according to gcc-11
CHANGES IN VERSION 1.28.0
-------------------------
NEW FEATURES
o new function `exist.gdsn()`
o new function `is.sparse.gdsn()`
UTILITIES
o LZ4 updated to v1.9.3 from v1.9.2
o XZ is updated to v5.2.5 from v5.2.4
o `apply.gdsn()`: work around with factor variables if less-than-32-bit
integers are stored
o a new component 'is.sparse' in `objdesp.gdsn()`
o `options(gds.verbose=TRUE)` to show additional information
CHANGES IN VERSION 1.26.1
-------------------------
UTILITIES
o comply with the R devel (> v4.0.3) to work with factor variables in
`apply.gdsn()`
CHANGES IN VERSION 1.24.1
-------------------------
UTILITIES
o 'show' option in `print.gds.class()` for array preview
CHANGES IN VERSION 1.24.0
-------------------------
NEW FEATURES
o new option 'allow.error' in `openfn.gds()` for data recovery
o new option 'log.only' in `diagnosis.gds()`
o new C functions `GDS_Node_Unload()` and `GDS_Node_Load()` in R_GDS.h
o new sparse array data types in GDS (SparseReal32, SparseReal64,
SparseInt8, SparseInt16, SparseInt32, SparseInt64, SparseUInt8,
SparseUInt16, SparseUInt32, SparseUInt64)
o the opened gds file will be closed when the object is garbage collected
UTILITIES
o zlib updated to v1.2.11 from v1.2.8
o xz updated to v5.2.4 from v5.2.3
o LZ4 updated to v1.9.2 from v1.7.5
o `showfile.gds()` does not return the object of 'gds.class'
o new 'nmax' and 'depth' in `print.gdsn.class()` and `print.gds.class()`
CHANGES IN VERSION 1.22.0
-------------------------
NEW FEATURES
o a new function `unload.gdsn()` to unload a GDS node from memory
UTILITIES
o add '#pragma GCC optimize("O3")' to some of C++ files when GCC is used
o add the compiler information in `system.gds()`
o change the file name "vignettes/gdsfmt_vignette.Rmd" to "vignettes/gdsfmt.Rmd",
so `vignette("gdsfmt")` can work directly
BUG FIXES
o avoid the segfault if the data type is not registered internally
o use O_CLOEXEC (the close-on-exec flag) when open and create files to avoid
potentially leaking file descriptors in forked processes
CHANGES IN VERSION 1.20.0
-------------------------
UTILITIES
o optimize the C implementation of 'packedreal8' using a look-up table
NEW FEATURES
o new data types 'packedreal8u', 'packedreal16u', 'packedreal24u' and
'packedreal32u'
BUG FIXES
o the compression method 'LZ4_RA.max' does not compress data
o `add.gdsn()` fails if a factor variable has no level
o `add.gdsn(, storage=index.gdsn())` accepts the additional parameters from
`index.gdsn()`, e.g., 'offset' and 'scale' for packedreal8
CHANGES IN VERSION 1.18.1
-------------------------
BUG FIXES
o the node name should not contain a slash '/'
CHANGES IN VERSION 1.18.0
-------------------------
NEW FEATURES
o new options 'recursive' and 'include.dirs' in `ls.gdsn()`: the listing
recurses into child nodes
UTILITIES
o replace BiocInstaller biocLite mentions with BiocManager
o `digest.gdsn()` fails if the digest package is not installed
o SIMD optimization in 2-bit array decoding with a logical vector of
selection (3x speedup when there are lots of zeros)
BUG FIXES
o bug fixed: `put.attr.gdsn()` fails to update the existing attribute
CHANGES IN VERSION 1.16.0
-------------------------
UTILITIES
o a new storage name 'single' in `add.gdsn()` for single-precision
floating numbers
o improve the efficiency of bit2-unpacking when there are lots of zero
o `system.gds()` outputs 'POPCNT' flag if available
o enable the compression modes "LZMA.ultra", "LZMA.ultra_max",
"LZMA_RA.ultra" and "LZMA_RA.ultra_max"
o show more compression information in `system.gds()`
BUG FIXES
o avoid the integer overflow when the compression rate is too small using
LZMA_RA (e.g., < 0.01%)
CHANGES IN VERSION 1.14.0-1.14.1
-------------------------
UTILITIES
o tweak error messages in `apply.gdsn()`
o `cleanup.gds()` allows a file name with a prefix '~' which will be
automatically replaced by the home directory
CHANGES IN VERSION 1.12.0
-------------------------
UTILITIES
o update liblzma to v5.2.3
o update lz4 to v1.7.5
o a new citation
CHANGES IN VERSION 1.10.1
-------------------------
NEW FEATURES
o new data types (variable-length encoding of signed and unsigned integers)
CHANGES IN VERSION 1.10.0
-------------------------
o the version number was bumped for the Bioconductor release version 3.4
CHANGES IN VERSION 1.8.0-1.8.4
-------------------------
o the version number was bumped for the Bioconductor release version 3.3
UTILITIES
o define C MACRO 'COREARRAY_ATTR_PACKED' and 'COREARRAY_SIMD_ATTR_ALIGN'
in CoreDEF.h
o SIMD optimization in 1-bit and 2-bit array encoding/decoding (e.g.,
decode, RAW output: +20% for 2-bit, +50% for 1-bit)
CHANGES IN VERSION 1.7.18-1.7.22
-------------------------
NEW FEATURES
o LZMA compression algorithm is available in the GDS system (LZMA, LZMA_RA)
o faster implementation of variable-length string: the default string
becomes string with the length stored in the file instead of
null-terminated string (new GDS data types: dStr8, dStr16 and dStr32)
UTILITIES
o improve the read speed of characters (+18%)
o significantly improve random access of characters
o correctly interpret factor variable in `digest.gdsn()` when
`digest.gdsn(..., action="Robject")`, since factors are not integers
CHANGES IN VERSION 1.7.0-1.7.17
-------------------------
NEW FEATURES
o `digest.gdsn()` to create hash function digests (e.g., md5, sha1,
sha256, sha384, sha512), requiring the package digest
o new function `summarize.gdsn()`
o `show()` displays the content preview
o define C MACRO 'COREARRAY_REGISTER_BIT32' and 'COREARRAY_REGISTER_BIT64'
in CoreDEF.h
o new C functions `GDS_R_Append()` and `GDS_R_AppendEx()` in R_GDS.h
o allows efficiently concatenating compressed blocks (i.e., ZIP_RA
and LZ4_RA)
o v1.7.12: add a new data type: packedreal24
o define C MACRO 'COREARRAY_SIMD_SSSE3' in CoreDEF.h
o v1.7.13: `GDS_Array_ReadData()`, `GDS_Array_ReadDataEx()`,
`GDS_Array_WriteData()` and `GDS_Array_AppendData()` return `void*`
instead of `void` in R_GDS.h
o v1.7.15: `GDS_Array_ReadData()` and `GDS_Array_ReadDataEx()` allow
Start=NULL or Length=NULL
o v1.7.16: new C function `GDS_Array_AppendStrLen()` in R_GDS.h
UTILITIES
o `paste(..., sep="")` is replaced by `paste0(...)` (requiring >=R_v2.15.0)
o improve random access for ZIP_RA and LZ4_RA, e.g., in the example of
vignette, +12% for ZIP_RA and 1.7-fold speedup in LZ4_RA
DEPRECATED AND DEFUNCT
o bit17, ..., bit23, bit25, ..., bit31, sbit17, ..., sbit23, sbit25, ...,
sbit31 are deprecated, and instead it is suggested to use data
compression
BUG FIXES
o v1.7.7: fix a potential issue of uninitialized value in the first
parameter passed to 'LZ4_decompress_safe_continue' (detected by valgrind)
o v1.7.14: fix an issue of 'seldim' in `assign.gdsn()`: 'seldim' should
allow NULL in a vector
CHANGES IN VERSION 1.6.0-1.6.2
-------------------------
o the version number was bumped for the Bioconductor release version 3.2
o 'attribute.trim=FALSE' in `print.gdsn.class()` by default
NEW FEATURES
o `diagnosis.gds()` returns detailed data block information
BUG FIXES
o v1.6.2: it might be a rare bug (i.e., stop the program when getting
Z_BUF_ERROR), now the GDS kernel ignores Z_BUF_ERROR in deflate()
and inflate(); see http://zlib.net/zlib_how.html for further explanation
CHANGES IN VERSION 1.5.7-1.5.16
-------------------------
NEW FEATURES
o a new argument 'seldim' in `assign.gdsn()`
o `append.gdsn()` allows appending data from a GDS node
o `add.gdsn()` allows 'storage' to be a 'gdsn.class' object
o `put.attr.gdsn()` allows 'val' to be a 'gdsn.class' object
o `readex.gdsn()` allows using numeric vectors to select the subset
o the values returned from `read.gdsn()` and `readex.gdsn()` can be
substituted by the values defined by users: '.value' and '.substitute'
are added to `read.gdsn()` and `readex.gdsn()`
o new functions `copyto.gdsn()`, `getfolder.gdsn()` and `permdim.gdsn()`
o a new option 'replace+rename' in `moveto.gdsn()`
o the values passed to the user-defined function in `apply.gdsn()` and
`clusterApply.gdsn()` can be substituted by the values defined by users:
'.value' and '.substitute' are added to these functions
o new C functions `GDS_R_Obj_SEXP2SEXP()`, `GDS_Iter_RDataEx()`,
`GDS_Iter_Position()`, `GDS_Parallel_TryLockMutex()`,
`GDS_Parallel_InitCondition()`, `GDS_Parallel_DoneCondition()`,
`GDS_Parallel_SignalCondition()`, `GDS_Parallel_BroadcastCondition()` and
`GDS_Parallel_WaitCondition()` in "include/R_GDS.h"
o new arguments 'attribute' and 'attribute.trim' in `print.gds.class()`
and `print.gdsn.class()`
o `delete.attr.gdsn()` allows multiple variable names
o gdsfmt_1.5.16: hidden flag is an internal flag along with 'R.invisible',
`objdesp.gdsn()` returns the hidden flag
DEPRECATED AND DEFUNCT
o discontinue the support of SNPRelate (<= v0.9.*)
o `GDS_R_NodeValid()` and `GDS_R_NodeValid_SEXP()` are removed from
"include/R_GDS.h"
o `GDS_R_SEXP2Obj()` in "include/R_GDS.h" has two arguments now
BUG FIXES
o fix an issue in `print.gdsn.class()` if hidden nodes are included
o fix the issues #3 (https://github.com/zhengxwen/gdsfmt/issues/3)
and #11 (https://github.com/zhengxwen/gdsfmt/issues/11)
o fix a portable issue on Windows when calling a condition object
(dPlatform.h/dPlatform.cpp)
o fix a compiling issue on Solaris with suncc
o fix an issue of additional arguments in `add.gdsn()`,
https://github.com/zhengxwen/gdsfmt/issues/12
o fix an issue of uncompressing variable-length string,
https://github.com/zhengxwen/gdsfmt/issues/13
CHANGES IN VERSION 1.5.0-1.5.6
-------------------------
NEW FEATURES
o LZ4 library is updated to r131
o a new argument 'include.hidden' is added to the functions `cnt.gdsn()`
and `ls.gdsn()`
o define `GDS_MAX_NUM_DIMENSION` and `GDS_R_READ_DEFAULT_MODE` in
"include/R_GDS.h"
o a new C function `GDS_R_SEXP2FileRoot()` in "include/R_GDS.h"
o improve the terminal output via the package crayon
UTILITIES
o adjust for Xcode 6.3.1
o increase test coverage
BUG FIXES
o fix an issue in `append.gdsn()`,
https://github.com/zhengxwen/gdsfmt/issues/9
o fix an issue in `assign.gdsn()`,
https://github.com/zhengxwen/gdsfmt/issues/10
CHANGES IN VERSION 1.4.0
-------------------------
o the version number was bumped for the Bioconductor release version 3.1
CHANGES IN VERSION 1.3.0-1.3.11
-------------------------
NEW FEATURES
o a new argument 'visible' is added to the functions `add.gdsn()`,
`addfile.gdsn()` and `addfolder.gdsn()`
o `objdesp.gdsn()` returns 'encoder' to indicate the compression algorithm
o add a new function `system.gds()` showing system configuration
o support efficient random access of zlib compressed data, which are
composed of independent compressed blocks (ZIP_RA)
o support LZ4 compression format (http://code.google.com/p/lz4/),
based on "lz4frame API" of r128
o allow R RAW data (interpreted as 8-bit signed integer) to replace
32-bit integer with `read.gdsn()`, `readex.gdsn()`, `apply.gdsn()`,
`clusterApply.gdsn()`, `write.gdsn()`, `append.gdsn()`
o a new argument 'target.node' is added to `apply.gdsn()`, which allows
appending data to a target GDS variable
o `apply.gdsn()`, `clusterApply.gdsn()`: the argument 'as.is' allows
"logical" and "raw"
o more argument checking in `write.gdsn()`
o new components 'trait' and 'param' in the return value of `objdesp.gdsn()`
o add new data types: packedreal8, packedreal16, packedreal32
o a new argument 'permute' in the function `setdim.gdsn()`
SIGNIFICANT USER-VISIBLE CHANGES
o add a R Markdown vignette
BUG FIXES
o minor fixes
o fix an issue of variable-length string,
https://github.com/zhengxwen/gdsfmt/issues/7
o minor fixes, `sync.gds()` synchronizes the GDS file
o fix a stream read error bug, https://github.com/zhengxwen/gdsfmt/issues/6
o fix an issue in `add.gdsn()`, https://github.com/zhengxwen/gdsfmt/issues/8
o fix the problem of `setdim.gdsn()` with variable-length string
CHANGES IN VERSION 1.1.0
-------------------------
NEW FEATURES
o add a new function `is.element.gdsn()`
o allow closing GDS files in `showfile.gds()`
BUG FIXES
o fully support big-endian systems
o fix memory leaks in `cleanup.gds()`
CHANGES IN VERSION 1.0.4
-------------------------
NEW FEATURES
o `apply.gdsn()` and `clusterApply.gdsn()` support characters
o add a new function `moveto.gds()` to relocate GDS variables
o add a new function `diagnosis.gds()` to diagnose the GDS file
SIGNIFICANT USER-VISIBLE CHANGES
o `apply.gdsn()`, `clusterApply.gdsn()`: make the returned value invisible
if 'as.is="none"'
o more options in `read.gdsn()` and `readex.gdsn()`
o more Unit tests
BUG FIXES
o fix a bug in `delete.gdsn()`: allocated resource is not released
in the GDS file
CHANGES IN VERSION 1.0.3
-------------------------
NEW FEATURES
o add two new arguments 'allow.duplicate' and 'allow.fork' to the
function `openfn.gds()`
o add a new function 'showfile.gds'
o allow reading a GDS file simultaneously between multiple forked
processes (applied in `mclapply()` etc)
o support the LinkingTo mechanism, via 'R_RegisterCCallable' and
'R_GetCCallable'
CHANGES IN VERSION 1.0.2
-------------------------
NEW FEATURES
o add 'size' and 'good' to the returned list from `objdesp.gdsn()`
indicating the state of GDS node
o add a new function 'cache.gdsn'
BUG FIXES
o fix the memory issues reported by valgrind
CHANGES IN VERSION 1.0.1
-------------------------
NEW FEATURES
o add a new argument 'replace' to the function `addfile.gdsn()`, which
allows replacing the existing variable by a new one
o add a new function `addfolder.gdsn()` allowing a virtual folder linking
to other GDS files
o add 'message' to the returned list from `objdesp.gdsn()`, which allows
tracking error messages or log information
SIGNIFICANT USER-VISIBLE CHANGES
o remove the argument 'deep' from the function `cleanup.gds()` to
simplify calling
o reduce the package size
BUG FIXES
o backward compatible with unknown or undefined classes in GDS system
CHANGES IN VERSION 1.0.0
-------------------------
NEW FEATURES
o support long vectors (>= R v3.0), allowing >4G (memory size)
vectors in R
o ~20x speedup in reading characters from a GDS file, compared to
the previous version
o add a new argument 'replace' to the function `add.gdsn()`, which allows
replacing the existing variable by a new one
o add a new argument 'simplify' to the functions `read.gdsn()` and
`readex.gdsn()`
SIGNIFICANT USER-VISIBLE CHANGES
o speed improvement for other primitive data types
o a warning is given, when a variable with missing characters is written
to a GDS variable
o replace all '.C()' by '.Call()' internally
o reduce the package size
BUG FIXES
o improve the function `objdesp.gdsn()`
o fix a bug in `delete.gdsn()`
CHANGES IN VERSION 0.9.13-0.9.15
-------------------------
BUG FIXES
o fix an issue of memory leak when a compressor or decompressor is loaded
o fix an error in the CITATION file
o compiler issue fix: Solaris 10
o use 'inherits' to check the inheritance of object install 'class() =='
CHANGES IN VERSION 0.9.12
-------------------------
NEW FEATURES
o support variable-length string (e.g., VStr8)
SIGNIFICANT USER-VISIBLE CHANGES
o add an argument 'path' to the function `index.gdsn()`, which uses
'/' as a separator
o support a faster defragmentation algorithm in `cleanup.gds()`
o 'character' in the function `add.gdsn()` refers to variable-length
string by default
o fixed-length strings are "fstring", "fstring16" and "fstring32" in
the function `add.gdsn()`
o variable-length string are 'string', 'string16' and 'string32' in
the function `add.gdsn()`
o support the 'R.invisible' attribute to hide a GDS node, until
adding 'all=TRUE' to `print.gds.class()` or `print.gdsn.class()`
o improve the display of hierarchical structure
o the argument "storage" in the function `add.gdsn()` is not
case-sensitive now
BUG FIXES
o minor bug fix in `readex.gdsn()` when
CHANGES IN VERSION 0.9.11
-------------------------
NEW FEATURES
o `put.attr.gdsn()` allows a vector with more than one elements
SIGNIFICANT USER-VISIBLE CHANGES
o it is more efficient to store a factor variable
o `apply.gdsn()` is re-written in C/C++
o the function `applylt.gdsn()` is merged into `apply.gdsn()`
o the function `clusterApplylt.gdsn() is merged into `clusterApply.gdsn()`
o improve `clusterApply.gdsn()`
o S3 class name 'gdsclass' is replaced by 'gds.class'
o S3 class name 'gdsn' is replaced by 'gdsn.class'
DEPRECATED AND DEFUNCT
o deprecate `applylt.gdsn()` and `clusterApplylt.gdsn()`
BUG FIXES
o bug fix: add a folder using `add.gdsn()`
CHANGES IN VERSION 0.9.1-0.9.10
-------------------------
NEW FEATURES
o add two functions with the support of the parallel package (R 2.14.0):
`clusterApply.gdsn()`, `clusterApplylt.gdsn()`
SIGNIFICANT USER-VISIBLE CHANGES
o change 'wstring' to 'string16' in `add.gdsn()`
o change 'dwstring' to 'string32' in `add.gdsn()`
o add RUnit tests
o support GCC4.7 compiler
BUG FIXES
o fix warnings
o fix a bug: correct the dimension size of array data with more
than two dimensions
o fix bugs: 'append.gdsn' appends data of bit9, bit10, etc, correctly
o fix a minor bug of compression stream
CHANGES IN VERSION 0.9.0
-------------------------
o first release of gdsfmt