File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 33- Copyright: (C) Qianqian Fang (2020-2022) <q.fang at neu.edu>
44- Copyright: (C) Iotic Labs Ltd. (2016-2019) <vilnis.termanis at iotic-labs.com>
55- License: Apache License, Version 2.0
6- - Version: 0.3
6+ - Version: 0.3.1
77- URL: https://pypi.org/project/bjdata/
88- Github: https://github.com/fangq/pybj
9+ - BJData Spec Version: [ V1 Draft 2] ( https://neurojson.org/bjdata/draft2 )
910- Acknowledgement: This project is supported by US National Institute of Health (NIH) grant U24-NS124027
1011
1112[ ![ Build Status] ( https://travis-ci.com/fangq/pybj.svg?branch=master )] ( https://travis-ci.com/fangq/pybj )
@@ -133,11 +134,12 @@ This package was modified based on the py-ubjson package developed by
133134Project URL: https://github.com/Iotic-Labs/py-ubjson
134135
135136The major changes were focused on supporting the Binary JData Specification
136- [ Draft 2] ( https://github.com/NeuroJSON/ bjdata/blob/master/Binary_JData_Specification.md.md ) -
137+ [ Draft 2] ( https://neurojson.org/ bjdata/draft2 ) -
137138an extended Universal Binary JSON (UBJSON) Specification Draft-12 by adding
138139the below new features:
139140
140141* BJData adds 4 new numeric data types: ` uint16 [u] ` , ` uint32 [m] ` , ` uint64 [M] ` and ` float16 [h] `
141142* BJData supports an optimized ND array container
142143* BJData does not convert NaN/Inf/-Inf to ` null `
143144* BJData uses little-Endian as the default integer/floating-point numbers while UBJSON uses big-Endian
145+ * BJData only permits non-zero-fixed-length data types (` UiuImlMLhdDC ` ) in strongly-typed array/object containers
You can’t perform that action at this time.
0 commit comments