FRBNY-DSGE / Estimating_HANK

Contains code used for production of results in the 2023 paper "Estimating HANK For Central Banks"
1 stars 0 forks source link

README states ModelConstructors v0.2.5 should be used, but newest release is v0.2.4 #1

Open ZeroCool2u opened 3 months ago

ZeroCool2u commented 3 months ago

The readme explicitly states that ModelConstructors v0.2.5 should be used, but there is no release with that version number available.

Is that a typo or is it a reference to an unreleased version of the ModelConstructors package?

@pranay-gundam hoping you can clarify when you've got a second :)

pranay-gundam commented 3 months ago

Thanks for bringing this to our attention, we have been using v0.2.5 privately on our end will update the ModelConstructors package soon.

ZeroCool2u commented 3 months ago

Thanks Pranay. To clarify, is it at all possible to follow the reproduction steps for any of the 3 HANK models without v0.2.5 or do we just need to wait for its release?

pranay-gundam commented 3 months ago

We haven't tested it on v0.2.4 so I can't say for sure if it would work or not (although I would suspect all of the reproduction steps would still work). In any case v0.2.5 should be released now.

ZeroCool2u commented 3 months ago

Awesome, thanks Pranay! Will let you know if we run into any other similar issues while performing the reproduction.

ZeroCool2u commented 3 months ago

Just a heads up, I see the new release on GitHub of the ModelConstructors package, but doesn't seem like the new version is showing up in the Julia package indices. Maybe there's a separate step to getting the package to show up there?