I think the 0.14 release would be worth putting out soon. We've merged a lot of cleanups as well as a couple of new features. Also the updates to the num and hashbrown dependencies will probably be useful for the downstream crates to have.
This is what I propose we could merge before the 0.14 release goes live:
I think the 0.14 release would be worth putting out soon. We've merged a lot of cleanups as well as a couple of new features. Also the updates to the
numandhashbrowndependencies will probably be useful for the downstream crates to have.This is what I propose we could merge before the 0.14 release goes live:
#[pyo3(name = "...")]in pyfunction #1567 and some follow-up PRs to tidy up the attributes like#[name = "..."],#[text_signature = "..."]to be a single#[pyo3(name = "...", text_signature = "...")]. Also documentation Guide: #[pyo3(name = "")] and #[pyo3(from_py_with = "")] #1432#[pyproto]can be a good thing