File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -132,14 +132,20 @@ CHANGELOG
132
132
-------------
133
133
134
134
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.
135
139
- [ gh-160 ] ( https://github.com/flintlib/python-flint/pull/160 )
136
140
Add ` bits ` to ` arb ` and ` acb ` , add ` log_base ` to ` arb ` .
137
141
- [ gh-148 ] ( https://github.com/flintlib/python-flint/pull/148 )
138
142
Remove debug symbols to make smaller Linux binaries.
139
143
- [ gh-144 ] ( https://github.com/flintlib/python-flint/pull/144 )
140
144
Add ` rel_one_ccuracy_bits ` to ` arb ` and ` acb ` .
141
145
- [ 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 ` ).
143
149
- [ gh-137 ] ( https://github.com/flintlib/python-flint/pull/137 )
144
150
Add ` erfinv ` and ` erfcinv ` for ` arb ` .
145
151
- [ gh-129 ] ( https://github.com/flintlib/python-flint/pull/129 )
You can’t perform that action at this time.
0 commit comments