pyo3/newsfragments
David Hewitt 43827e39ee
Merge pull request #3677 from davidhewitt/string2
implement `PyStringMethods`
2023-12-20 22:04:23 +00:00
..
.gitignore use towncrier to generate CHANGELOG 2022-09-08 07:58:53 +01:00
3456.added.md add conversion support for `either::Either` 2023-11-24 22:09:34 +00:00
3507.added.md Add support for `SmallVec` in conversion traits (#3440) 2023-10-11 17:14:23 +03:00
3512.fixed.md Align chrono dev and runtime dependency version specifications. 2023-10-14 09:18:45 +02:00
3514.added.md Add `PyMemoryView` type 2023-10-15 17:32:09 +08:00
3532.changed.md change `PyDict::from_sequence` to take just `&PyAny` 2023-10-20 11:59:26 +01:00
3540.added.md feat: support `async fn` in macros with coroutine implementation 2023-11-22 20:25:36 +01:00
3556.added.md docs: add newsfragment 2023-10-29 13:54:10 +01:00
3564.fixed.md fixes #3561 -- silence new clippy warning 2023-11-27 17:06:59 -05:00
3577.added.md Implement `PyTypeInfo` for `PyEllipsis`, `PyNone`, and `PyNotImplemented` 2023-11-24 22:31:39 +00:00
3577.changed.md Implement `PyTypeInfo` for `PyEllipsis`, `PyNone`, and `PyNotImplemented` 2023-11-24 22:31:39 +00:00
3578.changed.md Change return types of `py.None()`, `py.NotImplemented()` and `py.Ellipsis()` to typed singletons 2023-11-17 16:16:19 +00:00
3587.added.md feat: allow `classmethod`/`pass_module` to receive owned types 2023-11-22 07:45:59 +01:00
3588.added.md feat: add coroutine `__name__`/`__qualname__` and not-awaited warning 2023-11-25 21:51:20 +01:00
3599.added.md feat: add `coroutine::CancelHandle` 2023-12-04 07:46:51 +01:00
3600.changed.md replace `PyTryFrom` by splitting `PyTypeInfo` 2023-12-05 08:01:30 +03:00
3601.changed.md deprecate `PyTryFrom` and `PyTryInto` 2023-12-20 11:28:24 +00:00
3603.removed.md remove all functionality deprecated in 0.19 2023-11-27 22:02:19 +00:00
3609.changed.md feat: allow async methods to accept `&self`/`&mut self` 2023-12-07 07:42:10 +01:00
3616.added.md Enable `GILProtected` access via `PyVisit` 2023-12-05 11:10:00 -08:00
3619.fixed.md Use portable-atomic for targets which lack 64-bit atomics used to check interpreter ID. 2023-12-02 07:57:00 +01:00
3632.added.md Add support for extracting Rust set types from `frozenset` 2023-12-07 20:25:31 +08:00
3638.changed.md Apply __bool__ conversion only to numpy.bool_ to avoid false positives. 2023-12-19 18:55:28 +01:00
3653.changed.md Add `AsRefSource` to `PyNativeType`. 2023-12-14 18:35:06 +00:00
3657.changed.md Transition is_true to is_truthy to clarify that the test is not based on identity with or equality to the True singleton. 2023-12-16 14:04:37 +01:00
3660.changed.md Rename name to qualname and full_name to name to better match Python 2023-12-19 16:51:24 +01:00
3661.changed.md Add change log and migration guide entries. 2023-12-20 13:07:14 +01:00
3663.changed.md Chrono: makes FromPyObject impl on DateTime generic 2023-12-18 20:12:30 +01:00
3664.changed.md Chrono: compatibility with abi3 2023-12-19 14:53:14 +01:00
3670.added.md Adds std::duration::Duration from/to Python conversions 2023-12-20 08:57:26 +01:00
3677.added.md implement `PyStringMethods` 2023-12-20 16:19:18 +00:00