Skip to content

Commit 85d1257

Browse files
committed
0.6.6
1 parent 8b61192 commit 85d1257

24 files changed

+28
-27
lines changed

TODO.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@
1212
* The most recent data will generally be the most important
1313
* Forecasts are desired for the future immediately following the most recent data.
1414

15-
# 0.6.5 🏮🏮🏮
16-
* horizontal and mosaic upgrades
17-
* bug fixes and template updates
15+
# 0.6.6 🐌🐌🐌
16+
* bug fixes, particularly compatability for the archaic pandas 1.0.3 still used at a certain big tech company
1817

1918
### Unstable Upstream Pacakges (those that are frequently broken by maintainers)
2019
* Pytorch-Forecasting

autots/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
from autots.models.cassandra import Cassandra
2727

2828

29-
__version__ = '0.6.5'
29+
__version__ = '0.6.6'
3030

3131
TransformTS = GeneralTransformer
3232

1.42 KB
Binary file not shown.
660 Bytes
Binary file not shown.
660 Bytes
Binary file not shown.

docs/build/html/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: ebc45303b20956d22a8a477e72171e6e
3+
config: eb50ec67d97d6b9fb58b6ccea25eb86e
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/build/html/_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var DOCUMENTATION_OPTIONS = {
22
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
3-
VERSION: '0.6.5',
3+
VERSION: '0.6.6',
44
LANGUAGE: 'en',
55
COLLAPSE_INDEX: false,
66
BUILDER: 'html',

docs/build/html/genindex.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>Index &#8212; AutoTS 0.6.5 documentation</title>
8+
<title>Index &#8212; AutoTS 0.6.6 documentation</title>
99
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
1010
<link rel="stylesheet" type="text/css" href="_static/alabaster.css" />
1111
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>

docs/build/html/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
88

9-
<title>AutoTS &#8212; AutoTS 0.6.5 documentation</title>
9+
<title>AutoTS &#8212; AutoTS 0.6.6 documentation</title>
1010
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
1111
<link rel="stylesheet" type="text/css" href="_static/alabaster.css" />
1212
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>

docs/build/html/py-modindex.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>Python Module Index &#8212; AutoTS 0.6.5 documentation</title>
8+
<title>Python Module Index &#8212; AutoTS 0.6.6 documentation</title>
99
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
1010
<link rel="stylesheet" type="text/css" href="_static/alabaster.css" />
1111
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>

0 commit comments

Comments
 (0)