You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
series iterators have take function that takes a usize returns a list
of size usize
updated series types to be JiffSeries class
v0.0.34 [2025-02-28]
ryo3-std
fs:
read_stream function that returns an iterator of ry.Bytes objects from
a PathLike object
Several more fs functions added
ryo3-tokio
Several more tokio fs functions added
internal
reorganized type annotations to be not a HUGE file...
v0.0.33 [2025-02-26]
update to pyo3 v0.23.5
v0.0.32 [2025-02-25]
ryo3-jiter
Allow PyBytes wrapper/buffer protocol to be given
renamed jiter_cache_clear to json_cache_clear and jiter_cache_usage to
json_cache_usage
Removed parse_json_str just use parse_json with str input
ryo3-fspath
Allow read/write to take ry.Bytes or Bytes objects
v0.0.31 [2025-02-21]
ryo3-core
got rid of ryo3-types and moved into ryo3-core
ryo3-tokio
read_async and write_async async functions
ryo3-which
which_re functions accepts ry.Regex or str now
ryo3-std
read and write functions which take/return ry.Bytes objects
internal
Changed many many many of the structs/classes to be pyo3 frozen behaviour
should not be different
v0.0.30 [2025-02-18]
jiff
Upgraded jiff to version 2
internal
Switch all lints from #[allow(...)]/#![allow(...)] to
#[expect(...)]/#![expect(...)]
Removed a bunch o commented out code
ryo3-std
added several std::fs structs
ryo3-fspath
conversion to pathlib.Path by way of FsPath.to_pathlib()
v0.0.29 [2025-02-03]
internal
Made sure each ryo3-* crate has a README.md
ryo3-bytes & ryo3-fspath
added __hash__ dunders to both Bytes and FsPath structs
v0.0.28 [2025-01-31]
jiff
Per Mr. Sushi's thoughts changed all until/since methods to use kwargs
instead of the rust-like tuples that impl From/Into as it does not
translate well to python