-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updating notebook + bumping version (#199)
* updating notebook + bumping version Signed-off-by: Dhrubo Saha <[email protected]> * addressing comments Signed-off-by: Dhrubo Saha <[email protected]> --------- Signed-off-by: Dhrubo Saha <[email protected]>
- Loading branch information
Showing
3 changed files
with
352 additions
and
173 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,8 +27,8 @@ | |
__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.1.0" | ||
__author__ = "Dhrubo Saha" | ||
__author_email__ = "[email protected], " | ||
__maintainer__ = "Dhrubo Saha, Yaliang Wu" | ||
__maintainer_email__ = "[email protected], [email protected]" | ||
__maintainer__ = "Dhrubo Saha, Yaliang Wu, Alexander Greaves-Tunnell, Sicheng Song, Jing Zhang, Bhavana Goud Ramaram" | ||
__maintainer_email__ = "[email protected], [email protected], [email protected], [email protected], [email protected], [email protected]" |