Skip to content

Commit c41cd21

Browse files
do version 0.9.0
1 parent 8dc03ba commit c41cd21

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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

ahead/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = """T. Moudiki"""
44
__email__ = "[email protected]"
5-
__version__ = "0.6.2"
5+
__version__ = "0.9.0"
66

77
from .ARMAGARCH import ArmaGarch
88
from .Basic import BasicForecaster

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from codecs import open
33
from os import path
44

5-
__version__ = "0.8.2"
5+
__version__ = "0.9.0"
66

77
here = path.abspath(path.dirname(__file__))
88

0 commit comments

Comments
 (0)