Skip to content

Commit ad1550a

Browse files
committed
Add release note
1 parent d3fdee3 commit ad1550a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,14 @@ Next release (0.8.0)...
164164

165165
Contributors
166166

167+
- Oscar Benjamin (OB)
167168
- Robert Dougherty-Bliss (RDB)
168169

169170
Changes
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

src/flint/types/fmpz_series.pyx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
"""

0 commit comments

Comments
 (0)