Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename eland to opensearch #3

Merged
merged 20 commits into from
Sep 9, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
more renaming changes
  • Loading branch information
LEFTA98 committed Aug 4, 2022
commit e4881d87ed3d21ffa941a00b43ac974bd72618d8
1 change: 1 addition & 0 deletions docs/sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@

# -- Project information -----------------------------------------------------

#TODO: Change this information before going public
project = "opensearch_py_ml"
copyright = f"{datetime.date.today().year}, Elasticsearch BV"

Expand Down
1 change: 1 addition & 0 deletions opensearch_py_ml/field_mappings.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@

if TYPE_CHECKING:
from elasticsearch import Elasticsearch
from opensearchpy import OpenSearch
from numpy.typing import DTypeLike


Expand Down
1 change: 1 addition & 0 deletions opensearch_py_ml/ndframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

if TYPE_CHECKING:
from elasticsearch import Elasticsearch
from opensearchpy import OpenSearch

from opensearch_py_ml.index import Index

Expand Down
1 change: 1 addition & 0 deletions opensearch_py_ml/series.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@

if TYPE_CHECKING:
from elasticsearch import Elasticsearch
from opensearchpy import OpenSearch

from opensearch_py_ml.query_compiler import QueryCompiler

Expand Down