Releases: Nemocas/Nemo.jl
Releases · Nemocas/Nemo.jl
v0.34.1
Nemo v0.34.1
Closed issues:
- Implement inv for fmpz_mod_mat's (#685)
- no method matching
zero(::Type{qqbar})
(#1348) - Some checks missing for univariates over finite fields (#1353)
- digits not padding "0" correctly (#1448)
Merged pull requests:
- Add
Native
submodule (#1453) (@thofma) - More uses of
VarName
for finite fields (#1454) (@lgoettgens) - Add
is_zero_entry
forQQMatrix
(#1455) (@lgoettgens) - Fix
digits(ZZ(0))
(#1456) (@lgoettgens) - Add
zero
andone
forqqbar
,QQFieldElem
, andZZRingElem
(#1457) (@lgoettgens) - Add parent check for
(::fqPolyRepPolyRing)(::fqPolyRepFieldElem)
(#1459) (@lgoettgens) - Update .gitignore (#1460) (@lgoettgens)
- Remove obsolete references to deps/ dir (#1461) (@fingolfin)
- Add Dedent() after Indent() (#1462) (@thofma)
v0.34.0
Nemo v0.34.0
Merged pull requests:
v0.33.8
Nemo v0.33.8
Closed issues:
- Creating mpolys with no variables is sometimes broken (#1435)
Merged pull requests:
- Bump flint version (#1436) (@thofma)
- Turn MatSpace subtypes from mutable struct to struct (#1437) (@fingolfin)
- Drop Markdown from dependencies (#1439) (@fingolfin)
- Avoid many typeof() calls (#1443) (@fingolfin)
- Avoid String->Symbol conversion (#1444) (@fingolfin)
- Don't throw(error(...)) (#1445) (@fingolfin)
- Add (::FqField)(::FqPolyRingElem) coercion (#1446) (@thofma)
- CI: update doctests, Julia versions, OscarCI (#1447) (@thofma)
- Bump to 0.33.8 (#1449) (@thofma)
v0.33.7
v0.33.6
Nemo v0.33.6
Merged pull requests:
- Don't store singleton rings as
base_ring
(#1403) (@fingolfin) - Change deprecated functions (#1428) (@albinahlback)
- Avoid direct access to .base_ring (#1429) (@fingolfin)
- Fix some formatting quirks (#1430) (@fingolfin)
- Remove modulus from MatSpace implementations (#1431) (@fingolfin)
- Works with AA 0.29, too (#1432) (@fingolfin)
v0.33.5
v0.33.4
Nemo v0.33.4
Merged pull requests:
- Unify evaluate/evaluate2 methods for arb_poly, acb_poly (#1402) (@fingolfin)
- Work around yet another flint bug (#1424) (@thofma)
v0.33.3
Nemo v0.33.3
Closed issues:
- Wrong reference to
fmpz_mod_mpoly_factor_squarefree
? (#1419)
Merged pull requests:
v0.33.2
Nemo v0.33.2
Merged pull requests:
- Format and spellcheck README.maintainer.md (#1291) (@albinahlback)
- More jldoctests (#1410) (@fingolfin)
- More adjustments for FqField (#1411) (@thofma)
- Run OscarCI tests on master, too (#1413) (@fingolfin)
- CI: fixup #1413 - correct indentation (#1414) (@benlorenz)
- Tag 0.33.3 (#1416) (@thofma)
- OscarCI: fix running without PR_NUMBER, e.g. on master (#1417) (@benlorenz)
- check that
n > 0
incyclotomic_field(n)
(#1418) (@ThomasBreuer)
v0.33.1
Nemo v0.33.1
Closed issues:
- Why is
number_of_partitions
"not available on Windows 64"? (#1387) - Buggy example in
docs/src/series.md:165
(#1390) - Error displaying a qadic value (#1391)
Merged pull requests:
- Remove stub matrix coercion methods (#1381) (@mgkurtz)
- Global h2 (#1384) (@fieker)
- CI: also test against 1.9 (#1386) (@fingolfin)
- Use jldoctest more, move some test into docstrings (#1392) (@fingolfin)
- use lift(ZZ, padic) - that exists in Nemo (#1393) (@fieker)
- reenable disabled root checks now 2.9 is out (#1395) (@alexjbest)
- Add fq_default_mat_entry_ptr (#1396) (@thofma)
- Restrict prec kwarg to Int (#1401) (@fingolfin)
- number_of_partitions works on Windows after all (#1404) (@fingolfin)
- Fix coeff for FqField (#1406) (@thofma)
- Fix some misleading docstrings (#1407) (@fingolfin)
- inline some trivial functions (#1409) (@fieker)