Changelog
GeothermalWells.jl follows semantic versioning.
Unreleased
v0.1.3
Added
- Logo and favicon to documentation
Changed
- Added validation error when
write_to_jld=truebutdata_folder_diris empty
v0.1.2
Added
- Documentation (#4)
Changed
- Renamed
get_callbacktoget_simulation_callbackto clarify that it is required and not optional (#4)
v0.1.1
Added
- Released as an official Julia package in the General registry
Fixed
- Bug in
print_every_nparameter handling in the callback
v0.1.0
Added
- Initial release with core functionality
- Coaxial borehole heat exchanger simulation
- Adaptive grid generation
- GPU support via KernelAbstractions.jl
- Integration with OrdinaryDiffEq.jl solvers