Skip to content

Releases: IntegralEquations/Inti.jl

v0.2.1

23 Jan 08:16
1bb113f

Choose a tag to compare

Inti v0.2.1

Diff since v0.2.0

Merged pull requests:

  • CompatHelper: bump compat for QPGreen in [weakdeps] to 1, (keep existing compat) (#132) (@github-actions[bot])
  • API: allow finer-grained green_multiplier specification (#133) (@tanderson92)
  • Switch to Runic.jl for formatting (#135) (@maltezfaria)
  • Bump actions/checkout from 5 to 6 (#138) (@dependabot[bot])
  • Bump peter-evans/create-pull-request from 7 to 8 (#140) (@dependabot[bot])
  • Use OrderedCollections to preserve iteration order in associative containers (#144) (@maltezfaria)

Closed issues:

  • Does Inti handle singular integrals? If so, how? (#131)
  • Mixed target locations in bdim_correction (#136)
  • Non-deterministic mesh generation (#143)

v0.2.0

03 Sep 19:46

Choose a tag to compare

Inti v0.2.0

Diff since v0.1.4

Breaking changes

  • Lagrange nodes are now ordered lexicographically (we used the same ordering as gmsh before). Code that relies directly the node ordering of Lagrange elements will most likely need to be updated. See reference_nodes and the internal _type_tag_to_node_perm for some references on how to map the previous to the current ordering.

Merged pull requests:

Closed issues:

  • Quadrature order and faces shapes (#111)

v0.1.4

03 May 19:35
01bfe63

Choose a tag to compare

Inti v0.1.4

Diff since v0.1.3

Merged pull requests:

Closed issues:

  • Crossrefs broken in Pluto notebooks (#95)
  • Acceleration methods do not work with dim for vector valued problems (#118)

v0.1.3

15 Oct 09:57

Choose a tag to compare

Inti v0.1.3

Diff since v0.1.2

Merged pull requests:

Closed issues:

  • Renaming prior to registration (#63)
  • Orientation of Inti.parametric_curve() (#92)
  • Improve error message when wrong mesh element types (#98)

v0.1.2

26 Sep 19:39
42dde13

Choose a tag to compare

Inti v0.1.2

Merged pull requests:

Closed issues:

  • Extensions API (#8)
  • FMM acceleration in Inti.adj_double_layer_hypersingular (#32)
  • Laplace IntegralOperator with FMMs should support complex densities (#38)
  • TagBot trigger issue (#71)