Skip to content

Commit 4a5fff6

Browse files
committed
[release] final update to documentation for v2.9.8
1 parent b39c374 commit 4a5fff6

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

ChangeLog.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,21 @@ JSONlab ChangeLog (key features marked by *):
88

99
== JSONlab 2.9.8 (codename: Micronus Prime - beta), FangQ <q.fang (at) neu.edu> ==
1010

11+
2024-03-28*[b39c374] [feat] add json2couch from jbids toolbox
12+
2024-03-28 [6da4f2b] [doc] remove the unrelated npm package.json
13+
2024-03-28 [36b605d] [doc] update documentation
14+
2024-03-27*[2e43586] [feat] merge nii/jnii/hdf5/tsv reading functions self-contained
15+
2024-03-27 [b482c8f] [test] pass all tests on matlab R2010b
16+
2024-03-27 [2008934] [doc] additional documentations on decompression functions
17+
2024-03-27 [0a582fb] [doc] add documentations for jsonpath, jsoncache, jdlink, and maxlinklevel
18+
2024-03-27 [5dba1de] [bug] .. searches deep level of struct,make jdlink work for Octave 4.2 and 5.2
19+
2024-03-27*[fea481e] [doc] add line-by-line comment on examples, add jsonset/jsonget
20+
2024-03-26*[e1d386d] [feat] support saving dictionary to json and bjdata
21+
2024-03-26 [dfc744b] [feat] support caching data from any URL using hash, add NO_ZMAT flag
22+
2024-03-24 [22d297e] [doc] fix README.rst formatting issues
23+
2024-03-24 [36fef2c] [bug] fix missing quotes for function names
24+
2024-03-24 [7e27db5] [doc] update documentation, preparing for v2.9.8 release
25+
2024-03-24 [1227a0b] [format] reformat
1126
2024-03-24 [67f30ca] [feat] support using \. or [] in JSONPath to escape dots in key names
1227
2024-03-24 [ee830cd] [bug] fix error_pos error when giving a non-existant input file
1328
2024-03-24 [d69686d] [feat] add jdlink to dynamically download and cache linked data

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ new features include
6060
8. automatically switch from ``struct`` to ``containers.Map`` when encoded key-length exceeds 63
6161
9. provide fall-back zlib/gzip compression/decompression function (``octavezmat``) on Octave when ZMat is not installed
6262
10. include built-in ``.nii/.nii.gz/.jnii/.h5/.snirf/.tsv/.csv`` parsers to allow loadjd.m to read wide range of files
63+
11. include ``json2couch`` from jbids (https://github.com/NeuroJSON/jbids) to allow uploading json files to CouchDB server
6364

6465
There have been many major updates added to this release since the previous
6566
release v2.0 in June 2020. A list of the major changes are summarized below
@@ -68,7 +69,7 @@ new interface functions ``savejd/loadjd``, and options to use MATLAB/Octave buil
6869
``jsonencode/jsondecode`` functions. The ``octave-jsonlab`` package has also been
6970
included in the official distributions of Debian Bullseye and Ubuntu 21.04 or newer.
7071

71-
72+
- 2024-03-28 [b39c374] [feat] add json2couch from jbids toolbox
7273
- 2024-03-27*[2e43586] [feat] merge ``nii/jnii/hdf5/tsv`` reading functions self-contained
7374
- 2024-03-27 [b482c8f] [test] pass all tests on matlab R2010b
7475
- 2024-03-27 [2008934] [doc] additional documentations on decompression functions

0 commit comments

Comments
 (0)