You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7
Original file line number
Diff line number
Diff line change
@@ -122,6 +122,13 @@ To do
122
122
* Improved printing and string input/output
123
123
* IPython hooks (TeX pretty-printing etc.)
124
124
125
+
CHANGELOG
126
+
-------------
127
+
128
+
0.5.0
129
+
130
+
-gh-63: The `roots` method of `arb_poly`, and `nmod_poly` is no longer supported. Use `acb_roots(p).roots()` to get the old behaviour of returning the roots as `acb`. Note that the `roots` method of `fmpz_poly` and `fmpq_poly` currently returns the complex roots of the polynomial.
0 commit comments