From fa59b184eab114d9e9e65f7f055b32a3a6ee053a Mon Sep 17 00:00:00 2001 From: Matt Drozt Date: Wed, 13 Sep 2023 15:40:01 -0700 Subject: [PATCH] Update SmartSim version number to 0.5.1 (#362) Update SmartRedis dependency to 0.4.2, SmartSim version to 0.5.1. [ committed by @MattToast ] [ reviewed by @al-rigazzi ] --- .wci.yml | 6 +++--- doc/conf.py | 4 ++-- doc/installation_instructions/platform/olcf-summit.rst | 2 +- docker/dev/Dockerfile | 2 +- docker/prod/Dockerfile | 2 +- smartsim/_core/_install/buildenv.py | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.wci.yml b/.wci.yml index b16a10576..1c7ef5d72 100644 --- a/.wci.yml +++ b/.wci.yml @@ -22,8 +22,8 @@ language: Python release: - version: 0.5.0 - date: 2023-07-06 + version: 0.5.1 + date: 2023-09-13 documentation: general: https://www.craylabs.org/docs/overview.html @@ -45,4 +45,4 @@ - Linux/MacOS transfer_protocols: - TCP/IP - - Unix Domain Sockets (UDS) \ No newline at end of file + - Unix Domain Sockets (UDS) diff --git a/doc/conf.py b/doc/conf.py index 5f48b3b39..637e6cba6 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -24,7 +24,7 @@ import smartsim version = smartsim.__version__ except ImportError: - version = "0.4.1" + version = "0.5.1" # The full version, including alpha/beta/rc tags release = version @@ -91,4 +91,4 @@ autoclass_content = 'both' add_module_names = False -nbsphinx_execute = 'never' \ No newline at end of file +nbsphinx_execute = 'never' diff --git a/doc/installation_instructions/platform/olcf-summit.rst b/doc/installation_instructions/platform/olcf-summit.rst index 6770942eb..bbc48f810 100644 --- a/doc/installation_instructions/platform/olcf-summit.rst +++ b/doc/installation_instructions/platform/olcf-summit.rst @@ -14,7 +14,7 @@ directory from which these instructions are executed. .. code-block:: bash # setup Python and build environment - export ENV_NAME=smartsim-0.5.0 + export ENV_NAME=smartsim-0.5.1 git clone https://github.com/CrayLabs/SmartRedis.git smartredis git clone https://github.com/CrayLabs/SmartSim.git smartsim conda config --prepend channels https://ftp.osuosl.org/pub/open-ce/1.4.1/ diff --git a/docker/dev/Dockerfile b/docker/dev/Dockerfile index 46bb991f5..8d4440ce7 100644 --- a/docker/dev/Dockerfile +++ b/docker/dev/Dockerfile @@ -52,7 +52,7 @@ USER craylabs RUN cd SmartSim && SMARTSIM_SUFFIX=dev python -m pip install . -RUN python -m pip install smartsim[ml,dev]==0.5.0 jupyter jupyterlab matplotlib && \ +RUN python -m pip install smartsim[ml,dev]==0.5.1 jupyter jupyterlab matplotlib && \ echo "export PATH=/home/craylabs/.local/bin:$PATH" >> /home/craylabs/.bashrc && \ export PATH=/home/craylabs/.local/bin:$PATH && \ smart clobber && \ diff --git a/docker/prod/Dockerfile b/docker/prod/Dockerfile index 1e509a0c6..adb8593a4 100644 --- a/docker/prod/Dockerfile +++ b/docker/prod/Dockerfile @@ -44,7 +44,7 @@ WORKDIR /home/craylabs COPY --chown=craylabs:root ./tutorials/ /home/craylabs/tutorials/ USER craylabs -RUN python -m pip install smartsim[ml]==0.5.0 jupyter jupyterlab matplotlib && \ +RUN python -m pip install smartsim[ml]==0.5.1 jupyter jupyterlab matplotlib && \ echo "export PATH=/home/craylabs/.local/bin:$PATH" >> /home/craylabs/.bashrc && \ export PATH=/home/craylabs/.local/bin:$PATH && \ smart build --device cpu -v && \ diff --git a/smartsim/_core/_install/buildenv.py b/smartsim/_core/_install/buildenv.py index ab285d059..49d35272b 100644 --- a/smartsim/_core/_install/buildenv.py +++ b/smartsim/_core/_install/buildenv.py @@ -313,8 +313,8 @@ class Versioner: PYTHON_MIN = Version_("3.8.0") # Versions - SMARTSIM = Version_(get_env("SMARTSIM_VERSION", "0.5.0")) - SMARTREDIS = Version_(get_env("SMARTREDIS_VERSION", "0.4.1")) + SMARTSIM = Version_(get_env("SMARTSIM_VERSION", "0.5.1")) + SMARTREDIS = Version_(get_env("SMARTREDIS_VERSION", "0.4.2")) SMARTSIM_SUFFIX = get_env("SMARTSIM_SUFFIX", "") # Redis