Skip to content

Commit

Permalink
MAINT: Rename package to clinica-pydra-ants
Browse files Browse the repository at this point in the history
  • Loading branch information
ghisvail committed Apr 19, 2024
1 parent af8e80d commit d4b8ecf
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 19 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: publish
name: release

on:
release:
Expand All @@ -13,7 +13,7 @@ concurrency:
cancel-in-progress: true

jobs:
publish:
pypi:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml → .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci
name: test

on:
push:
Expand All @@ -24,10 +24,10 @@ jobs:
python-version: '3.x'
- name: Install Hatch
run: pipx install hatch
- name: Run formatter
run: hatch fmt
- name: Run static analysis
run: hatch fmt --check

test:
run:
strategy:
fail-fast: false
matrix:
Expand Down
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

-----

Pydra tasks for ANTs
Pydra tasks for ANTs designed for Clinica

[Pydra][pydra] is a dataflow engine which provides
a set of lightweight abstractions for DAG
Expand All @@ -16,6 +16,8 @@ construction, manipulation, and distributed execution.
[ANTs][ants] is a toolbox for multi-variate image registration,
segmentation and statistical analysis.

[Clinica][clinica] is a software platform for clinical neuroimaging studies.

**Table of Contents**

- [Available Tasks](#available-tasks)
Expand Down Expand Up @@ -61,7 +63,7 @@ hatch run test
To fix linting issues:

```console
hatch run lint:fix
hatch fmt
```

## License
Expand All @@ -76,12 +78,14 @@ This project is distributed under the terms of the [Apache License, Version 2.0]

[pydra]: https://pydra.readthedocs.io/

[pypi-downloads]: https://static.pepy.tech/badge/pydra-ants
[pypi-downloads]: https://static.pepy.tech/badge/clinica-pydra-ants

[pypi-project]: https://pypi.org/project/clinica-pydra-ants

[pypi-project]: https://pypi.org/project/pydra-ants
[pypi-pyversions]: https://img.shields.io/pypi/pyversions/clinica-pydra-ants.svg

[pypi-pyversions]: https://img.shields.io/pypi/pyversions/pydra-ants.svg
[pypi-version]: https://img.shields.io/pypi/v/clinica-pydra-ants.svg

[pypi-version]: https://img.shields.io/pypi/v/pydra-ants.svg
[status-test]: https://github.com/aramis-lab/clinica-pydra-ants/actions/workflows/test.yaml/badge.svg

[status-test]: https://github.com/aramis-lab/pydra-ants/actions/workflows/test.yaml/badge.svg
[clinica]: https://www.clinica.run/
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ requires = ["hatchling"]
build-backend = "hatchling.build"

[project]
name = "pydra-ants"
version = "0.0.5"
description = "Pydra tasks for ANTs"
name = "clinica-pydra-ants"
version = "0.1.0"
description = "Pydra tasks for ANTs designed for Clinica"
readme = "README.md"
requires-python = ">=3.8"
license = "Apache-2.0"
Expand Down Expand Up @@ -38,9 +38,9 @@ dependencies = [
]

[project.urls]
Documentation = "https://github.com/aramis-lab/pydra-ants#readme"
Issues = "https://github.com/aramis-lab/pydra-ants/issues"
Source = "https://github.com/aramis-lab/pydra-ants"
Documentation = "https://github.com/aramis-lab/clinica-pydra-ants#readme"
Issues = "https://github.com/aramis-lab/clinica-pydra-ants/issues"
Source = "https://github.com/aramis-lab/clinica-pydra-ants"

[tool.hatch.build.targets.wheel]
only-include = ["src/pydra/tasks/ants"]
Expand Down

0 comments on commit d4b8ecf

Please sign in to comment.