Skip to content

Commit dcbdd4a

Browse files
committed
Add changelog for 0.6.0
1 parent a1d68f5 commit dcbdd4a

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,20 @@ To do
128128
CHANGELOG
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+
131145
0.5.0
132146

133147
Important compatibility changes:

0 commit comments

Comments
 (0)