File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1+ # version 0.9.0
2+
3+ - Align with R version
4+ - Progress bars for bootstrapping (independent, circular block, moving block)
5+ - See also [ https://github.com/Techtonique/ahead/blob/main/NEWS.md ] ( https://github.com/Techtonique/ahead/blob/main/NEWS.md )
6+
17# version 0.8.2
28
39- plot ridge2
Original file line number Diff line number Diff line change 22
33__author__ = """T. Moudiki"""
44__email__ = "thierry.moudiki@gmail.com"
5- __version__ = "0.6.2 "
5+ __version__ = "0.9.0 "
66
77from .ARMAGARCH import ArmaGarch
88from .Basic import BasicForecaster
Original file line number Diff line number Diff line change 22from codecs import open
33from os import path
44
5- __version__ = "0.8.2 "
5+ __version__ = "0.9.0 "
66
77here = path .abspath (path .dirname (__file__ ))
88
You can’t perform that action at this time.
0 commit comments