Skip to content

Releases: JuliaLinearAlgebra/AlgebraicMultigrid.jl

v0.6.0

25 Sep 22:25
fe1e55d
Compare
Choose a tag to compare

AlgebraicMultigrid v0.6.0

Diff since v0.5.1

Merged pull requests:

Closed issues:

  • Unqualified overload of Base.length leads to confusing LoadErrors (#59)
  • Use sparse LU as a faster coarse solver than Pinv (#94)
  • Inf on preconditioner \ b (#98)

v0.5.1

05 Feb 09:11
11a060c
Compare
Choose a tag to compare

AlgebraicMultigrid v0.5.1

Diff since v0.5.0

Merged pull requests:

v0.5.0

12 Jan 04:49
82b707c
Compare
Choose a tag to compare

AlgebraicMultigrid v0.5.0

Diff since v0.4.2

Closed issues:

  • Dependency cleanup (#65)
  • verbose (#66)
  • Got unsupported keyword arguments "strength", "max_levels", "max_coarse" (#75)
  • Avoid printing numerical values of Coarse Solver when summarizing MultiLevel solver (#85)
  • Printed Grid Complexity is wrong (just copies Operator Complexity) (#86)

Merged pull requests:

  • Add commonsolve interface (#87) (@ranjanan)
  • Fix grid complexity (#88) (@ranjanan)
  • CompatHelper: add new compat entry for CommonSolve at version 0.2, (keep existing compat) (#89) (@github-actions[bot])
  • CompatHelper: add new compat entry for Reexport at version 1, (keep existing compat) (#90) (@github-actions[bot])

v0.4.2

02 Nov 22:57
b40945a
Compare
Choose a tag to compare

AlgebraicMultigrid v0.4.2

Diff since v0.4.1

Closed issues:

  • LoadError: (#54)
  • error on Poisson system with modified diagonal (#56)

Merged pull requests:

v0.4.1

02 Nov 19:22
7cc34b9
Compare
Choose a tag to compare

AlgebraicMultigrid v0.4.1

Diff since v0.4.0

Closed issues:

  • Move from Travis to Github Actions (#82)

Merged pull requests:

  • Bring back the kwargs - smoothed aggregation (#58) (@mohamed82008)
  • Stricter typing in overloading Base.length (#64) (@cortner)
  • Enable verbose keyword argument (#74) (@jkozdon)
  • implement W and F cycles and n-dimensional Poisson matrix (#77) (@Alexander-Barth)
  • CompatHelper: bump compat for "CompatHelper" to "2.1" (#79) (@github-actions[bot])
  • CompatHelper: bump compat for CompatHelper to 3, (keep existing compat) (#81) (@github-actions[bot])

v0.4.0

13 Jan 18:30
3ed4bb3
Compare
Choose a tag to compare

AlgebraicMultigrid v0.4.0

Diff since v0.3.0

Merged pull requests:

v0.3.0

04 Apr 01:04
Compare
Choose a tag to compare

AlgebraicMultigrid v0.3.0

Diff since v0.2.2

Closed issues:

  • Cannot create Solver on Win32 (#53)
  • Info about upcoming removal of packages in the General registry (#60)
  • Info about upcoming removal of packages in the General registry (#61)

Merged pull requests:

  • Int64 -> Int to work on Win32 as well (#57) (@jagot)
  • Add compat and compathelper, shift to project toml (#63) (@ranjanan)

v0.2.2: Merge pull request #57 from jagot/master

31 Mar 00:47
aba3184
Compare
Choose a tag to compare
Int64 -> Int to work on Win32 as well

v0.2.1: Merge pull request #45 from mohamed82008/patch-1

12 Oct 02:49
1470b14
Compare
Choose a tag to compare

v0.7 compatible release

27 Aug 22:03
07b586a
Compare
Choose a tag to compare
Merge pull request #43 from mohamed82008/v0.7_and_bugfixes

v0.7 upgrade, comments, bugfixes and cleanup