File tree Expand file tree Collapse file tree 6 files changed +16
-5
lines changed Expand file tree Collapse file tree 6 files changed +16
-5
lines changed Original file line number Diff line number Diff line change @@ -249,6 +249,10 @@ Changelogs
249249HSF
250250---
251251
252+ **Version 1.2.3 **
253+
254+ * Switched to Hatchling build backend
255+
252256**Version 1.2.2 **
253257
254258* Updated ROILoc to v0.4.1 (latest ANTs version),
Original file line number Diff line number Diff line change @@ -16,8 +16,11 @@ Current maintainers:
1616
1717## HSF
1818
19+ ### Version 1.2.3 (2024-11-17)
1920
20- ### Version 1.2.1 (2024-10-29)
21+ * Switched to Hatchling build backend
22+
23+ ### Version 1.2.2 (2024-10-29)
2124
2225* Updated ROILoc to v0.4.1 (latest ANTs version),
2326* Updated dependencies,
Original file line number Diff line number Diff line change 55 <br>
66 <font size="+2"><b>Hippocampal</b> <i>Segmentation</i> Factory</font>
77 <br>
8- <b>Current HSF version:</b> 1.2.2 <br>
8+ <b>Current HSF version:</b> 1.2.3 <br>
99 <b>Built-in Models version:</b> 4.0.0<br>
1010 <b>Models in the Hub:</b> 4
1111</p >
Original file line number Diff line number Diff line change 1- __version__ = "1.2.2 "
1+ __version__ = "1.2.3 "
Original file line number Diff line number Diff line change 11[project ]
22name = " hsf"
3- version = " 1.2.2 "
3+ version = " 1.2.3 "
44description = " A simple yet exhaustive segmentation tool of the Hippocampal Subfields in T1w and T2w MRIs."
55license = {text = " MIT License" }
66readme = {file = " README.rst" , content-type = " text/x-rst" }
@@ -45,3 +45,7 @@ filterwarnings = ["ignore::DeprecationWarning"]
4545
4646[tool .coverage .report ]
4747omit = [" hsf/welcome.py" ]
48+
49+ [build-system ]
50+ requires = [" hatchling" ]
51+ build-backend = " hatchling.build"
Original file line number Diff line number Diff line change 1717
1818
1919def test_version ():
20- assert __version__ == "1.2.2 "
20+ assert __version__ == "1.2.3 "
2121
2222
2323# SETUP FIXTURES
You can’t perform that action at this time.
0 commit comments