SHA256
1
0
forked from pool/dynare

Accepting request 1082889 from science

- Update to version 5.4
- Make doc packages noarch.

OBS-URL: https://build.opensuse.org/request/show/1082889
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dynare?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2023-04-26 15:26:16 +00:00 committed by Git OBS Bridge
commit 2e978a9493
4 changed files with 43 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bbbbd319f9a1cb7ffd4f7012be105a7c95842ca76d9d96e96305e1fbf8d8b585
size 17889036

3
dynare-5.4.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c174a3ebcaf8c4566b9836abad8c04148011bec2ec610ded234f406bfbdd10f8
size 18005284

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Wed Apr 12 04:31:04 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 5.4:
* Estimation:
- The load_results_after_load_mh option would not find the
location of the results file
- The computation of prior/posterior statistics would crash if
the value of the filter step_ahead option was greater than 1
without requesting a forecast or the smoother
- NaN or complex parameters returned by steady state files
were not correctly handled
- analytical_derivation could be triggered with
endogenous_prior but would not take the endogenous prior
into account for the Jacobian and Hessian
* OccBin:
- Running the calib_smoother command with
smoother_inversion_filter would crash unless
likelihood_inversion_filter was also specified
- Running the piecewise Kalman smoother would crash if an
error was encountered during computation of the decision
rules
* PAC equation estimation through iterative OLS would crash if
the auxiliary model contained a constant.
* The variable label was incorrect for leads and lags of
exogenous variables in the display of decision rules and in
the model_info command.
* Declaring a trend_var variable while not having a
var(deflator=...) statement would cause the preprocessor to
crash.
* Macro processor: error messages following a @#define,
@#include or @#includepath directive could in some cases point
to a line number off by 1.
* Perfect foresight simulations: the debug option would not
preserve sparsity, causing out of memory errors.
- Make doc packages noarch.
-------------------------------------------------------------------
Mon Apr 10 20:53:33 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -26,7 +26,7 @@
%bcond_without doc
%endif
Name: dynare
Version: 5.3
Version: 5.4
Release: 0
Summary: A platform for handling a wide class of economic models
License: GPL-3.0-or-later
@ -70,12 +70,14 @@ generations (OLG) models.
%package doc-pdf
Summary: Documentation for dynare in PDF format
BuildArch: noarch
%description doc-pdf
This package provides documentation for %{name} in PDF format.
%package doc-html
Summary: Documentation for dynare in HTML format
BuildArch: noarch
%description doc-html
This package provides documentation for %{name} in HTML format.