Skip to content

v0.20.5

Choose a tag to compare

@github-actions github-actions released this 28 Apr 02:13
· 60 commits to master since this release
2eda95c

Gridap v0.20.5

Diff since v0.20.4

Merged pull requests:

  • [Fix]: Check convergence in NLSolver before returning solution (#1283) (@Ady0333)
  • [Fix]: NewtonRaphsonSolver convergence check and error handling (#1285) (@Ady0333)
  • Fixes for issue 1286: Issue parsing external types within generated functions in Gridap.Polynomials (#1287) (@JordiManyer)
  • Fixes for issue 1288: Autodiff on empty target triangulations (#1289) (@JordiManyer)

Closed issues:

  • [BUG]: NLSolver returns wrong solutions when Newton doesn't converge (no error thrown) (#1272)
  • [bug]: NLSolver returns wrong solutions when Newton doesn't converge (no error thrown) (#1282)
  • [bug]: NewtonRaphsonSolver crashes with @unreachable when starting from converged solution (#1284)
  • Issue parsing external types within generated functions in Gridap.Polynomials (#1286)
  • Bug: Autodiff on empty target triangulations (#1288)