File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -164,10 +164,14 @@ Next release (0.8.0)...
164164
165165Contributors
166166
167+ - Oscar Benjamin (OB)
167168- Robert Dougherty-Bliss (RDB)
168169
169170Changes
170171
172+ - [ gh-289 ] ( https://github.com/flintlib/python-flint/pull/289 ) ,
173+ Add ` .prec ` attribute to series types ` fmpz_series ` , ` fmpq_series ` ,
174+ ` arb_series ` and ` acb_series ` . (OB)
171175- [ gh-274 ] ( https://github.com/flintlib/python-flint/pull/274 ) ,
172176 Add resultant methods to ` fmpz_poly ` , ` fmpq_poly ` and
173177 ` nmod_poly ` . Now all univariate and polynomial types have the
Original file line number Diff line number Diff line change @@ -77,7 +77,6 @@ cdef class fmpz_series(flint_series):
7777 fmpz_poly_set_list(self .val, [val])
7878 fmpz_poly_truncate(self .val, max (0 , self ._prec))
7979
80-
8180 @property
8281 def prec (self ):
8382 """
You can’t perform that action at this time.
0 commit comments