-
Notifications
You must be signed in to change notification settings - Fork 869
Closed
Milestone
Description
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:
- macros: support
#[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: deprecate py_methods #1560 - I think we all agree that simplifying
#[pyproto]
can be a good thing - I'd like to write some new notes on "Getting Started" and "Installing Python" to just make the first words in the README and guide just a little easier for new users. (This should close a few of the easy docs issues.)
- Some PRs which have been waiting for a while, which would be nice to merge. If the original authors have been diverted by other callings I'll finish them off:
Eric-Arellano, NotSqrt, hh-h and Stranger6667
Metadata
Metadata
Assignees
Labels
No labels