Skip to content

Commit

Permalink
update changelog + Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
j-fu committed Jun 17, 2024
1 parent d24251f commit 4729632
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ a package for novel, gradient robust finite element methods.
- [SimplexGridFactory](https://github.com/j-fu/SimplexGridFactory.jl) contains an API which allows to
create `ExtendableGrid` objects with [Triangulate.jl](https://github.com/JuliaGeometry/Triangulate.jl) which wraps the Triangle mesh generator
by J. Shewchuk and [TetGen.jl](https://github.com/JuliaGeometry/TetGen.jl) which wraps the TetGen mesh generator by H. Si.

- [Triangulate.jl](https://github.com/JuliaGeometry/Triangulate.jl) and [TetGen.jl](https://github.com/JuliaGeometry/TetGen.jl) extensions
- [Metis.jl](https://github.com/JuliaSparse/Metis.jl) extension and partitioning for multithreading (under development)

## Recent changes
- Please look up the list of recent [changes](https://j-fu.github.io/ExtendableGrids.jl/stable/changes)
13 changes: 13 additions & 0 deletions docs/src/changes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
# Changelog
## [1.7.0] - 2024-06-17
- Partitioning for multithreading
- Metis extension

## [1.6.1] - 2024-06-07

- Drop support of Julia 1.6. Minimum Julia version is 1.9
- TetGen + Triangulate extensions
- png instead of svg in docs

## [1.5.1] - 2024-05-06
- Grid consistency check
- Gmsh 0.3

## [1.4.0] - 2024-03-21

Expand Down

2 comments on commit 4729632

@j-fu
Copy link
Member Author

@j-fu j-fu commented on 4729632 Jun 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/109206

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.7.0 -m "<description of version>" 4729632aa844263ad7c2dc00566beeff748a622a
git push origin v1.7.0

Please sign in to comment.