Skip to content

Commit

Permalink
chore: bump to v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
clementpoiret committed Mar 29, 2024
1 parent d6c1e20 commit 206e875
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
runs-on: ${{ matrix.operating-system }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down
8 changes: 2 additions & 6 deletions LAST_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@

## Software

* Release of the HSF finetuning pipeline,
* Bug fixes and optimizations,
* Updated dependencies.
* Option to override already segmented mris.

## Models

* Models trained on hippocampal subfields from Clark et al. (2023) dataset (https://doi.org/10.1038/s41597-023-02449-9),
* Models are now hosted on HuggingFace,
* Bug fixes and optimizations.
* No changelog.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,10 @@ Changelogs
HSF
---

**Version 1.2.1**

* Option to override already segmented mris.

**Version 1.2.0**

* Released finetuning scripts,
Expand Down
4 changes: 4 additions & 0 deletions docs/about/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ Current maintainers:

## HSF

### Version 1.2.1 (2024-03-29)

* Added an option to override already segmented mris.

### Version 1.2.0 (2024-02-06)

* Released finetuning scripts,
Expand Down
2 changes: 1 addition & 1 deletion hsf/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.2.0'
__version__ = '1.2.1'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "HSF"
version = "1.2.0"
version = "1.2.1"
description = "A simple yet exhaustive segmentation tool of the Hippocampal Subfields in T1w and T2w MRIs."
authors = ["Clément POIRET <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 206e875

Please sign in to comment.