Skip to content

Releases: tkemmer/NESSie.jl

v1.4.0

14 Aug 21:19
cc36abe
Compare
Choose a tag to compare

NESSie v1.4.0

Diff since v1.3.3

Merged pull requests:

  • BEM: unify solver interface, switch to GMRES as new default (#2)

v1.3.3

11 Aug 20:52
0e71bea
Compare
Choose a tag to compare
  • BEM: fix explicit nonlocal solver ({BLAS => LinearAlgebra}.axpy!) (2a0ddd0)

Full Changelog: v1.3.2...v1.3.3

v1.3.2

09 Aug 08:51
c45ddd3
Compare
Choose a tag to compare
  • Minor fixes and improvements

Full Changelog: v1.3.1...v1.3.2

v1.3.1

22 Jul 15:25
a2b39d4
Compare
Choose a tag to compare
  • BEM: avoid vector/matrix copies in nonlocal solver (777003f)
  • BEM: fix ambiguity for matrix multiplication w/ interaction matrices (dc8f811)

Full Changelog: v1.3.0...v1.3.1

v1.3.0

12 Jan 12:58
13bac66
Compare
Choose a tag to compare

Full Changelog: v1.2.1...v1.3.0

v1.2.2 (EOL)

12 Jan 12:58
071bfee
Compare
Choose a tag to compare

This is the final release of the v1.2 series. Please upgrade!

  • Fix vertex orphans in readstl() (72b2890)
  • Fix readback test utility (287bd30)
  • Minor fixes and improvements

Full Changelog: v1.2.1...v1.2.2

v1.2.1

24 May 12:44
0265b94
Compare
Choose a tag to compare

Improvements

  • Update compat

Fixes

  • Fix left division operation for Julia 1.9

v1.2.0

02 Nov 19:25
55ced08
Compare
Choose a tag to compare

Features

  • Local and nonlocal BEM solvers for implicit system representations (solve_implicit)
  • Improved Float32 handling
  • Surface model import from STL format
  • Surface model export to HMO format
  • GitHub action for automated documentation builds

Fixes

  • Minor fixes and improvements

v1.1.1 (EOL)

02 Nov 19:25
ed596af
Compare
Choose a tag to compare

This is the final release of the v1.1 series. Please upgrade!

Backports from v1.2

  • Improved Float32 handling
  • GitHub action for automated documentation builds
  • Minor fixes and improvements

v1.1.0

27 Mar 15:55
ab5ac8b
Compare
Choose a tag to compare

Features

  • Laplace potentials for single observation points and triangles
  • Yukawa potentials for single observation points and triangles
  • Export surface models to binary STL files
  • Converter.jl tool now also supports export to binary STL files
  • Charge models generated from PQR files don't include zero-charges anymore
  • BEMResult and its subtypes are now exported from the BEM module

Fixes

  • Fix nonlocal reaction field energy (post-processing)
  • Fix the limit of the regular part of the Yukawa potential's normal derivative
  • Minor fixes and improvements