v0.7.0
TimeSeriesEcon v0.7.0
Merged pull requests:
- julia 1.9 fixes (#40) (@jasonjensen)
- Improved dot-assignment for
MVTSeries
(#49) (@bbejanov) - Fix recipe for histograms plots (#50) (@bbejanov)
- Fix
view(::MVTSeries, I, J)
to return same type asgetindex(::MVTSeries, I, J)
(#51) (@bbejanov) - X13 integration (#52) (@jasonjensen)
- Enable pct, apct, ytypct for MVTSeries (#58) (@jasonjensen)
- enable support for mapslices for MVTSeries (#59) (@jasonjensen)
- fix broadcasting with stepranges (#60) (@jasonjensen)
- fix method ambiguity for sum, prod, etc. (#64) (@bbejanov)
- Write and read special matrices, e.g. Diagonal, Symmetric, Transpose (#66) (@bbejanov)
- Fix bug in
mapslices
(#67) (@bbejanov) - New function
rename_columns!
(#68) (@bbejanov) - Fix bugs in
shift
andhcat
forMVTSeries
(#69) (@bbejanov)
Closed issues:
- apct() does not work with MVTSeries (#53)
- mapslices() does not work with MVTSeries (#54)
- DataEcon fails to write
Diagonal
matrices (#55) - Incorrect broadcasting with
StepRange
. (#57) - DataEcon tests occasionally fail (#61)
- MethodError when calling
any(isnan, X)
forX::MVTSeries
(#62) - Function for renaming MVTSeries columns / lags with renames (#65)