Skip to content

Commit 59a4ca4

Browse files
authored
Merge pull request #225 from ANTsX/default_branch_change
COMP: Update default branch from master to main
2 parents aeee307 + f4d0d5b commit 59a4ca4

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: ANTsPyNet Unit Tests
33
on:
44
pull_request:
55
types: [opened, synchronize]
6-
branches: [master]
6+
branches: [main]
77
workflow_call:
88
workflow_dispatch:
99

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A collection of deep learning architectures and applications ported to the Pytho
1515
<img src="docs/figures/coreANTsXNetTools.png" width="600" />
1616
</p>
1717

18-
## Overview
18+
## Overview
1919

2020
<details>
2121
<summary>Installation</summary>
@@ -132,7 +132,7 @@ ants.plot(t1, overlay=seg, overlay_alpha=0.5)
132132
* [Claustrum segmentation](https://gist.github.com/ntustison/12a656a5fc2f6f9c4494c88dc09c5621#claustrum-segmentation)
133133
* [Hypothalamus segmentation](https://gist.github.com/ntustison/12a656a5fc2f6f9c4494c88dc09c5621#hypothalamus-segmentation)
134134
* [Cerebellum morphology](https://gist.github.com/ntustison/12a656a5fc2f6f9c4494c88dc09c5621#cerebellum-morphology)
135-
* White matter hyperintensities segmentation
135+
* White matter hyperintensities segmentation
136136
* [SYSU](https://gist.github.com/ntustison/12a656a5fc2f6f9c4494c88dc09c5621#white-matter-hyperintensities-segmentation-sysu)
137137
* [Hypermapp3r](https://gist.github.com/ntustison/12a656a5fc2f6f9c4494c88dc09c5621#white-matter-hyperintensities-segmentation-hypermapp3r)
138138
* [SHIVA](https://gist.github.com/ntustison/12a656a5fc2f6f9c4494c88dc09c5621#white-matter-hyperintensities-segmentation-shiva)
@@ -145,7 +145,7 @@ ants.plot(t1, overlay=seg, overlay_alpha=0.5)
145145

146146
* [Lung applications](https://gist.github.com/ntustison/12a656a5fc2f6f9c4494c88dc09c5621#lung-applications)
147147

148-
* [Lung extraction](https://gist.github.com/ntustison/12a656a5fc2f6f9c4494c88dc09c5621#lung-extraction)
148+
* [Lung extraction](https://gist.github.com/ntustison/12a656a5fc2f6f9c4494c88dc09c5621#lung-extraction)
149149
* [Functional lung segmentation](https://gist.github.com/ntustison/12a656a5fc2f6f9c4494c88dc09c5621#functional-lung-segmentation)
150150
* [Pulmonary artery segmentation](https://gist.github.com/ntustison/12a656a5fc2f6f9c4494c88dc09c5621#pulmonary-artery-segmentation)
151151
* [Pulmonary airway segmentation](https://gist.github.com/ntustison/12a656a5fc2f6f9c4494c88dc09c5621#pulmonary-airway-segmentation)
@@ -197,7 +197,7 @@ ants.plot(t1, overlay=seg, overlay_alpha=0.5)
197197

198198
<details><summary>License</summary>
199199

200-
The ANTsPyNet package is released under an [Apache License](https://github.com/ANTsX/ANTsPyNet/blob/master/LICENSE.md).
200+
The ANTsPyNet package is released under an [Apache License](https://github.com/ANTsX/ANTsPyNet/blob/main/LICENSE.md).
201201

202202
</details>
203203

@@ -212,13 +212,13 @@ The ANTsPyNet package is released under an [Apache License](https://github.com/A
212212

213213
</details>
214214

215-
<!--
215+
<!--
216216
## Contributing
217217
218218
If you encounter an issue, have questions about using ANTsPyNet, or want to request a feature, please feel free to [file an issue](https://github.com/ANTsX/ANTsPyNet/issues). If you plan to contribute new code to ANTsPyNet, we would be very appreciative. The best place to start is again by opening an issue and discussing the potential feature with us.
219219
-->
220220

221-
<!--
221+
<!--
222222
## to publish a release
223223
224224
before doing this - make sure you have a recent run of `pip-compile pyproject.toml`

0 commit comments

Comments
 (0)