Skip to content

Releases: gerrymanoim/libpy_simdjson

0.4.0 🌈

27 Oct 01:23
4074990
Compare
Choose a tag to compare

What’s Changed

Build Changes

Enhancements

Release Changes

0.3.0 🌈

20 Aug 04:51
3a403c6
Compare
Choose a tag to compare

What’s Changed

Note Due to upstream changes in simdjson .at() calls in Object and Array have been changed to .at_pointer(). Paths must also now be prefixed with / to comply with the JSON pointer spec, i.e:

  • valid in 0.2.0: statuses.at(b"33/created_at")
  • valid in 0.3.0: statuses.at_pointer(b"/33/created_at")

Build

  • BLD: Bump actions/setup-python from v2.1.1 to v2.1.2 (#23) @dependabot

Enhancements

Release Changes

0.2.0 🌈

28 Jul 01:40
8ee22d0
Compare
Choose a tag to compare

What’s Changed

Small improvements and library bumps.

Benchmark Changes

Build changes

Documentation Updates

Enhancements

Release Changes

0.1.0 Initial Release

16 Jul 04:26
Compare
Choose a tag to compare

What’s Changed

This is the initial release....so everything.

Benchmark Changes

  • BENCH: Create benchmarking test and a GHA to run it (#4) @gerrymanoim

Build Changes

Documentation Updates

Enhancements

  • ENH: add Object.values and fix Object.iter to return keys (#6) @llllllllll

Initial Commits