Skip to content

Commit

Permalink
Renaming follow-up changes (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wapwolf authored Aug 1, 2024
1 parent 12c0e8f commit 28294eb
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ to SOTA neural networks, models combination methods and smart backtesting.
ETNA is designed to make working with time series simple, productive, and fun.

ETNA is the first python open source framework of
[Tinkoff.ru](https://www.tinkoff.ru/eng/)
[T-Bank.ru](https://www.tbank.ru)
Artificial Intelligence Center.
The library started as an internal product in our company -
we use it in over 10+ projects now, so we often release updates.
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
# -- Project information -----------------------------------------------------

project = 'ETNA Time Series Library'
copyright = '2021 - present, etna-tech@tinkoff.ru (Apache 2.0 License)'
author = 'etna-tech@tinkoff.ru'
copyright = '2021 - present, etna-tech@tbank.ru (Apache 2.0 License)'
author = 'etna-tech@tbank.ru'

# The full version, including alpha/beta/rc tags

Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ to SOTA neural networks, models combination methods and smart backtesting.
ETNA is designed to make working with time series simple, productive, and fun.

ETNA is the first python open source framework of
`Tinkoff.ru <https://www.tinkoff.ru/eng/>`_ Artificial Intelligence Center.
`T-Bank <https://www.tbank.ru/>`_ Artificial Intelligence Center.
The library started as an internal product in our company -
we use it in over 10+ projects now, so we often release updates.

Expand Down
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "etna"
version = "2.7.1"
repository = "https://github.com/etna-team/etna"
readme = "README.md"
description = "ETNA is the first python open source framework of Tinkoff.ru AI Center. It is designed to make working with time series simple, productive, and fun."
description = "ETNA is the first python open source framework of T-Bank AI Center. It is designed to make working with time series simple, productive, and fun."
license = "Apache-2.0"
classifiers = [
"Development Status :: 5 - Production/Stable",
Expand All @@ -29,15 +29,15 @@ packages = [

authors = [
"Andrey Alekseev <[email protected]>",
"Julia Shenshina <y.a.shenshina@tinkoff.ru>",
"Martin Gabdushev <m.gabdushev@tinkoff.ru>",
"Albina Munirova <a.i.munirova@tinkoff.ru>",
"Julia Shenshina <y.a.shenshina@tbank.ru>",
"Martin Gabdushev <m.gabdushev@tbank.ru>",
"Albina Munirova <a.i.munirova@tbank.ru>",
"Artem Levashov <[email protected]>",
"Alexey Podkidyshev <[email protected]>",
"Nikita Barinov <n.barinov@tinkoff.ru>",
"Dmitry Bunin <d.a.bunin@tinkoff.ru>",
"Alexander Chikov <a.p.chikov@tinkoff.ru>",
"Artem Makhin <a.makhin@tinkoff.ru>"
"Nikita Barinov <n.barinov@tbank.ru>",
"Dmitry Bunin <d.a.bunin@tbank.ru>",
"Alexander Chikov <a.p.chikov@tbank.ru>",
"Artem Makhin <a.makhin@tbank.ru>"
]

[tool.poetry.dependencies]
Expand Down

0 comments on commit 28294eb

Please sign in to comment.