Releases: maltezfaria/LevelSetMethods.jl
Releases · maltezfaria/LevelSetMethods.jl
v0.1.5
LevelSetMethods v0.1.5
Merged pull requests:
- [AUTO] pre-commit update (#54) (@github-actions[bot])
- CompatHelper: bump compat for Makie in [weakdeps] to 0.23, (keep existing compat) (#56) (@github-actions[bot])
- CompatHelper: bump compat for Makie in [weakdeps] to 0.24, (keep existing compat) (#57) (@github-actions[bot])
- Bump actions/checkout from 4 to 5 (#59) (@dependabot[bot])
- Bump actions/setup-python from 5 to 6 (#60) (@dependabot[bot])
- fix 3d curvature calculation (#62) (@Nul1-Ptr)
- Runic format (#63) (@maltezfaria)
- New extension for level set reinitialization (#65) (@maltezfaria)
Closed issues:
v0.1.4
LevelSetMethods v0.1.4
Merged pull requests:
- Allow for a "freezed" signed function in
ReinitializationTerm(#55) (@maltezfaria)
v0.1.3
LevelSetMethods v0.1.3
Merged pull requests:
v0.1.2
LevelSetMethods v0.1.2
Merged pull requests:
- [AUTO] pre-commit update (#49) (@github-actions[bot])
- Extension for
Interpolants(#50) (@maltezfaria)
v0.1.1
LevelSetMethods v0.1.1
Merged pull requests:
- Bump codecov/codecov-action from 4 to 5 (#45) (@dependabot[bot])
- [AUTO] pre-commit update (#46) (@github-actions[bot])
- CompatHelper: bump compat for Makie in [weakdeps] to 0.22, (keep existing compat) (#47) (@github-actions[bot])
- Correct S3 in WENO scheme (#48) (@Iddingsite)
v0.1.0
LevelSetMethods v0.1.0
Merged pull requests:
- Prototype for package structure (#1) (@maltezfaria)
- Nlebbe/dev (#4) (@maltezfaria)
- Add NormalAdvectionTerm (#8) (@maltezfaria)
- Small improvements (#9) (@maltezfaria)
- Lfaria/dev (#13) (@maltezfaria)
- How to handle different discretisation scheme for LevelSetTerm (#14) (@maltezfaria)
- CI (#16) (@maltezfaria)
- Makie extension (#22) (@maltezfaria)
- Rebase and merge changes from old
devbranch (#23) (@maltezfaria) - Add extension for Mmg (#26) (@maltezfaria)
- Bump peter-evans/create-pull-request from 6 to 7 (#29) (@dependabot[bot])
- Bump lycheeverse/lychee-action from 1 to 2 (#30) (@dependabot[bot])
- [AUTO] pre-commit update (#31) (@github-actions[bot])
- Boundary condition (#32) (@maltezfaria)
- Improve implementation of boundary conditions (#35) (@maltezfaria)
- Improve docs in preparation for registration (#36) (@maltezfaria)
- Docs for advection term (#38) (@maltezfaria)
- Document time stepping (#39) (@maltezfaria)
- Polish docs (#40) (@maltezfaria)
- Doc review (#41) (@maltezfaria)
Closed issues:
- Implementing generic boundary conditions (#2)
- CI (#5)
- Computing the time step stability constraint (#6)
- How to handle different discretisation scheme for LevelSetTerm (#10)
- Re-distanciation term (#11)
- Fast marching method (#12)
- Migrate from
PlotstoMakie(#18) Mmgextension (#24)- Better constructor for
LevelSet(#27)