Skip to content

Releases: homalg-project/MatricesForHomalg.jl

v0.1.2

19 May 07:23
eb42fc1
Compare
Choose a tag to compare

MatricesForHomalg v0.1.2

Diff since v0.1.1

Merged pull requests:

  • CompatHelper: bump compat for Nemo to 0.50, (keep existing compat) (#58) (@github-actions[bot])

v0.1.1

26 Feb 12:09
4ea6c1c
Compare
Choose a tag to compare

MatricesForHomalg v0.1.1

Diff since v0.1.0

Merged pull requests:

  • CompatHelper: bump compat for Nemo to 0.49, (keep existing compat) (#57) (@github-actions[bot])

v0.1.0

08 Jan 22:16
8dff4d2
Compare
Choose a tag to compare

MatricesForHomalg v0.1.0

Merged pull requests:

  • Bump codecov/codecov-action from 2 to 3 (#1) (@dependabot[bot])
  • Bump actions/checkout from 2 to 3 (#2) (@dependabot[bot])
  • added description of package (#3) (@johannaknecht)
  • added basic constructors, properties, attributes (#4) (@mohamed-barakat)
  • Renamed NrRows/NrColumns -> NumberRows/NumberColumns (#5) (@johannaknecht)
  • added more properties (#7) (@johannaknecht)
  • started documentation and unit tests (#8) (@johannaknecht)
  • more doctests and unit tests (#9) (@johannaknecht)
  • test change of rings (#10) (@johannaknecht)
  • CompatHelper: bump compat for AbstractAlgebra to 0.31, (keep existing compat) (#11) (@github-actions[bot])
  • added TransposedMatrix, KroneckerMat (#12) (@johannaknecht)
  • added BasisOfRows, BasisOfColumns (#13) (@johannaknecht)
  • added UnionOfRows, UnionOfColumns (#14) (@johannaknecht)
  • Implemented several additional operations for homalg matrices (#15) (@johannaknecht)
  • Refactored Code (#16) (@johannaknecht)
  • Implemented SyzygiesOfRows/Columns (#17) (@johannaknecht)
  • Refactored RightDivide (#18) (@johannaknecht)
  • Added documentation to RightDivide(B, A, L) (#19) (@johannaknecht)
  • Updated *RightDivide (#20) (@johannaknecht)
  • Added missing test (#21) (@johannaknecht)
  • Refactored LeftDivide (#22) (@johannaknecht)
  • Updated Docu for DecideZeroRows/Columns (#23) (@johannaknecht)
  • Fixed docu of DecideZeroRows/Columns (#24) (@johannaknecht)
  • Updated docu SyzygiesOfRows/Columns (#25) (@johannaknecht)
  • Implemented SyzygiesOfRows/Columns(A, N) (#26) (@johannaknecht)
  • Implemented homalg ring constructors (#27) (@johannaknecht)
  • Implemented Row/ColumnRankOfMatrix and StringDisplay (#28) (@johannaknecht)
  • Declared TypeOfFieldForHomalg and improved HomalgMatrix (#29) (@johannaknecht)
  • Bump actions/checkout from 3 to 4 (#30) (@dependabot[bot])
  • CompatHelper: bump compat for AbstractAlgebra to 0.32, (keep existing compat) (#31) (@github-actions[bot])
  • CompatHelper: bump compat for AbstractAlgebra to 0.33, (keep existing compat) (#32) (@github-actions[bot])
  • CompatHelper: bump compat for AbstractAlgebra to 0.34, (keep existing compat) (#33) (@github-actions[bot])
  • switched to Julia 1.10 (#34) (@mohamed-barakat)
  • CompatHelper: bump compat for AbstractAlgebra to 0.35, (keep existing compat) (#35) (@github-actions[bot])
  • CompatHelper: bump compat for AbstractAlgebra to 0.36, (keep existing compat) (#36) (@github-actions[bot])
  • CompatHelper: bump compat for AbstractAlgebra to 0.37, (keep existing compat) (#37) (@github-actions[bot])
  • Bump codecov/codecov-action from 3 to 4 (#38) (@dependabot[bot])
  • CompatHelper: bump compat for AbstractAlgebra to 0.38, (keep existing compat) (#40) (@github-actions[bot])
  • CompatHelper: bump compat for AbstractAlgebra to 0.39, (keep existing compat) (#42) (@github-actions[bot])
  • CompatHelper: bump compat for AbstractAlgebra to 0.40, (keep existing compat) (#43) (@github-actions[bot])
  • Bump julia-actions/setup-julia from 1 to 2 (#44) (@dependabot[bot])
  • CompatHelper: bump compat for AbstractAlgebra to 0.41, (keep existing compat) (#45) (@github-actions[bot])
  • Bump julia-actions/cache from 1 to 2 (#46) (@dependabot[bot])
  • CompatHelper: bump compat for AbstractAlgebra to 0.42, (keep existing compat) (#47) (@github-actions[bot])
  • Add TypeOfRingElementForHomalg (#49) (@zickgraf)
  • CompatHelper: bump compat for AbstractAlgebra to 0.43, (keep existing compat) (#51) (@github-actions[bot])
  • Bump codecov/codecov-action from 4 to 5 (#52) (@dependabot[bot])
  • CompatHelper: bump compat for AbstractAlgebra to 0.44, (keep existing compat) (#53) (@github-actions[bot])
  • rebased code on Nemo (#54) (@mohamed-barakat)
  • enhanced README (#55) (@mohamed-barakat)

Closed issues:

  • Note that in GAP, NrRows and NrColumns (as well as NrCols) are aliases for NumberRows and NumberColumns. At some point, we will have to handle those aliases, either in CAP.jl and/or here. (#6)
  • Matrix multiplication is incredibly slow (#48)