pyo3/newsfragments
2024-02-23 12:30:38 +00:00
..
.gitignore
3514.added.md
3532.changed.md
3540.added.md
3577.added.md
3577.changed.md
3582.added.md feat: support pyclass on complex enums 2024-01-18 22:04:42 +09:00
3588.added.md
3599.added.md
3600.changed.md
3601.changed.md deprecate PyTryFrom and PyTryInto 2023-12-20 11:28:24 +00:00
3603.removed.md
3609.changed.md
3632.added.md
3638.changed.md
3653.changed.md
3657.changed.md
3660.changed.md
3661.changed.md Add change log and migration guide entries. 2023-12-20 13:07:14 +01:00
3663.changed.md
3664.changed.md
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
3679.changed.md partially revert changes to PyTzInfoAccess trait 2023-12-24 15:07:42 +00:00
3686.added.md make Bound and Borrowed types public API 2023-12-21 12:20:33 +00:00
3689.changed.md Turn calls of __traverse__ into no-ops for unsendable pyclass if on the wrong thread 2023-12-23 15:01:08 +01:00
3692.added.md Add .as_borrowed() conversion from gil-refs to Bound<T> 2023-12-26 09:49:03 +00:00
3692.changed.md Add .as_borrowed() conversion from gil-refs to Bound<T> 2023-12-26 09:49:03 +00:00
3706.added.md Add extract_bound method to FromPyObject 2024-01-28 07:22:51 +00:00
3707.added.md add gil-refs feature to aid migration 2023-12-29 14:42:31 +00:00
3712.added.md add PyAnyMethods for binary operators 2023-12-29 18:45:18 -05:00
3730.added.md Conversion between chrono_tz::Tz and zoneinfo.ZoneInfo 2024-01-08 15:19:49 +01:00
3734.added.md ffi: Add definition for PyType_GetModuleByDef 2024-01-12 22:13:33 -06:00
3736.added.md Adds conversion between SystemTime and datetime 2024-01-27 17:43:51 +01:00
3742.changed.md improve performance of successful int extract by ~30% 2024-01-16 13:51:19 +00:00
3757.fixed.md update ffi structures for PyPy 7.3.15 2024-01-23 20:34:19 +00:00
3776.changed.md migrate FromPyObject for Bound and Py to extract_bound 2024-01-29 13:46:46 +00:00
3785.added.md add Py::as_any and Py::into_any 2024-02-01 09:07:36 +00:00
3801.added.md add PyStringMethods::encode_utf8 2024-02-05 13:28:46 +00:00
3802.added.md add PyBackedStr and PyBackedBytes (#3802) 2024-02-15 07:58:20 +00:00
3818.fixed.md fix segmentation fault when datetime module is invalid 2024-02-11 02:44:31 +00:00
3849.added.md always use a Python iterator for sets and frozensets (#3849) 2024-02-17 10:57:53 +00:00
3849.changed.md always use a Python iterator for sets and frozensets (#3849) 2024-02-17 10:57:53 +00:00
3871.added.md Add Py::drop_ref method (#3871) 2024-02-21 22:56:03 +00:00