Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CompatHelper: bump compat for "SpecialFunctions" to "2.5" #236

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open
79 changes: 31 additions & 48 deletions PSL_catalog.json
Original file line number Diff line number Diff line change
@@ -1,51 +1,34 @@
{
"project_one_line": {
"start_header": null,
"end_header": null,
"source": "https://github.com/PSLmodels/DSGE.jl",
"type": "html",
"data": "<p>New York Fed DSGE Model</p>"
},
"project_overview": {
"start_header": "New York Fed DSGE Model (Version 1002)",
"end_header": "Disclaimer",
"source": "README.md",
"type": "github_file",
"data": null
},
"user_documentation": {
"start_header": null,
"end_header": null,
"source": "https://frbny-dsge.github.io/DSGE.jl/stable/",
"type": "html",
"data": "<a href=\"https://frbny-dsge.github.io/DSGE.jl/stable/\">User documentation</a>"
},
"user_changelog_recent": {
"start_header": null,
"end_header": null,
"source": null,
"type": null,
"data": null
},
"contributor_overview": {
"start_header": null,
"end_header": null,
"source": "https://github.com/PSLmodels/DSGE.jl#installation",
"type": "html",
"data": "<p>If you want to report a <b>bug</b>, create a new issue <a href=\"https://github.com/PSLmodels/DSGE.jl/issues\">here</a> providing details on what you think is wrong with DSGE.jl.</p><p>If you want to request <b>an enhancement</b>, create a new issue <a href=\"https://github.com/PSLmodels/DSGE.jl/issues\">here</a> providing details on what you think should be added to DSGE.jl. </p>"
},
"link_to_webapp": {
"source": null,
"type": null,
"start_header": null,
"end_header": null,
"data": null
},
"core_maintainers": {
"start_header": null,
"end_header": null,
"source": null,
"type": "html",
"data": "<ul><li>Marco Del Negro</li><li>William Chen</li><li>Shlok Goyal</li><li>Alissa Johnson</li><li>Aidan Gleich</li></ul>"
"name": "DSGE.jl",
"img": "https://frbny-dsge.github.io/DSGE.jl/latest/assets/logo.png",
"banner_title": "DSGE.jl",
"banner_subtitle": "Solve and estimate Dynamic Stochastic General Equilibrium models ",
"detailed_description": "The DSGE.jl package implements the New York Fed dynamic stochastic general equilibrium (DSGE) model and provides general code to estimate many user-specified DSGE models. The package is introduced in the Liberty Street Economics blog post The FRBNY DSGE Model Meets Julia.",
"policy_area": "Macroeconomics, Economic Fluctuations, Monetary Policy, Fiscal Policy",
"geography": "Adaptable to any country",
"language": "Julia",
"maintainers": [
{
"name": "Marco Del Negro",
"image": "https://avatars.githubusercontent.com/u/13486114?v=4",
"link": "https://github.com/MarcoDelNegro"
},
{
"name": "Pranay Gundam",
"image": "https://media.licdn.com/dms/image/C5603AQFkxWoWV7IHhQ/profile-displayphoto-shrink_200_200/0/1658672086266?e=1721260800&v=beta&t=yUzAj6hQo0q83YlxpYJ5UYAXeSUjWOEfLm48xsgiNmE",
"link": "https://github.com/pranay-gundam"
},
{
"name": "Brian Pacula",
"image": "https://avatars.githubusercontent.com/u/98560146?v=4",
"link": "https://github.com/Brian-Pacula"
}
],
"links": {
"code_repository": "https://github.com/FRBNY-DSGE/DSGE.jl",
"user_documentation": "https://frbny-dsge.github.io/DSGE.jl/latest/",
"contributor_documentation": "https://frbny-dsge.github.io/DSGE.jl/latest/contributing/",
"webapp": "",
"recent_changes": "https://github.com/FRBNY-DSGE/DSGE.jl/releases"
}
}
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "DSGE"
uuid = "6cf23378-2c47-544c-b0c3-6efefe57ca11"
authors = ["William Chen <william.chen@ny.frb.org>", "Shlok Goyal <shlok.goyal@ny.frb.org>", "Alissa Johnson <alissa.johnson@ny.frb.org>"]
authors = ["Pranay Gundam <Pranay.Gundam@ny.frb.org>", "Brian Pacula <Brian.Pacula@ny.frb.org>", "Ibrahima Diagne <ibrahima.diagne@ny.frb.org>"]
version = "1.3.0"

[deps]
Expand Down Expand Up @@ -80,7 +80,7 @@ Plots = "0.19, 0.20, 0.22, 0.23, 0.24, 0.25, 0.26, 0.27, 0.28, ~1.1, ~1.2, ~1.3,
RecipesBase = "0.5, 0.7, 0.8, 1.0"
Roots = "0.7, 0.8, 1.0"
SMC = "0.1.10, ^0.1.11, 0.2"
SpecialFunctions = "0.7, 0.8, 0.10, 1"
SpecialFunctions = "0.7, 0.8, 0.10, 1, 2.5"
StateSpaceRoutines = "^0.3.1, 0.4"
StatsBase = "0.29, 0.30, 0.31, 0.32.0, 0.33"
StatsFuns = "0.8, 0.9"
Expand Down
Binary file modified docs/DSGE_Model_Documentation_1002.pdf
Binary file not shown.
5 changes: 5 additions & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,17 @@ Developers of this package at the

* [Michael Cai](https://github.com/caimichael)
* [William Chen](https://github.com/chenwilliam77)
* [Ibrahima Diagne](https://github.com/abediagne)
* [Aidan Gleich](https://github.com/aidan-cg)
* [Shlok Goyal](https://github.com/ShlokG)
* [Pranay Gundam](https://github.com/pranay-gundam)
* [Abhi Gupta](https://github.com/abhig94)
* [Alissa Johnson](https://github.com/alissarjohnson)
* [Pearl Li](https://github.com/pearlzli)
* [Ethan Matlin](https://github.com/ethanmatlin)
* [Erica Moszkowski](https://github.com/emoszkowski)
* [Ramya Nallamotu](https://github.com/Ramya-N21)
* [Brian Pacula](https://github.com/Brian-Pacula)
* [Reca Sarfati](https://github.com/rsarfati)
* [Micah Smith](https://github.com/micahjsmith)

Expand Down
2 changes: 1 addition & 1 deletion src/data/util.jl
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ function na2nan!(df::DataFrame)
if typeof(df[!,col])==Vector{Date}
nothing
else
df[ismissing.(df[!,col]), col] = NaN
df[ismissing.(df[!,col]), col] .= NaN
end
end
end
Expand Down