Skip to content

Commit

Permalink
Merge branch 'master' into fix-pl-trainer-depreceated-flag
Browse files Browse the repository at this point in the history
  • Loading branch information
martins0n authored Aug 22, 2022
2 parents 7ea6029 + 97b2bdd commit 5d8d171
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
-
-
- Fix behavior of SARIMAXModel if simple_differencing=True is set ([#837](https://github.com/tinkoff-ai/etna/pull/837))
- Fix deprecated pytorch lightning trainer flags ([#866](https://github.com/tinkoff-ai/etna/pull/866))
-
-
- Bug python3.7 and TypedDict import ([867](https://github.com/tinkoff-ai/etna/pull/867))
- Fix deprecated pytorch lightning trainer flags ([#866](https://github.com/tinkoff-ai/etna/pull/866))
- ProphetModel doesn't work with cap and floor regressors ([#842](https://github.com/tinkoff-ai/etna/pull/842))
- Fix problem with encoding category types in OHE ([#843](https://github.com/tinkoff-ai/etna/pull/843))
-
Expand Down
2 changes: 1 addition & 1 deletion etna/models/nn/rnn.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
from typing import Dict
from typing import Iterator
from typing import Optional
from typing import TypedDict

import numpy as np
import pandas as pd
from typing_extensions import TypedDict

from etna import SETTINGS

Expand Down

0 comments on commit 5d8d171

Please sign in to comment.