Skip to content

Releases: Nemocas/AbstractAlgebra.jl

v0.13.3

12 Feb 16:41
da6426b
Compare
Choose a tag to compare

AbstractAlgebra v0.13.3

Diff since v0.13.2

Merged pull requests:

  • Fix PowerSeriesRing call in Misc/Poly.jl (#748) (@thofma)

v0.13.2

12 Feb 13:42
ce4d7e3
Compare
Choose a tag to compare

AbstractAlgebra v0.13.2

Diff since v0.13.1

Merged pull requests:

v0.13.1

12 Feb 11:45
01a5892
Compare
Choose a tag to compare

AbstractAlgebra v0.13.1

Diff since v0.13.0

Closed issues:

  • factor problems (#743)

Merged pull requests:

  • Import factor into Generic (so that we extend it) (#744) (@thofma)

v0.13.0

11 Feb 11:43
44a1406
Compare
Choose a tag to compare

AbstractAlgebra v0.13.0

Diff since v0.12.0

Closed issues:

  • Type stable creation of arrays of zeroes (is the zero and zeros interface not implemented)? (#704)
  • Warnings when building the documentation (#707)
  • Add expressify method for SparsePoly, replacing its show method (#710)
  • Remove show_minus_one, needs_parentheses and displayed_with_minus_in_front (#711)
  • Fix minor misses in matrix-documentation (#731)
  • Extend zero_matrix for input of type MatElem (#733)

Merged pull requests:

v0.12.0

21 Dec 13:45
1528454
Compare
Choose a tag to compare

AbstractAlgebra v0.12.0

Diff since v0.11.2

Closed issues:

  • Change rref(R::Ring) to pseudo_rref(R::Ring) (#684)
  • Docs not building (#705)

Merged pull requests:

v0.11.2

11 Dec 17:41
e037b8e
Compare
Choose a tag to compare

AbstractAlgebra v0.11.2

Diff since v0.11.1

Merged pull requests:

v0.11.1

02 Nov 19:04
9ea809d
Compare
Choose a tag to compare

AbstractAlgebra v0.11.1

Diff since v0.11.0

Closed issues:

  • polcoeff vs pol_length and normalise vs renormalize (#17)
  • Document union types such as RingElement, FieldElement (#208)
  • fflu! works over a field or residue ring but not polynomials over a residue ring (#247)
  • fix divexact_left/right (#316)
  • Docstring oddities (#467)
  • MatrixAlgebra-test.jl tests zero_matrix/identity_matrix even though no MatrixAlgebra is created (#470)
  • What is an AbstractAlgebra.jl matrix (#472)
  • Normalize *prec function names (#615)
  • Add issnf, ispopov and isweak_popov functions (#639)
  • Implement isunit_constant function for generic code (#642)
  • lu does not work for matrices with fewer columns than rows (#665)
  • fflu doesn't work for rows(A) == 1 (#667)
  • fflu doesn't work (as described in docs) for rows(A) > cols(A) (#668)

Merged pull requests:

  • can_solve (#645) (@hwjsnc)
  • Add documentation of NCRingElement, RingElement and FieldElement types. (#657) (@wbhart)
  • Fix stack overflow in divexact_left/right. (#658) (@wbhart)
  • Remove tests that have nothing to do with MatrixAlgebras. (#659) (@wbhart)
  • fix #467, "docstring oddities (#662) (@rfourquet)
  • Move istriu, issnf, isweak_popov, ispopov from test code into Matrix.jl and add docs (#663) (@wbhart)
  • Fix overdetermined LU and add tests. (#666) (@wbhart)
  • Fix fflu. (#669) (@wbhart)
  • enable rand for matrix spaces beyond Generic.MatSpaceElem (#670) (@rfourquet)
  • fix reproducibility of rand for MPoly, and add reproducibility tests (#671) (@rfourquet)
  • bump version 0.11.0 -> 0.11.1 (#673) (@rfourquet)

v0.11.0

14 Oct 09:04
ad6732d
Compare
Choose a tag to compare

AbstractAlgebra v0.11.0

Diff since v0.10.0

Closed issues:

  • Examples of hnf are missing from the matrix docs (#27)
  • Generic SNF is not documented (#28)
  • Nullspace documentation gives floating point example (#70)
  • inv is used in Matrix.jl (#155)
  • docstring for inv(::Puiseux) (#213)
  • divexact does not throw for indivisible elements (#315)
  • ResidueRing(R, 0) should throw an error (#365)
  • ERROR: MethodError: no method matching zero( ...) for sparse matrix operations over a finite field (#625)
  • Hessenberg relies on inv but is defined for RingElement (#630)
  • Popov form is not tested (and not working) (#640)
  • GF arithmetic broken for unsigned integers (#653)

Merged pull requests:

v0.10.0

05 Aug 14:18
4f541af
Compare
Choose a tag to compare
Bump version (#623)

v0.9.2

27 May 10:56
b4af9f9
Compare
Choose a tag to compare
Increase version to 0.9.2