pyo3/newsfragments
Doug Goldstein 8e0bde14c9 implement Decimal to rust_decimal conversions
Implement conversion between rust_decimal::Decimal and decimal.Decimal
from Python's stdlib. The C API does not appear to be exposed on the
Python side so we need to call into it via Python.
2023-04-22 19:55:21 +02:00
..
.gitignore use towncrier to generate CHANGELOG 2022-09-08 07:58:53 +01:00
3016.added.md implement Decimal to rust_decimal conversions 2023-04-22 19:55:21 +02:00
3036.fixed.md fix const-ness of some FFI name & doc members 2023-03-10 16:02:52 +00:00
3050.changed.md Improve default values for str, numbers and bool in text_signature 2023-03-16 11:06:51 +08:00
3066.changed.md Improve default value for None in text_signature 2023-03-29 10:14:44 +08:00
3111.changed.md Rename sequence .list() and .tuple() to .to_list() and .to_tuple() 2023-04-18 20:52:49 +01:00