Skip to content

Commit

Permalink
Updates for 1.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bbfrederick committed Jun 18, 2024
1 parent 3a01991 commit b6377fe
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
History of changes

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

## Version 1.4.6 (2/23/24)
* (rtgrader) Added new program - rtgrader - to do quality assessment of rapidtide datasets.
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ classifiers = [
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
]
requires-python = '>=3.8'
dependencies = [
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
],
# What does your project relate to?
keywords=["fMRI", "MELODIC", "ICA", "AROMA", "FIX"],
Expand Down

0 comments on commit b6377fe

Please sign in to comment.