Skip to content

Releases: NeuroJSON/pyjdata

python-jdata v0.6.0

01 Apr 15:48
Compare
Choose a tag to compare

Major updates

download the package via pip: python3 -m pip install jdata, read examples in README at https://pypi.org/project/jdata/

All JData users, please provide your critical feedback to guide our next-stage development of this software by filling out a short community survey at https://neurojson.org/survey/2024-1a

We thank you for your inputs!

python-jdata v0.5.0

01 Sep 13:50
Compare
Choose a tag to compare
  • support blosc2 family meta-compressors (blosc2blosclz, blosc2lz4, blosc2lz4hc, blosc2zlib, blosc2zstd)
  • optimized numpy array encoding/decoding to avoid overhead
  • code beautification with black
  • return undecoded data when a codec is not installed
  • add benchmark comparing various compressors for saving/loading numpy arrays

python-jdata v0.4.4

15 Aug 21:20
Compare
Choose a tag to compare
  • support lzma compressed data
  • encode/decode numpy complex-valued scalars, #2
  • add unit tests

JData Python encoder and decoder v0.3.6

27 Jul 14:45
Compare
Choose a tag to compare

ChangeLog:

  • migrate testing script to use unittest

JData Python encoder and decoder v0.3.5

13 Jul 22:04
Compare
Choose a tag to compare
fix installation command