Skip to content

Commit b6377fe

Browse files
committed
Updates for 1.4.7
1 parent 3a01991 commit b6377fe

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
History of changes
22

3-
## Version 1.4.7 (6/5/24)
3+
## Version 1.4.7 (6/18/24)
44
* (PICAchooser) Fixed timecourse time axis display when no motion timecourses are used.
5+
* (PICAchooser) Added melodic_dataex mode.
6+
* (PICAchooser) Cleaned up filtering interface.
7+
* (PICAchooser) Use absolute paths internally.
8+
* (PICAchooser) Got filtering working.
9+
* (PICAchooser) Fixed TR specification.
10+
* (package) Made some proactive changes to avoid numpy 2.0.0 problems.
11+
* (package) Cleaned up dependencies for Python 3.12 compatibility.
12+
* (Docker) Updated to Python 3.12 basecontainer.
13+
* Merged LOTS of dependabot changes.
514

615
## Version 1.4.6 (2/23/24)
716
* (rtgrader) Added new program - rtgrader - to do quality assessment of rapidtide datasets.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ classifiers = [
1919
'Programming Language :: Python :: 3.9',
2020
'Programming Language :: Python :: 3.10',
2121
'Programming Language :: Python :: 3.11',
22+
'Programming Language :: Python :: 3.12',
2223
]
2324
requires-python = '>=3.8'
2425
dependencies = [

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686
"Programming Language :: Python :: 3.9",
8787
"Programming Language :: Python :: 3.10",
8888
"Programming Language :: Python :: 3.11",
89+
"Programming Language :: Python :: 3.12",
8990
],
9091
# What does your project relate to?
9192
keywords=["fMRI", "MELODIC", "ICA", "AROMA", "FIX"],

0 commit comments

Comments
 (0)