-
Notifications
You must be signed in to change notification settings - Fork 11
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
Showing
3 changed files
with
21 additions
and
10 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,19 +1,22 @@ | ||
# DSGE.jl v0.1.5 Release Notes | ||
# ModelConstructors.jl v0.1.6 Release Notes | ||
- Resolve package compatibility issues, so as to be backwards-compatible with Julia 0.7. | ||
|
||
# ModelConstructors.jl v0.1.5 Release Notes | ||
Update tests | ||
- Generalize to permit Real types (e.g. allows integration for ForwardDiff) | ||
- Gradients of parameter transformations | ||
- Fix package loading for v1.1 | ||
- Add function to initialize DegenerateMvNormal object (needed in the DSGE.jl package) | ||
|
||
# DSGE.jl v0.1.4 Release Notes | ||
# ModelConstructors.jl v0.1.4 Release Notes | ||
Update tests | ||
Bug fixes and cleanup | ||
|
||
# DSGE.jl v0.1.3 Release Notes | ||
# ModelConstructors.jl v0.1.3 Release Notes | ||
Bug fixes and cleanup | ||
|
||
# DSGE.jl v0.1.2 Release Notes | ||
# ModelConstructors.jl v0.1.2 Release Notes | ||
Bug fixes and cleanup | ||
|
||
# DSGE.jl v0.1.1 Release Notes | ||
# ModelConstructors.jl v0.1.1 Release Notes | ||
Bug fixes and cleanup |
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 = "ModelConstructors" | ||
uuid = "e47e5152-bd14-11e9-1b46-c951f0a7041d" | ||
authors = ["William Chen <[email protected]", "Ethan Matlin <[email protected]>", "Reca Sarfati <[email protected]"] | ||
version = "0.1.5" | ||
version = "0.1.6" | ||
|
||
[deps] | ||
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" | ||
|
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
7c1d410
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
7c1d410
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/6493
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via: