Skip to content

Releases: tkemmer/NESSie.jl

v1.4.2

26 Feb 09:14
c4c4448
Compare
Choose a tag to compare

NESSie v1.4.2

Diff since v1.4.1

Merged pull requests:

Closed issues:

  • Wrong return value/type for ∇φmol w/ empty charge list (#16)
  • TestModel.scalemodel fails for single-charge systems (#21)
  • NonlocalXieModel1: origin as observation point yields wrong energies (#22)
  • NonlocalXieModel1: precomputation of coefficients fails if charges are located in the origin (#23)
  • NonlocalXieModel1: different born potential definitions used for charges (not) located at the origin (#24)

v1.4.1

24 Jan 12:15
a39965f
Compare
Choose a tag to compare

NESSie v1.4.1

Diff since v1.4.0

Merged pull requests:

Closed issues:

  • Implicit: task migration might corrupt dat caches (#7)

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