From 9dfc040ea1c98f013c7091de8b829f0f07f5ab44 Mon Sep 17 00:00:00 2001 From: "Jonathan R. Madsen" Date: Wed, 6 Jun 2018 03:19:39 -0700 Subject: [PATCH] Script updates --- CHANGES.rst | 17 ----------------- cmake/Scripts/all-pip-update.sh | 2 +- 2 files changed, 1 insertion(+), 18 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index d239f0f99..b035d0425 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,23 +1,6 @@ TiMemory ======== -Release: TiMemory 2.2.1 ------------------------ - -Author: Jonathan R. Madsen Date: Tue Jun 6 01:32:45 2018 -0700 - -- fix to TiMemoryConfig.cmake when installed via sudo - -Release: TiMemory 2.2.0 ------------------------ - -Author: Jonathan R. Madsen Date: Tue Jun 5 00:28:10 2018 -0700 - -- self-cost available in manager + plotting safeguards -- Improved singleton deletion -- alternative colors for when len(_types) == 1 in plotting -- plotting label fix - Release: TiMemory 2.1.0 ----------------------- diff --git a/cmake/Scripts/all-pip-update.sh b/cmake/Scripts/all-pip-update.sh index d8bf7ca17..cb58c43f6 100755 --- a/cmake/Scripts/all-pip-update.sh +++ b/cmake/Scripts/all-pip-update.sh @@ -14,7 +14,7 @@ get_pip() echo "" } -for i in 3.{7..0} 2.{7..9} +for i in 3.{7..4} 2.7 do PIP_CMD=$(get_pip pip-${i} pip${i})