Skip to content

Commit cddbf41

Browse files
committed
Add release note for fmpq.__float__
1 parent 7e2296c commit cddbf41

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,9 @@ Changes (0.9.0):
185185
- [gh-336](https://github.com/flintlib/python-flint/pull/336),
186186
Fixed a bug in `arb.neg()` which caused it to return its input
187187
without negating it. (DSM)
188+
- [gh-339](https://github.com/flintlib/python-flint/pull/339),
189+
Add `fmpq.__float__` method so that `float(fmpq)` and `complex(fmpq)`
190+
work. (OB)
188191

189192
0.8.0
190193
-----

0 commit comments

Comments
 (0)