File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+ ### KiteUtils v0.10.14 06-07-2025
3+ #### Added
4+ - the functions ` load_settings() ` and ` se() ` have now a named param ` relax ` . If set to true, no section
5+ in the ` settings.yaml ` file is obligatory. This is useful for testing a package like ` AtmosphericModels.jl ` ,
6+ where the ` settings.yaml ` does not need to have any other section than the section ` environment ` .
7+ - the field ` grid ` was added to the ` Settings ` struct. It is defined as vector of Int64 values.
8+ #### Changed
9+ - the section ` winch ` is no longer obligatory, even with ` relax=false `
210
311### KiteUtils v0.10.13 28-06-2025
4- ### Added
12+ #### Added
513- field ` g_earth ` to ` Settings ` and ` settings_ram.yaml `
614- abstract type ` AbstractKiteModel `
715
Original file line number Diff line number Diff line change 11name = " KiteUtils"
22uuid = " 90980105-b163-44e5-ba9f-8b1c83bb0533"
33authors = [" Uwe Fechner <uwe.fechner.msc@gmail.com> and contributors" ]
4- version = " 0.10.13 "
4+ version = " 0.10.14 "
55
66[deps ]
77Arrow = " 69666777-d1a9-59fb-9406-91d4454c9d45"
You can’t perform that action at this time.
0 commit comments