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..933eb34a0 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] @@ -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" 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..99cd7abd8 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -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) 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