From 90059f9fc5b2f71d2c5f3a2f30bc7c03d26d1a29 Mon Sep 17 00:00:00 2001 From: Oscar Benjamin Date: Sun, 15 Sep 2024 13:35:11 +0100 Subject: [PATCH] Update CHANGELOG --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c2fcf7f..5a5368a3 100644 --- a/README.md +++ b/README.md @@ -176,12 +176,13 @@ Highlights (0.7.0): - [gh-132](https://github.com/flintlib/python-flint/pull/132), [gh-164](https://github.com/flintlib/python-flint/pull/164), [gh-190](https://github.com/flintlib/python-flint/pull/190), + [gh-191](https://github.com/flintlib/python-flint/pull/191): [gh-192](https://github.com/flintlib/python-flint/pull/192): [gh-216](https://github.com/flintlib/python-flint/pull/216): [gh-225](https://github.com/flintlib/python-flint/pull/225): Add `fmpz_mpoly`, `fmpq_mpoly`, `nmod_poly` and `fmpz_mod_poly` types for multivariate polynomials with integer, rational or - integers mod n coefficients. (JM) + integers mod `n` coefficients. (JM) - [gh-142](https://github.com/flintlib/python-flint/pull/142) Add `acb_theta` module for the numerical evaluation of [theta functions](https://flintlib.org/doc/acb_theta.html) (only