Releases: TkTech/pysimdjson
Releases · TkTech/pysimdjson
v7.0.2
- Remove self-dependency in the pyproject.toml, fixing poetry installs (#130)
v7.0.1
- Ensure csimdjson.pxd is included in the sdist (#129)
v7.0.0
- 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
Bump version: 3.2.0 → 4.0.0
v3.2.0
Bump version: 3.1.1 → 3.2.0
v3.0.0
- 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.