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
- Added scattered radial basis function interpolation using KernelInterpolation.jl #73
- Implementation of visualization routines
plot_topographyandplot_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
Deprecated
- Helper function
evaluate_bicubicspline_interpolantrenamed to beevaluate_two_dimensional_interpolant#75