Skip to content

Releases: GalerkinToolkit/GalerkinToolkit.jl

v0.6.3

08 Apr 16:06
f437ee5

Choose a tag to compare

GalerkinToolkit v0.6.3

Diff since v0.6.2

Merged pull requests:

v0.6.2

20 Mar 18:53
6adeeef

Choose a tag to compare

GalerkinToolkit v0.6.2

Diff since v0.6.1

Merged pull requests:

v0.6.1

16 Jan 08:52
66dd5d0

Choose a tag to compare

GalerkinToolkit v0.6.1

Diff since v0.6.0

Merged pull requests:

v0.6.0

14 Jan 12:40
358ef44

Choose a tag to compare

GalerkinToolkit v0.6.0

Diff since v0.5.0

Breaking changes

See the CHANGELOG.

Merged pull requests:

v0.5.0

03 Oct 17:13
8197a4f

Choose a tag to compare

GalerkinToolkit v0.5.0

Diff since v0.4.0

Breaking changes

See the CHANGELOG.

Merged pull requests:

Closed issues:

  • Design a nice logo for GalerkinToolkit package (#99)
  • integration over the skeleton incorrect (#224)

v0.4.0

04 Jul 15:31
9dc3186

Choose a tag to compare

GalerkinToolkit v0.4.0

Diff since v0.3.1

Breaking changes

See the CHANGELOG.md.

Merged pull requests:

Closed issues:

  • Speed up the CI by caching julia build (#154)

v0.3.1

14 May 10:27
07e770f

Choose a tag to compare

GalerkinToolkit v0.3.1

Diff since v0.3.0

Merged pull requests:

v0.3.0

11 Mar 11:38
a5f7548

Choose a tag to compare

GalerkinToolkit v0.3.0

Diff since v0.2.1

Breaking changes

See changelog [here].

Merged pull requests:

Closed issues:

  • Add a first tutorial for Poisson equation: Copy and translate from: https://gridap.github.io/Tutorials/stable/pages/t001_poisson/ (#86)
  • Use Makie instead of paraview as the default visualization method in the tutorials (#90)
  • The code in the readme never gets tested (#96)
  • Check if there is anything in the BestieTemplate that would make sense to use here (#97)
  • Add Zenodo integration (#104)
  • Update CITATION.cff with organization address (#111)
  • Update all urls from fverdugo/GalerkinToolkit.jl to GalerkinToolkit/GalerkinToolkit.jl (#116)
  • Plotting DiscreteField <: AbstractQuantity instances with Makie (#119)
  • Generate documentation locally after update of PartitionedSolvers (#130)
  • Add performance tests with (visual) tracking (#148)
  • Building docs to gh-pages overwrites benchmark results dir (#150)
  • Split hand written poisson example into small pieces (#159)

v0.2.1

16 Oct 07:22
3cd6f53

Choose a tag to compare

GalerkinToolkit v0.2.1

Diff since v0.2.0

Merged pull requests:

Closed issues:

  • Add tests as status checks (#101)
  • Add CHANGELOG, CITATION.cff and do 0.2.0 version release (#103)

v0.2.0

11 Oct 14:02
ac23861

Choose a tag to compare

GalerkinToolkit v0.2.0

Diff since v0.1.0

Merged pull requests:

Closed issues:

  • gk.cartesian_mesh needs to be extended to support periodic bcs (#61)
  • Add "Tutorials" section in the documentation (#85)
  • Break up/refactor geometry.jl as it is currently very long (#89)
  • GT.measure() has ugly print output - fix the pretty printing in GT package (look in AbstractType definition in geometry.jl. (#91)
  • Support only Julia >= 1.9 (#102)
  • Make WriteVTK a weak dependency and an extension module (#105)