Skip to content

Commit

Permalink
updating version (opensearch-project#33)
Browse files Browse the repository at this point in the history
Signed-off-by: Dhrubo Saha <dhrubo@amazon.com>

Signed-off-by: Dhrubo Saha <dhrubo@amazon.com>
  • Loading branch information
dhrubo-os authored and gaiksaya committed Feb 10, 2023
1 parent 8ee955f commit 2b2320c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ OpenSearch-py-ml
## Welcome!

**opensearch-py-ml** is a Python client that provides a suite of data analytics and machine learning tools for OpenSearch.
**Opensearch-py-ml is an experimental project**
It is [a community-driven, open source fork](https://aws.amazon.com/blogs/opensource/introducing-opensearch/) a fork of [eland](https://github.com/elastic/eland), which provides data analysis and machine learning
licensed under the [Apache v2.0 License](https://github.com/opensearch-project/opensearch-py/blob/main/LICENSE.txt).

Expand Down
2 changes: 2 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Opensearch-py-ml: DataFrames and Machine Learning backed by Opensearch
Opensearch-py-ml is a Python Opensearch client for exploring and analyzing data
in Opensearch with a familiar Pandas-compatible API.

**Opensearch-py-ml is an experimental project**

Where possible the package uses existing Python APIs and data structures to make it easy to switch between numpy,
pandas, scikit-learn to their Opensearch powered equivalents. In general, the data resides in Opensearch and
not in memory, which allows Opensearch-py-ml to access large datasets stored in Opensearch.
Expand Down
6 changes: 0 additions & 6 deletions docs/source/reference/api/Series.es_dtypes.rst

This file was deleted.

6 changes: 6 additions & 0 deletions docs/source/reference/api/Series.os_dtypes.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Series.os_dtypes
======================

.. currentmodule:: opensearch_py_ml

.. autoattribute:: opensearch_py_ml.Series.os_dtypes
2 changes: 1 addition & 1 deletion opensearch_py_ml/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
__title__ = "opensearch_py_ml"
__description__ = "Python Client and Toolkit for DataFrames, Big Data, Machine Learning and ETL in OpenSearch"
__url__ = "https://github.com/opensearch-project/opensearch-py-ml"
__version__ = "1.0.0"
__version__ = "1.0.0-beta1"
__author__ = "Dhrubo Saha"
__author_email__ = "dhrubo@amazon.com, "
__maintainer__ = "Dhrubo Saha, Yaliang Wu"
Expand Down

0 comments on commit 2b2320c

Please sign in to comment.