Skip to content

Releases: AlgebraicJulia/Decapodes.jl

v0.6.5

21 Jan 18:38

Choose a tag to compare

Decapodes v0.6.5

Diff since v0.6.4

Merged pull requests:

v0.4.0

21 Jan 18:38

Choose a tag to compare

Decapodes v0.4.0

Diff since v0.3.1

This release has been identified as a backport.
Automated changelogs for backports tend to be wildly incorrect.
Therefore, the list of issues and pull requests is hidden.

v0.6.4

08 Sep 12:35

Choose a tag to compare

Decapodes v0.6.4

Diff since v0.6.3

Merged pull requests:

  • CompatHelper: bump compat for CombinatorialSpaces to 0.8, (keep existing compat) (#334) (@algebraicjuliabot)

v0.6.3

25 Aug 14:19

Choose a tag to compare

Decapodes v0.6.3

Diff since v0.6.2

Merged pull requests:

Closed issues:

  • Can't get overview example working following repo's Project.toml Julia version (#328)

v0.6.2

17 May 02:36

Choose a tag to compare

Decapodes v0.6.2

Diff since v0.6.1

Merged pull requests:

v0.6.1

16 May 19:29

Choose a tag to compare

Decapodes v0.6.1

Diff since v0.6.0

Merged pull requests:

Closed issues:

  • FAQ docs (#289)
  • Curl fails on docs build (#299)
  • Small Improvements to Documentation Content (#303)
  • Check for performance changes with Julia 1.11.4 (#313)
  • Buildkite error. Status code 233 (Communication connection failure) (#316)
  • Buildkite error. "trying to test unnamed project" (#317)
  • Buildkite Error: decapodes.txt not found (#319)
  • Julia 1.11.5 breaks deepcopy of Decapodes (#320)

v0.6.0

14 Apr 19:55

Choose a tag to compare

Decapodes v0.6.0

Diff since v0.5.7

Breaking changes

  • The sharp operation is now specified with suffixes denoting primality and duality

Merged pull requests:

Closed issues:

  • Offload coordinate transformations (#217)
  • Buildkite Jobs Failing (#234)
  • Buildkite Failing (#292)
  • Buildkite docs are using Julia 1.10.0 (#314)

v0.5.7

30 Jan 21:06

Choose a tag to compare

Decapodes v0.5.7

Diff since v0.5.6

Merged pull requests:

Closed issues:

  • Visualize VectorFields (#71)
  • Decapodes Benchmarking (#255)
  • Dependency Graph of Decapodes (#262)
  • Hitting out of domain errors when optimizing Decapodes model (#271)
  • "u" and "p" variable shadowing in Decapodes (#273)
  • Reformat Decapodes Documentation as a Manual (#294)

v0.5.6

21 Aug 00:07

Choose a tag to compare

Decapodes v0.5.6

Diff since v0.5.5

Merged pull requests:

Closed issues:

  • Use upstreamed averaging operator (#242)
  • Reduce size of CUDA tests (#245)
  • Replace (.+)(vars...) with sum([vars...]) (#257)
  • avg₀₁_mat not defined error when generating with preallocation = false (#265)

v0.5.5

12 Jun 21:51

Choose a tag to compare

Decapodes v0.5.5

Diff since v0.5.4

Merged pull requests:

  • In generating simulate, return nothing, for Enzyme compatibility (#244) (@jClugstor)