File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -128,6 +128,20 @@ To do
128128CHANGELOG
129129-------------
130130
131+ 0.6.0
132+
133+ - gh-112 , gh-111 , gh-110 , gh-108 : Add pyproject.toml and build dependencies.
134+ This means that python-flint can be built from source without
135+ ` --no-build-isolation ` .
136+ - gh-109 : Use exact division for non-field domains. Now ` fmpz(6)/fmpz(3) ` returns
137+ an exact result ` fmpz(2) ` or raises an error if an exact result is not
138+ possible. Similar changes for ` fmpz_poly/fmpz ` , ` fmpz_mat/fmpz ` , and for
139+ polynomial division with ` fmpz_poly ` , ` fmpq_poly ` , ` nmod_poly ` and
140+ ` fmpz_mod_poly ` .
141+ - gh-106 : Add ` fmpz_mod_mat ` for matrices of integers mod ` n ` where ` n ` is
142+ larger than word sized.
143+ - gh-104 : Bump Flint from 3.0.0 to 3.0.1
144+
1311450.5.0
132146
133147Important compatibility changes:
You can’t perform that action at this time.
0 commit comments