Skip to content

Commit b29833a

Browse files
authored
0.0.2. Perhaps.
* where it started from * initial work 1 * snowstorm * holidays * a sound like thunder * you never know * Witcher S1E1 I read quite a few of the books, new show looks surprisingly historically accurate in appearance... by movie standards. * Witcher S1E3 * Christmas Eve * Christmas * Early Morning Fog * Verily I say onto thee * skiing * but I am the Chosen One * sorta works a bit * ensemble of doom * ensemble v 1 * nvidia graphics update, better save quick! * single iteration functional * take the keys and see what happens! * cold winds blow * frenetic sprint to a shifting shambles * finally, regressing a bit * ittle bitty changes * really should have pulled first... * It works. In an awkward sorta way * 0.0.1, hopefully * 0.0.2. For now.
1 parent e8b8315 commit b29833a

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AutoTS
2-
Unstable prototype: version 0.0.1
2+
Unstable prototype: version 0.0.2
33
### Project CATS (Catlin Automated Time Series)
44
(or maybe eventually: Clustered Automated Time Series)
55
#### Model Selection for Multiple Time Series

autots/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
from autots.datasets import load_toy_daily
77
from autots.evaluator.auto_ts import AutoTS
88

9-
__version__ = '0.0.1'
9+
__version__ = '0.0.2'
10+
1011

1112
__all__ = ['load_toy_daily', 'AutoTS']
1213

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import setuptools
22

33
required = [
4-
"numpy", "pandas", "statsmodels", "sklearn>=0.20.0","holidays"
4+
"numpy", "pandas", "statsmodels", "scikit-learn","holidays"
55
]
66

77
extras = {
@@ -13,7 +13,7 @@
1313

1414
setuptools.setup(
1515
name="AutoTS",
16-
version="0.0.1",
16+
version="0.0.2",
1717
author="Colin Catlin",
1818
author_email="colin.catlin@syllepsis.live",
1919
description="Automated Time Series Forecasting",

0 commit comments

Comments
 (0)