We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f44a876 commit 4a347d2Copy full SHA for 4a347d2
README.md
@@ -165,9 +165,16 @@ Next release (0.9.0)...
165
Contributors (0.9.0):
166
167
- Rémy Oudompheng (RO)
168
+- Agriya Khetarpal (AK)
169
+- Oscar Benjamin (OB)
170
171
Changes (0.9.0):
172
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)
178
- [gh-312](https://github.com/flintlib/python-flint/pull/312),
179
Add `discriminant` method to `fmpz_poly`, `fmpq_poly` and
180
`nmod_poly`. (RO)
0 commit comments