From f7d2cb16d6e6017181850d025c27c9c8d2edf6d9 Mon Sep 17 00:00:00 2001 From: elijahpetty <128415452+elijahpetty@users.noreply.github.com> Date: Tue, 5 Dec 2023 11:13:58 -0600 Subject: [PATCH 1/3] Update Dockerfile --- server/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Dockerfile b/server/Dockerfile index c543e0e..4b04fb0 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/deephaven/server:${VERSION:-latest} +FROM ghcr.io/deephaven/server:${VERSION:-0.15.0} # pip install any of the plugins required on the server RUN pip install deephaven-plugin-matplotlib RUN pip install --force-reinstall --no-deps deephaven-plugin-matplotlib From 8323c928e1df1dc9d43a0c8eb24a361f8ef56041 Mon Sep 17 00:00:00 2001 From: elijahpetty <128415452+elijahpetty@users.noreply.github.com> Date: Tue, 5 Dec 2023 11:14:21 -0600 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index bcd35e7..35c0959 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,7 @@ Please note you might need to download corpus.words and stopwords from `nltk` li nltk.download('words') nltk.download('stopwords') ``` + +## Note + +The code in this repository is built for Deephaven Community Core v0.15.0. No guarantee of forward or backward compatibility is given. From 50c9a78f3d354aff07a189f7b30ccf32ce1aa376 Mon Sep 17 00:00:00 2001 From: elijahpetty <128415452+elijahpetty@users.noreply.github.com> Date: Mon, 11 Dec 2023 13:37:31 -0600 Subject: [PATCH 3/3] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 35c0959..37929a0 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ nltk.download('words') nltk.download('stopwords') ``` -## Note +## Notes The code in this repository is built for Deephaven Community Core v0.15.0. No guarantee of forward or backward compatibility is given. + +Additionally, the Twitter (now X) API has changed since this code was built, and not guarantee of forward compatibility can be given.