0.8.0
What's Changed
- Consistent impl for
&T
,Rc<T>
, andArc<T>
by @zao111222333 in #145 indexmap
support by @zao111222333 in #163- Simplify new by @flying-sheep in #125
- support full path pyo3 attribute by @zao111222333 in #167
- Create stubs without a
pyproject.toml
by @tvanbaak in #99 - Do not upgrade pyo3 and numpy automatically by @termoshtt in #169
- Add test for handling docstring of
#[new]
by @termoshtt in #172 - Support PyStubType for numpy's PyReadonlyArray by @unkcpz in #142
- Enums with methods by @yamoling in #86
- Add subclassing support by @flying-sheep in #120
- recognize
rename_all
attributes on enums by @patengel in #166
New Contributors
- @patengel made their first contribution in #166
- @unkcpz made their first contribution in #142
- @yamoling made their first contribution in #86
Full Changelog: 0.7.0...0.8.0