Releases: pydantic/jiter
Releases · pydantic/jiter
v0.8.0 2024-11-26
What's Changed
- Upgrade to PyO3 0.23 by @davidhewitt in #137
- use
Bound<'py, PyStr>
str equality by @davidhewitt in #166 - Fix tests without num-bigint feature by @cjwatson in #169
- support free-threaded Python by @davidhewitt in #165
- fix linux PGO wheel build by @davidhewitt in #170
New Contributors
Full Changelog: v0.7.1...v0.8.0
v0.7.1 2024-11-12
What's Changed
- Fix
pyo3
as an optional dependency by @cetra3 in #160 - ci: simplify jobs, fix coverage by @davidhewitt in #161
- update
JsonValue
allow_partial
to usePartialMode
by @samuelcolvin in #163
New Contributors
Full Changelog: v0.7.0...v0.7.1
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.