Skip to content

Commit 19c5f0d

Browse files
committed
Add release note about lerch_phi
1 parent ad66412 commit 19c5f0d

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,21 +132,25 @@ CHANGELOG
132132
-------------
133133

134134
Next release:
135+
- [gh-161](https://github.com/flintlib/python-flint/pull/161)
136+
Add `acb.lerch_phi` to compute the Lerch transcendent.
135137
- [gh-160](https://github.com/flintlib/python-flint/pull/160)
136138
Add `bits` to `arb` and `acb`, add `log_base` to `arb`.
139+
- [gh-149](https://github.com/flintlib/python-flint/pull/149)
140+
Bump Flint version to 3.1.3-p1 (Flint 3.0.0 - 3.1.3-p1 is supported but the
141+
wheels are built with 3.1.3-p1).
137142
- [gh-148](https://github.com/flintlib/python-flint/pull/148)
138143
Remove debug symbols to make smaller Linux binaries.
139144
- [gh-144](https://github.com/flintlib/python-flint/pull/144)
140145
Add `rel_one_ccuracy_bits` to `arb` and `acb`.
141146
- [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).
147+
Add `acb_theta` module for the numerical evaluation of [theta
148+
functions](https://flintlib.org/doc/acb_theta.html) (only available for Flint
149+
>= 3.1).
143150
- [gh-137](https://github.com/flintlib/python-flint/pull/137)
144151
Add `erfinv` and `erfcinv` for `arb`.
145152
- [gh-129](https://github.com/flintlib/python-flint/pull/129)
146153
Use meson-python instead of setuptools as the build backend.
147-
- [gh-125](https://github.com/flintlib/python-flint/pull/125)
148-
Bump Flint version to 3.1.2 (Flint 3.0.0 - 3.1.2 is supported but the wheels
149-
are built with 3.1.2).
150154

151155
0.6.0
152156

0 commit comments

Comments
 (0)