Skip to content

Commit a5cda56

Browse files
committed
rel: 2.2.3
1 parent 241728d commit a5cda56

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11

2+
<a id='changelog-"2.2.3"'></a>
3+
# "2.2.3" — 2025-11-25
4+
5+
## Fixed
6+
7+
- NIfTI files with bad qform matrices, resulting from non-normalized quaternions,
8+
would previously raise a NIFTI_HEADER_UNREADABLE error. Now only the axis codes
9+
are disabled, preventing orientation checks, but not raising errors.
10+
211
<a id='changelog-"2.2.2"'></a>
312
# "2.2.2" — 2025-11-12
413

changelog.d/20251124_080614_markiewicz_bad_qform.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bids/validator",
3-
"version": "2.2.3-dev",
3+
"version": "2.2.3",
44
"exports": {
55
".": "./src/bids-validator.ts",
66
"./main": "./src/main.ts",

0 commit comments

Comments
 (0)