Skip to content

Commit 79fc08d

Browse files
committed
[doc] add ChangeLog
1 parent e243cc7 commit 79fc08d

2 files changed

Lines changed: 49 additions & 3 deletions

File tree

ChangeLog.txt

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
= Change Log =
2+
3+
Major updates are marked with a "*"
4+
5+
== JNIFTY v0.8 (Tree of Life), FangQ <q.fang (a) neu.edu> ==
6+
7+
2025-03-23 [e243cc7] [doc] update README, make examples self-contained
8+
2025-03-23*[905f87e] [release] update all units for v0.8 release, use 'z' flag in octavezmat, support JNIFTI Draft 2
9+
2025-02-05 [1faaf18] [bug] fix int16 type typo, fangq/iso2mesh#83
10+
2024-10-02 [096136c] [doc] update upstream repository to NeuroJSON
11+
2024-03-27 [f3a535d] [doc] add DESCRIPTION and INDEX
12+
2024-03-27*[aec438c] [format] reformat the code with miss_hit
13+
2024-01-15*[ce0d20a] [bug] fix loading nii.gz with extension
14+
2023-02-23*[1aa7dcf] make jnifty compatible with MATLAB R2010b
15+
2023-02-21 [4c2185f] separate nii header to jnii header conversion
16+
2022-03-12 [e61b802] remove redundant line
17+
2022-03-11 [f062d50] add _DataInfo_ header, add usemap option to memmapstream
18+
19+
== JNIFTY v0.6 (Epica), FangQ <q.fang (a) neu.edu> ==
20+
21+
2022-02-09 [f5ea181] sync with the version in jnifti repo
22+
2019-11-29 [d590fb3] add jnii2nii to convert jnii back to nii for compatibility
23+
24+
== JNIFTY v0.5 (Ascendance), FangQ <q.fang (a) neu.edu> ==
25+
26+
2019-09-13 [c3aa8bf] jnifti toolbox v0.5
27+
2019-09-13 [fdfaa23] change gitlab links to github
28+
2019-09-13 [214f099] add README for the JNIfTI toolbox
29+
2019-09-12 [5b9e0d8] complete nifti toolbox for reading and writing, will submit to octave
30+
2019-09-11 [bd863c5] add help info to memmapstream
31+
2019-09-11 [afef46d] JNIFTI MATLAB library is now supports .nii.gz and Octave
32+
2019-06-21 [64268f3] handle endianness,add bilateral mapping from code to human-readable strings
33+
2019-06-18 [e4a701e] update jnifti encoder and decoder and all examples with the new header names
34+
2019-06-18 [bd367ef] define string forms for SliceType, Intent, add meaningful Orientation, merge Quatern into structs
35+
2019-06-18 [5d825f6] depreciate NIIHeaderSize and NIIByteOffset in new JNIfTI files
36+
2019-06-18 [8329e8c] depreciates DataTypeName, rename to A75DataTypeName
37+
2019-06-18 [8d1bb44] add nifti-2 example
38+
2019-06-18 [044bf2a] properly read NIFTI-2 extension flags
39+
2019-06-14 [2283985] add origin for nii2jnii.m
40+
2019-06-14 [a8b0095] convert all sample code using the new unified save/load interfaces
41+
2019-06-14 [6370991] add importer and exporter for jnifti files
42+
2019-06-14 [4301bee] jnifticreate header only mode
43+
2019-06-14 [b088f4e] polishing help info for nii2jnii
44+
2019-06-14 [089a703] support nift-2 in nii2jnii, add headct example from mricrogl sample data
45+
2019-06-13 [a1c932c] add matlab file to create jnii header, add 3 examples
46+
2019-06-13 [03c5568] add matlab converter from nii to jnifti

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ Date: 2025-23-03
44
Title: Fast NIfTI-1/2 reader/writer and NIfTI-to-JNIfTI converter for MATLAB/Octave
55
Author: Qianqian Fang <fangqq@gmail.com>
66
Maintainer: Qianqian Fang <fangqq@gmail.com>
7+
Categories: Science
78
Description: JNIfTI Toolbox is a fully functional NIfTI-1/2 reader/writer that supports both
89
MATLAB and GNU Octave, and is capable of reading/writing both non-compressed
910
and compressed NIfTI files (.nii, .nii.gz) as well as two-part Analyze7.5/NIfTI
1011
files (.hdr/.img and .hdr.gz/.img.gz).
1112
More importantly, this is a toolbox that converts NIfTI data to its JSON-based
1213
replacement, JNIfTI (.jnii for text-based and .bnii for binary-based), defined
1314
by the JNIfTI specification (https://github.com/NeuroJSON/jnifty). JNIfTI is a
14-
much more flexible, human-readable and extensible file format compared to the
15-
more rigid and opaque NIfTI format, making the data much easier to manipulate
16-
and share.
15+
more flexible, human-readable and extensible file format compared to the more
16+
rigid and opaque NIfTI format, making the data easier to manipulate and share.

0 commit comments

Comments
 (0)