Releases: pydantic/jiter
Releases · pydantic/jiter
v0.7.0 2024-10-31
What's Changed
- ci: bump jobs to use 3.13, fixes for ubuntu 24.04 by @davidhewitt in #154
- fix: usage of
node12 which is deprecated
in CI by @hamirmahal in #153 - ci: fix run-on-arch action (by updating) by @davidhewitt in #155
- partial parsing with
JsonValue
by @samuelcolvin in #157
New Contributors
- @hamirmahal made their first contribution in #153
Full Changelog: v0.6.1...v0.7.0
v0.6.1 2024-10-08
What's Changed
- Fix
cargo vendor
of jiter crates by @tiran in #149 - release: 0.6.1 by @davidhewitt in #150
New Contributors
Full Changelog: v0.6.0...v0.6.1
v0.6.0 2024-10-07
What's Changed
- improve coverage by @samuelcolvin in #117
- support
float_mode='decimal'
by @samuelcolvin in #116 - fix CI by @samuelcolvin in #127
- correct PyO3 feature usage by @davidhewitt in #126
- make fuzz checks more lenient by @samuelcolvin in #133
- iterative algorithm for take_value by @davidhewitt in #134
- feat: Make num-bigint optional by @fasterthanlime in #130
- GraalPy support by @steve-s in #135
- fix codecov coverage by @samuelcolvin in #141
- Hyperlint accept by @samuelcolvin in #142
- Fix no-bigint build failures, check those in CI by @fasterthanlime in #138
- Add examples to jiter-python README by @simonw in #143
- add builds for 3.13 wheels by @davidhewitt in #145
- bump version to 0.6.0 by @davidhewitt in #147
New Contributors
- @fasterthanlime made their first contribution in #130
- @steve-s made their first contribution in #135
- @simonw made their first contribution in #143
Full Changelog: v0.5.0...v0.6.0
v0.5.0 2024-06-24
v0.4.2 2024-04-12
v0.4.1 2024-05-31
What's Changed
- fix u style unicode strings in python by @samuelcolvin in #110
- convert skip to iterate instead of call recursive functions by @davidhewitt in #111
New Contributors
- @sydney-runkle made their first contribution in #112
Full Changelog: v0.4.0...v0.4.1
v0.4.0 2024-05-22
What's Changed
- Fix missing license file in published crate by @musicinmybrain in #88
- check duplicate object keys by @samuelcolvin in #81
- publish python package by @davidhewitt in #93
- release-python: grant oidc permissions by @davidhewitt in #94
- attempt to fix test-os by @davidhewitt in #95
- stricter clippy by @samuelcolvin in #97
- tweak python package by @samuelcolvin in #96
- lossless float support by @samuelcolvin in #98
- try to fix coverage by @samuelcolvin in #102
- Partial JSON parsing support trailing strings by @samuelcolvin in #101
- uprev and prepare for release by @samuelcolvin in #103
- Fix python benchmarks by @samuelcolvin in #104
- improve coverage in aarch64 SIMD by @samuelcolvin in #105
- fix build by moving bench deps by @samuelcolvin in #106
New Contributors
- @musicinmybrain made their first contribution in #88
Full Changelog: v0.3.0...v0.4.0
jiter-python-v0.1.0 2024-05-16
First release of jiter python package.
v0.3.0 2024-04-30
What's Changed
- make
PythonParser
generic around cache mode, not its functions by @samuelcolvin in #79 - Switch to using
workspace
for different packages by @samuelcolvin in #83 - fix cargo-codspeed in with workspaces in CI by @art049 in #85
- Next skip by @samuelcolvin in #84
- better debug for
Peek
by @samuelcolvin in #86 - chore(bench): update CodSpeed/action to v2 by @adriencaccia in #87
New Contributors
- @art049 made their first contribution in #85
- @adriencaccia made their first contribution in #87
Full Changelog: v0.2.1...v0.3.0
v0.2.1 2024-04-02
What's Changed
- fix hang when parsing egregiously long integer by @davidhewitt in #77
Full Changelog: v0.2.0...v0.2.1