Skip to content

Releases: TkTech/pysimdjson

v7.0.2

28 Jun 20:09
Compare
Choose a tag to compare
  • Remove self-dependency in the pyproject.toml, fixing poetry installs (#130)

v7.0.1

20 May 04:26
Compare
Choose a tag to compare
  • Ensure csimdjson.pxd is included in the sdist (#129)

v7.0.0

18 May 00:08
5dbc1bf
Compare
Choose a tag to compare
  • Drop python 3.8, pypy builds, add python 3.13 (#117, #123)
  • Add proper .load/.loads type signatures (#116)
  • Updating and modernize github actions, simplify packaging and CI.
  • Update upstream simdjson to 3.12.3.
  • Add alias to json.JSONEncoder to drop-in API. (#118)
  • Deterministic build / static build metadata

v4.0.0

23 May 17:56
Compare
Choose a tag to compare
Bump version: 3.2.0 → 4.0.0

v3.2.0

11 Feb 20:57
Compare
Choose a tag to compare
Bump version: 3.1.1 → 3.2.0

v3.0.0

21 Aug 05:44
Compare
Choose a tag to compare
  • Updated to upstream simdjson 0.5.0.
  • at() has become at_pointer() and more closely follows the JSON pointer RFC. Paths now require a leading /.
  • Fixed an error when manually choosing the parser implementation.