File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1+ 1.9.2 (December 17, 2024)
2+ =========================
3+
4+ Bug fix release in the 1.9.x series.
5+
6+ * FIX: Missed np.savetxt bstring (https://github.com/nipy/nipype/pull/3704)
7+ * MAINT: Bump astral-sh/setup-uv from 3 to 4 (https://github.com/nipy/nipype/pull/3702)
8+ * MAINT: Bump codecov/codecov-action from 4 to 5 (https://github.com/nipy/nipype/pull/3703)
9+
10+
1111.9.1 (November 19, 2024)
212=========================
313
Original file line number Diff line number Diff line change 55
66# nipype version information
77# Remove .dev0 for release
8- __version__ = "1.9.2.dev0 "
8+ __version__ = "1.9.2"
99
1010
1111def get_nipype_gitversion ():
@@ -58,6 +58,7 @@ def get_nipype_gitversion():
5858 "Programming Language :: Python :: 3.10" ,
5959 "Programming Language :: Python :: 3.11" ,
6060 "Programming Language :: Python :: 3.12" ,
61+ "Programming Language :: Python :: 3.13" ,
6162 "Topic :: Scientific/Engineering" ,
6263]
6364PYTHON_REQUIRES = ">= 3.9"
You can’t perform that action at this time.
0 commit comments