Skip to content

Releases: AlgebraicJulia/CombinatorialSpaces.jl

v0.10.1

06 Jun 18:16

Choose a tag to compare

CombinatorialSpaces v0.10.1

Diff since v0.10.0

Merged pull requests:

  • Updated multigrid docs (#162) (@jpfairbanks)
  • CompatHelper: bump compat for CUDA in [weakdeps] to 6, (keep existing compat) (#208) (@algebraicjuliabot)
  • CompatHelper: bump compat for CUDA in [extras] to 6, (keep existing compat) (#209) (@algebraicjuliabot)
  • Add Unitful-based 1D DEC test for density 0-form Hodge star propagation (#213) (@Copilot @lukem12345 )
  • Resolve Compose overwrite warnings during tests (#214) (@Copilot @lukem12345 )
  • Add dedicated mesh optimization docs page and migrate plotting examples from tests (#215) (@Copilot @lukem12345 )
  • Implement unit-aware 2D simplex volume path for DEC operators (#217) (@Copilot @lukem12345 )
  • Update CUDA compat to allow v6 (#218) (@Copilot)
  • Implement Unitful 3D Differential Operators (#222) (@Copilot @lukem12345 )
  • Fix euler.md plots: update deprecated Tuple{m,n} API calls to integer form (#223) (@Copilot @lukem12345 )
  • Fix Val{:Metal} MethodError by consolidating Metal+AppleAccelerate into a single extension (#225) (@Copilot @lukem12345 )
  • Move TetGen-backed 3D meshing APIs into a package extension (#230) (@Copilot @lukem12345 )
  • Update grid_laplace.md to use current Multigrid API (#231) (@Copilot @lukem12345 )

Closed issues:

  • Mesh Optimization Docs Page (#158)
  • Unitful support (#212)
  • Implement Unitful 2D DEC Operators (#216)
  • Implement Unitful 3D Differential Operators (#221)
  • Metal Bindings for Sparse Solvers (#224)
  • Move TetGen to an extension (#229)

v0.10.0

19 Apr 19:53

Choose a tag to compare

CombinatorialSpaces v0.10.0

Diff since v0.9.1

Breaking changes

  • Types which were passed as ::Type{Tuple{m,n}} are now ::Val{m}, ::Val{n}, and so on to improve type inference. Decapodes PR 365 provides an example of how to update your call sites.

Merged pull requests:

  • Replace manual functor application with FinDomFunctor composition (#195) (@Copilot)
  • Perform Galerkin optimization ; Clean type inference ; Improve orientation code (#196) (@lukem12345)
  • CompatHelper: bump compat for Meshes in [extras] to 0.57, (keep existing compat) (#205) (@algebraicjuliabot)
  • Fix meshes doc page plots not rendering (#207) (@Copilot)
  • Use multiple dispatch to toggle simulated annealing acceptance strategies (#210) (@Copilot)

Closed issues:

  • WebGL backend for Makie not rendering plots (#82)
  • Resolve failing blocks in mesh decomposition docs page (#194)

v0.9.1

01 Apr 15:45

Choose a tag to compare

CombinatorialSpaces v0.9.1

Diff since v0.9.0

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.9.0

03 Dec 20:32

Choose a tag to compare

CombinatorialSpaces v0.9.0

Diff since v0.8.1

Breaking changes

  • The Meshes module has been renamed CombMeshes to avoid a conflict with the Meshes.jl package. Code which imports CombinatorialSpaces.Meshes should instead import CombinatorialSpaces.CombMeshes.

Merged pull requests:

v0.8.1

12 Sep 14:27

Choose a tag to compare

CombinatorialSpaces v0.8.1

Diff since v0.8.0

Merged pull requests:

v0.8.0

03 Sep 17:34

Choose a tag to compare

CombinatorialSpaces v0.8.0

Diff since v0.7.9

Breaking changes

  • Sign accommodations that were previously in the Hodge star have been moved into the wedge product.

Merged pull requests:

Closed issues:

  • ENH: Wedge product between Primal and Dual forms (#51)
  • Curry sign into 11 wedge product (#177)

v0.7.9

25 Jul 03:10

Choose a tag to compare

CombinatorialSpaces v0.7.9

Diff since v0.7.8

Merged pull requests:

Closed issues:

  • Manually over-ride steps default of Krylov.jl methods (#178)

v0.7.8

04 Jun 19:41

Choose a tag to compare

CombinatorialSpaces v0.7.8

Diff since v0.7.7

Merged pull requests:

Closed issues:

  • Improving show of Meshes (#103)

v0.7.7

16 May 18:33

Choose a tag to compare

CombinatorialSpaces v0.7.7

Diff since v0.7.6

Merged pull requests:

v0.7.6

01 May 16:38

Choose a tag to compare

CombinatorialSpaces v0.7.6

Diff since v0.7.5

Merged pull requests:

Closed issues:

  • Consistent interface for inverse Hodge star (#43)