Skip to content

Commit f40bfe4

Browse files
committed
[doc] update documentation for v1.9.8
1 parent 8fd183e commit f40bfe4

File tree

5 files changed

+35
-5
lines changed

5 files changed

+35
-5
lines changed

COPYING.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
= An image-based 3D surface and volumetric mesh generator =
44
===============================================================================
55

6-
Copyright (C) 2007-2020 Qianqian Fang <q.fang at neu.edu>
6+
Copyright (C) 2007-2024 Qianqian Fang <q.fang at neu.edu>
77

88
-------------------------------------------------------------------------------
99

DESCRIPTION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: iso2mesh
2-
Version: 1.9.6
3-
Date: 2020-05-09
2+
Version: 1.9.8
3+
Date: 2024-17-10
44
Title: A 3D surface and volumetric mesh generator for MATLAB/Octave
55
Author: Qianqian Fang <[email protected]>
66
Maintainer: Qianqian Fang <[email protected]>

INDEX

+30
Original file line numberDiff line numberDiff line change
@@ -146,14 +146,27 @@ File I/O
146146
readnirfast
147147
readnifti
148148
readmptiff
149+
loadjsnirf
150+
savejsnirf
151+
loadsnirf
152+
savesnirf
153+
readobjmesh
154+
loadh5
155+
saveh5
156+
loadjd
157+
savejd
158+
loadjmesh
159+
readobjmesh
149160
JData functions
150161
savejmesh
151162
loadjnifti
152163
savejnifti
153164
loadnifti
154165
savenifti
166+
jdatahash
155167
jdataencode
156168
jdatadecode
169+
jdict
157170
jload
158171
jsave
159172
decodevarname
@@ -166,6 +179,11 @@ JData functions
166179
niiformat
167180
savebnii
168181
savejnii
182+
jsonpath
183+
jsonset
184+
jsoncache
185+
json2couch
186+
filterjsonmmap
169187
Data compression
170188
zlibencode
171189
zlibdecode
@@ -181,6 +199,11 @@ Data compression
181199
lz4hcdecode
182200
base64decode
183201
base64encode
202+
blosc2encode
203+
blosc2decode
204+
zstdeecode
205+
zstddecode
206+
octavezmat
184207
Volumetric image pre-processing
185208
bwislands
186209
fillholes3d
@@ -223,3 +246,10 @@ Miscellaneous functions
223246
fast_match_bracket
224247
match_bracket
225248
memmapstream
249+
aos2soa
250+
soa2aos
251+
snirfcheck
252+
snirfcreate
253+
snirfdecode
254+
jsnirfcreate
255+
niiheader2jnii

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
| **Department** | Bioengineering |
88
| **Institute** | Northeastern University |
99
| **Address** | 360 Huntington Ave, Boston, MA 02115 |
10-
| **Version** | 1.9.6 (Lion's Head) |
10+
| **Version** | 1.9.8 (Pot Stickers) |
1111
| **License** | GPL v2 or later (see COPYING) (this license does not cover the binaries under the bin/ directory, see Section III for more details) |
1212
| **URL** | http://iso2mesh.sf.net |
1313

README.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
** Department of Bioengineering
77
** Northeastern University
88
** 360 Huntington Ave, Boston, MA 02115
9-
*'''Version''': 1.9.6 (Lion's Head)
9+
*'''Version''': 1.9.8 (Pot Stickers)
1010
*'''License''': GPL v2 or later (see COPYING)
1111
** (this license does not cover the binaries under the bin/
1212
** directory, see Section III for more details)

0 commit comments

Comments
 (0)