Skip to content

Commit

Permalink
Bump to release 2.7.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bbfrederick committed Dec 18, 2023
1 parent 7973b2d commit 0094ff0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions cloud/downloadcmd-auther
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# Load authorization data for the NDA downloadcmd

import os

import keyring

username = os.getenv("NDA_USERNAME")
Expand Down
3 changes: 2 additions & 1 deletion cloud/list-rapidtide-relevant-images
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 0094ff0

Please sign in to comment.