Releases: AlgebraicJulia/CombinatorialSpaces.jl
Releases · AlgebraicJulia/CombinatorialSpaces.jl
v0.10.1
CombinatorialSpaces v0.10.1
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:
v0.10.0
CombinatorialSpaces v0.10.0
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:
v0.9.1
CombinatorialSpaces v0.9.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.9.0
CombinatorialSpaces v0.9.0
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:
- Add support for Meshes.jl interop (#187) (@GeorgeR227)
v0.8.1
CombinatorialSpaces v0.8.1
Merged pull requests:
- CompatHelper: bump compat for Catlab to 0.17, (keep existing compat) (#182) (@algebraicjuliabot)
v0.8.0
CombinatorialSpaces v0.8.0
Breaking changes
- Sign accommodations that were previously in the Hodge star have been moved into the wedge product.
Merged pull requests:
- 3D FastDEC Operators (#172) (@GeorgeR227)
- Add support for DelaunayTriangulation.jl (#174) (@GeorgeR227)
- Repair signs in DEC operators (#180) (@GeorgeR227)
- Added new triangulated_grid method (#183) (@GeorgeR227)
- Add a pedagogical test of BCs in 1D (#184) (@lukem12345)
- Added primal to dual point interpolation (#185) (@GeorgeR227)
Closed issues:
v0.7.9
CombinatorialSpaces v0.7.9
Merged pull requests:
- 3D Parallelepiped Mesh (#169) (@GeorgeR227)
- Move TetGen README mesh to src (#170) (@lukem12345)
- Normalize by row-sums (#176) (@lukem12345)
- Change default smoothing to 0 iterations when
stepsis 0 (#179) (@lukem12345)
Closed issues:
- Manually over-ride
stepsdefault of Krylov.jl methods (#178)
v0.7.8
CombinatorialSpaces v0.7.8
Merged pull requests:
- Mesh Optimization (#154) (@lukem12345)
- Print summary statistics for large meshes (#161) (@lukem12345)
- Revisit reference wedge products (#163) (@lukem12345)
- Add dual Laplacian for 1D and 3D (#166) (@lukem12345)
Closed issues:
- Improving
showof Meshes (#103)
v0.7.7
CombinatorialSpaces v0.7.7
Merged pull requests:
- Used GeometryBasics Point2/3d (#155) (@GeorgeR227)
- DOC: update authors list (#156) (@jpfairbanks)
v0.7.6
CombinatorialSpaces v0.7.6
Merged pull requests:
- Add alias for inverse hodge star (#152) (@lukem12345)
- Remove DataMigrations dependency (#153) (@lukem12345)
Closed issues:
- Consistent interface for inverse Hodge star (#43)