-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eed7fad
commit 9a856ca
Showing
4 changed files
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# DEV | ||
|
||
# v0.4.6 | ||
|
||
- Allow LoggingExtras version 1 | ||
- Remove vendored DifferentialRiccatiEquations | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "ParaReal" | ||
uuid = "d8ab9f86-dde6-11e9-3216-afd74457b932" | ||
authors = ["Jonas Schulze <[email protected]> and contributors"] | ||
version = "0.4.5" | ||
version = "0.4.6" | ||
|
||
[deps] | ||
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,8 +19,9 @@ Main features: | |
|
||
The package can be installed from Julia's REPL: | ||
|
||
```julia-repl | ||
pkg> dev [email protected]:jschulze/ParaReal.jl.git | ||
```julia | ||
import Pkg | ||
Pkg.add("ParaReal") | ||
``` | ||
|
||
Check out the demo and test files: | ||
|