Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Apr 4, 2024
1 parent 0bf91fe commit 17bf043
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
## Changelog

### KiteModels v0.5.11 - 2024-04-04
#### Added
- document the support for the `DImplicitEuler` solver, which is not very accurate,
but because it is well known it can serve as reference
- support changing `max_order` for the `DFBDF`
- further reduced the memory usage

### KiteModels v0.5.10 - 2024-04-03
#### Added

- it is now possible (and suggested) to use the DAE solver DFBDF.
- it is now possible (and suggested) to use the DAE solver DFBDF.

This requires adding the following line to the settings.yaml file:

Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "KiteModels"
uuid = "b94af626-7959-4878-9336-2adc27959007"
authors = ["Uwe Fechner <[email protected]> and contributors"]
version = "0.5.10"
version = "0.5.11"

[deps]
AtmosphericModels = "c59cac55-771d-4f45-b14d-1c681463a295"
Expand Down

0 comments on commit 17bf043

Please sign in to comment.