diff --git a/PSL_catalog.json b/PSL_catalog.json index 43814b075..b610f0dc0 100644 --- a/PSL_catalog.json +++ b/PSL_catalog.json @@ -1,51 +1,34 @@ { - "project_one_line": { - "start_header": null, - "end_header": null, - "source": "https://github.com/PSLmodels/DSGE.jl", - "type": "html", - "data": "

New York Fed DSGE Model

" - }, - "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": "User documentation" - }, - "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": "

If you want to report a bug, create a new issue here providing details on what you think is wrong with DSGE.jl.

If you want to request an enhancement, create a new issue here providing details on what you think should be added to DSGE.jl.

" - }, - "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": "" + "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" } } diff --git a/Project.toml b/Project.toml index 28c2e12e3..b9e039007 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "DSGE" uuid = "6cf23378-2c47-544c-b0c3-6efefe57ca11" -authors = ["William Chen ", "Shlok Goyal ", "Alissa Johnson "] +authors = ["Pranay Gundam ", "Brian Pacula ", "Ibrahima Diagne "] version = "1.3.0" [deps] @@ -67,7 +67,7 @@ ForwardDiff = "0.10" FredData = "0.3, 0.4, 0.5" GR = "0.42.0, 0.44.0, 0.45, 0.46, 0.47, 0.48, 0.49, 0.50, 0.51, 0.52, 0.53, 0.54" HDF5 = "0.12, 0.13, 0.14, 0.15" -JLD2 = "^0.1.3, 0.2, 0.3" +JLD2 = "^0.1.3, 0.2, 0.3, 0.5" MAT = "0.6, 0.7, 0.8, 0.9, 0.10" MbedTLS = "^0.6.8, 0.7, 1.0" Missings = "0.4" diff --git a/docs/DSGE_Model_Documentation_1002.pdf b/docs/DSGE_Model_Documentation_1002.pdf index cd251b84e..77c70daec 100644 Binary files a/docs/DSGE_Model_Documentation_1002.pdf and b/docs/DSGE_Model_Documentation_1002.pdf differ diff --git a/docs/src/index.md b/docs/src/index.md index 9a5ae5e67..f0c419b05 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -55,10 +55,12 @@ Developers of this package at the * [William Chen](https://github.com/chenwilliam77) * [Shlok Goyal](https://github.com/ShlokG) * [Abhi Gupta](https://github.com/abhig94) +* [Pranay Gundam](https://github.com/pranay-gundam) * [Alissa Johnson](https://github.com/alissarjohnson) * [Pearl Li](https://github.com/pearlzli) * [Ethan Matlin](https://github.com/ethanmatlin) * [Erica Moszkowski](https://github.com/emoszkowski) +* [Brian Pacula](https://github.com/Brian-Pacula) * [Reca Sarfati](https://github.com/rsarfati) * [Micah Smith](https://github.com/micahjsmith) diff --git a/src/data/util.jl b/src/data/util.jl index 3c3eefa9e..d97169317 100644 --- a/src/data/util.jl +++ b/src/data/util.jl @@ -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