Skip to content

Releases: krcools/CompScienceMeshes.jl

v0.12.1

Choose a tag to compare

@github-actions github-actions released this 18 May 11:03

CompScienceMeshes v0.12.1

Diff since v0.12.0

v0.12.0

Choose a tag to compare

@github-actions github-actions released this 17 May 13:13

CompScienceMeshes v0.12.0

Diff since v0.11.0

Breaking changes

  • see CHANGELOG.md

Merged pull requests:

  • CompatHelper: bump compat for TestItemRunner in [extras] to 1, (keep existing compat) (#61) (@github-actions[bot])
  • Add mesh support for 2D boundary curve of rectangle (#66) (@sbadrian)

v0.11.0

Choose a tag to compare

@github-actions github-actions released this 12 Feb 10:42

CompScienceMeshes v0.11.0

Diff since v0.10.0

Breaking changes

See CHANGELOG.md

Merged pull requests:

  • Correction min distance in minmax_dist (#51) (@azuccott)
  • CompatHelper: bump compat for DataStructures to 0.19, (keep existing compat) (#53) (@github-actions[bot])
  • Feature/support gmsh package (#54) (@sbadrian)
  • CompatHelper: add new compat entry for Gmsh at version 0.3, (keep existing compat) (#55) (@github-actions[bot])
  • [WIP] typed cells (as opposed to SVector{n,Int}) (#56) (@krcools)
  • Allow the meshing of 2D/3D curves (#60) (@sbadrian)

v0.10.0

Choose a tag to compare

@github-actions github-actions released this 30 Jul 12:08

CompScienceMeshes v0.10.0

Diff since v0.9.5

Breaking changes

  • See CHANGELOG.md

v0.9.5

Choose a tag to compare

@github-actions github-actions released this 17 Jun 09:27

CompScienceMeshes v0.9.5

Diff since v0.9.4

Merged pull requests:

  • Adds support for vertex permutation of tetrahedrons (#50) (@bmergl)

v0.9.4

Choose a tag to compare

@github-actions github-actions released this 28 Apr 14:06

CompScienceMeshes v0.9.4

Diff since v0.9.3

Merged pull requests:

  • Adds support for permutation of 1D segments (#49) (@sbadrian)

v0.9.3

Choose a tag to compare

@github-actions github-actions released this 08 Apr 11:00

CompScienceMeshes v0.9.3

Diff since v0.9.2

v0.9.2

Choose a tag to compare

@github-actions github-actions released this 01 Apr 14:37

CompScienceMeshes v0.9.2

Diff since v0.9.1

v0.9.1

Choose a tag to compare

@github-actions github-actions released this 31 Mar 13:42

CompScienceMeshes v0.9.1

Diff since v0.9.0

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 28 Mar 12:09

CompScienceMeshes v0.9.0

Diff since v0.8.3

Breaking changes

No breaking changes

New Features

  • Mesh generators for primitves accept the generator keyword, allowing to specify which backend is used. This can be used to generate meshes in a more deterministic manner, not depending on upstream changes in tools like gmsh.

Merged pull requests: