Skip to content

Commit 7ae019e

Browse files
committed
Add release note for fmpz_mpoly and fmpq_mpoly
1 parent 78d0b5b commit 7ae019e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,14 +132,20 @@ CHANGELOG
132132
-------------
133133

134134
Next release:
135+
136+
- [gh-132](https://github.com/flintlib/python-flint/pull/132)
137+
Add `fmpz_mpoly` and `fmpq_mpoly` types for multivariate polynomials with
138+
integer or rational coefficients.
135139
- [gh-160](https://github.com/flintlib/python-flint/pull/160)
136140
Add `bits` to `arb` and `acb`, add `log_base` to `arb`.
137141
- [gh-148](https://github.com/flintlib/python-flint/pull/148)
138142
Remove debug symbols to make smaller Linux binaries.
139143
- [gh-144](https://github.com/flintlib/python-flint/pull/144)
140144
Add `rel_one_ccuracy_bits` to `arb` and `acb`.
141145
- [gh-142](https://github.com/flintlib/python-flint/pull/142)
142-
Add `acb_theta` module for the numerical evaluation of [theta functions](https://flintlib.org/doc/acb_theta.html) (only available for Flint >= 3.1).
146+
Add `acb_theta` module for the numerical evaluation of [theta
147+
functions](https://flintlib.org/doc/acb_theta.html) (only available for
148+
`Flint >= 3.1`).
143149
- [gh-137](https://github.com/flintlib/python-flint/pull/137)
144150
Add `erfinv` and `erfcinv` for `arb`.
145151
- [gh-129](https://github.com/flintlib/python-flint/pull/129)

0 commit comments

Comments
 (0)