Changelog
TrixiBottomTopography.jl follows the interpretation of semantic versioning (semver) used in the Julia ecosystem. Notable changes will be documented in this file for human readability.
Changes in the v0.1 lifecycle
Added
- Implementation of visualization routines
plot_topography
andplot_topography_with_interpolation_knots
Changed
- The required Julia version is updated to v1.10.
- Visualization routines rely on Makie.jl instead of PyPlot.jl #52