Releases: Nemocas/Nemo.jl
Releases · Nemocas/Nemo.jl
v0.35.3
v0.35.2
Nemo v0.35.2
Closed issues:
Merged pull requests:
v0.35.1
v0.35.0
Nemo v0.35.0
Merged pull requests:
- Change return argument order of
is_prime_power_with_data
(#1484) (@lgoettgens) - Change argument order in
roots
(#1486) (@lgoettgens) - fix the documentation of
_GF
(#1500) (@ThomasBreuer) - Move obvious type piracy from Hecke to Nemo (#1501) (@lgoettgens)
- Replace
== nothing
by=== nothing
(#1502) (@lgoettgens) - Bump version to 0.35.0 (#1503) (@lgoettgens)
v0.34.7
Nemo v0.34.7
Closed issues:
- FqPolyRepFieldElem(ctx::FqPolyRepField, x::FqPolyRepFieldElem) does not check parent of x (#1494)
- Nemo.version() broken on julia nightly (#1497)
Merged pull requests:
- Field conversions (#1489) (@mjrodgers)
- Remove two redundant methods (#1496) (@fingolfin)
- Bump to 0.34.7 (#1499) (@thofma)
v0.34.6
Nemo v0.34.6
Merged pull requests:
v0.34.5
Nemo v0.34.5
Closed issues:
- QQBar to ArbField in high precision (#1482)
Merged pull requests:
- Move test dependencies to
test/Project.toml
(#1476) (@lgoettgens) - Use precision of ArbField or AcbField instead of Balls (#1483) (@daviddelaat)
- Add
Aqua.jl
for some static testing (#1485) (@lgoettgens) - Add lift(::FqPolyRing, ::FqFieldElem) (#1490) (@thofma)
v0.34.4
Nemo v0.34.4
Closed issues:
- Extra field in fmpz_mod_ctx_struct (#1463)
Merged pull requests:
- Bump flint version (#1470) (@thofma)
- better implementation of Qx([1,2,3]) (#1471) (@fieker)
- Try to be compatible with flint trunk version (#1472) (@thofma)
- Remove line breaks in error messages (#1473) (@joschmitt)
- CI: enable color for OscarCI diffs (#1478) (@fingolfin)
- CI: use julia-actions/cache (#1479) (@fingolfin)
- Prepare to fix ff_embedding.md (#1480) (@thofma)
v0.34.3
v0.34.2
Nemo v0.34.2
Closed issues:
- Rename
gso
to e.g.gram_schmidt_orthogonalisation
(withz
ors
, I don't care), improve docstring (#1318)
Merged pull requests:
- Rename
gso
togram_schmidt_orthogonalisation
(#1458) (@lgoettgens)