From 39559cf6488146408981705a8341bbc07b60ecee Mon Sep 17 00:00:00 2001 From: thorek1 Date: Tue, 19 Mar 2024 22:20:33 +0100 Subject: [PATCH] Update AxisKeys import in MacroModelling.jl --- src/MacroModelling.jl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/MacroModelling.jl b/src/MacroModelling.jl index 6f548f1e..688c659f 100644 --- a/src/MacroModelling.jl +++ b/src/MacroModelling.jl @@ -45,7 +45,7 @@ RuntimeGeneratedFunctions.init(@__MODULE__) using Requires import Reexport -Reexport.@reexport using AxisKeys +Reexport.@reexport import AxisKeys: KeyedArray, axiskeys Reexport.@reexport import SparseArrays: sparse, spzeros, droptol!, sparsevec, spdiagm, findnz @@ -96,17 +96,17 @@ end export @model, @parameters, solve! -export plot_irfs, plot_irf, plot_IRF, plot_simulations, plot_solution, plot_simulation#, plot +export plot_irfs, plot_irf, plot_IRF, plot_simulations, plot_solution, plot_simulation #, plot export plot_conditional_variance_decomposition, plot_forecast_error_variance_decomposition, plot_fevd, plot_model_estimates, plot_shock_decomposition export get_irfs, get_irf, get_IRF, simulate, get_simulation, get_simulations export get_conditional_forecast, plot_conditional_forecast export get_solution, get_first_order_solution, get_perturbation_solution, get_second_order_solution, get_third_order_solution export get_steady_state, get_SS, get_ss, get_non_stochastic_steady_state, get_stochastic_steady_state, get_SSS, steady_state, SS, SSS, ss, sss -export get_moments, get_statistics, get_covariance, get_standard_deviation, get_variance, get_var, get_std, get_stdev, get_cov, var, std, stdev, cov, get_mean#, mean +export get_moments, get_statistics, get_covariance, get_standard_deviation, get_variance, get_var, get_std, get_stdev, get_cov, var, std, stdev, cov, get_mean #, mean export get_autocorrelation, get_correlation, get_variance_decomposition, get_corr, get_autocorr, get_var_decomp, corr, autocorr export get_fevd, fevd, get_forecast_error_variance_decomposition, get_conditional_variance_decomposition export calculate_jacobian, calculate_hessian, calculate_third_order_derivatives -export calculate_first_order_solution, calculate_second_order_solution, calculate_third_order_solution#, calculate_jacobian_manual, calculate_jacobian_sparse, calculate_jacobian_threaded +export calculate_first_order_solution, calculate_second_order_solution, calculate_third_order_solution #, calculate_jacobian_manual, calculate_jacobian_sparse, calculate_jacobian_threaded export get_shock_decomposition, get_estimated_shocks, get_estimated_variables, get_estimated_variable_standard_deviations, get_loglikelihood export plotlyjs_backend, gr_backend export Beta, InverseGamma, Gamma, Normal