pyo3/newsfragments
David Hewitt e2c88d5a4e optimize `float` -> `f64` conversions on non-abi3 2023-07-28 20:45:37 +01:00
..
.gitignore use towncrier to generate CHANGELOG 2022-09-08 07:58:53 +01:00
3203.added.md support ordering magic methods for `#[pyclass]` 2023-06-04 13:58:18 +01:00
3208.packaging.md Bump MSRV to 1.56 2023-06-04 23:02:30 +01:00
3222.added.md simple getitem example 2023-06-15 16:39:25 -05:00
3232.removed.md remove all functionality deprecated in PyO3 0.18 2023-06-13 22:27:43 +01:00
3237.packaging.md Extend changelog of indoc bump to include related unindent change as well. 2023-06-20 19:41:02 +02:00
3239.packaging.md Upgrade to syn 2 2023-06-14 07:03:33 -04:00
3269.fixed.md Fix fixed offset timezone conversion bug. 2023-06-25 11:06:46 -07:00
3281.changed.md handle exceptions properly in `PySet::discard` 2023-06-28 08:54:06 +01:00
3281.fixed.md handle exceptions properly in `PySet::discard` 2023-06-28 08:54:06 +01:00
3295.added.md add PyState_*Module definitions for PyPy 2023-07-04 08:57:50 +01:00
3297.added.md fix `SystemError` raised from `PyUnicodeDecodeError_Create` on PyPy 3.10 2023-07-05 11:10:02 +01:00
3297.fixed.md fix `SystemError` raised from `PyUnicodeDecodeError_Create` on PyPy 3.10 2023-07-05 11:10:02 +01:00
3300.fixed.md fix FFI definition `Py_EnterRecursiveCall` 2023-07-05 22:52:41 +01:00
3304.added.md Start adding a performance section to the guide. 2023-07-09 14:32:59 +02:00
3306.changed.md fix exception handling on Python 3.12 2023-07-19 22:33:25 +01:00
3313.fixed.md normalize exception in `PyErr::matches` and `PyErr::get_type` 2023-07-14 13:18:30 +01:00
3321.changed.md collect arrays of objects prior to filling tuple in fixed-size conversions 2023-07-16 20:17:02 +01:00
3326.fixed.md Preserve panic message after exception is normalized 2023-07-18 22:20:41 +01:00
3328.fixed.md Combined changelog lines 2023-07-19 12:51:14 +03:00
3334.added.md add PyErr::display 2023-07-24 22:14:55 +01:00
3339.added.md Add PyType_GetDict for Python 3.12 2023-07-23 17:00:50 +02:00
3342.changed.md fix ffi check failures for 3.12.0b4 2023-07-25 08:25:34 +01:00
3345.changed.md optimize `float` -> `f64` conversions on non-abi3 2023-07-28 20:45:37 +01:00
3346.added.md add PyAny::downcast_exact 2023-07-28 15:11:56 +01:00