From 0094ff09c49b7ea831b655a17fdd2ea734d54a36 Mon Sep 17 00:00:00 2001 From: Blaise deB Frederick Date: Mon, 18 Dec 2023 14:27:32 -0500 Subject: [PATCH] Bump to release 2.7.3.1 --- .circleci/config.yml | 4 ++-- CHANGELOG.md | 3 +++ cloud/downloadcmd-auther | 1 + cloud/list-rapidtide-relevant-images | 3 ++- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1cee0910c..f93a007be 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -492,9 +492,9 @@ jobs: apt-get install -yqq make source activate py311_env pip install -e .[doc] + pip uninistall pyqtgraph pip install numpydoc - pip install pyqt5-sip - pip install pyqt + #pip install pyqt5-sip make -C docs html - store_artifacts: path: /tmp/src/rapidtide/docs/_build/html diff --git a/CHANGELOG.md b/CHANGELOG.md index 71b58d008..ccda10dcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Release history +## Version 2.7.3.1 (12/18/23) +* (rapidtide-cloud) Redoing push to fix a regression due to _somebody_ not testing before deploying (tsk tsk). + ## Version 2.7.3 (12/18/23) * (correlate) Added a new correlation weighting - "regressor", that whitens the correlation spectrum relative to the probe regressor. * (rapidtide) Add support for the "regressor" correlation weighting. diff --git a/cloud/downloadcmd-auther b/cloud/downloadcmd-auther index 8939f9c14..bb6038e28 100755 --- a/cloud/downloadcmd-auther +++ b/cloud/downloadcmd-auther @@ -3,6 +3,7 @@ # Load authorization data for the NDA downloadcmd import os + import keyring username = os.getenv("NDA_USERNAME") diff --git a/cloud/list-rapidtide-relevant-images b/cloud/list-rapidtide-relevant-images index 69d73e5d0..9a80dd8b3 100755 --- a/cloud/list-rapidtide-relevant-images +++ b/cloud/list-rapidtide-relevant-images @@ -2,9 +2,10 @@ # From NDA datastructure manifest, create a list of NDA S3 paths for resting state noise removal. +import argparse import os from pathlib import Path -import argparse + import pandas as pd