Skip to content

Commit 4a347d2

Browse files
committed
Add release note about emscripten build
1 parent f44a876 commit 4a347d2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,16 @@ Next release (0.9.0)...
165165
Contributors (0.9.0):
166166

167167
- Rémy Oudompheng (RO)
168+
- Agriya Khetarpal (AK)
169+
- Oscar Benjamin (OB)
168170

169171
Changes (0.9.0):
170172

173+
- [gh-318](https://github.com/flintlib/python-flint/pull/318),
174+
Add emscripten build in CI. Polynomial factors and roots are
175+
now sorted into a consistent order for `nmod_poly` and
176+
`fq_default_poly`. Some tests are fixed so that they pass on
177+
32-bit systems. (AK, OB)
171178
- [gh-312](https://github.com/flintlib/python-flint/pull/312),
172179
Add `discriminant` method to `fmpz_poly`, `fmpq_poly` and
173180
`nmod_poly`. (RO)

0 commit comments

Comments
 (0)