Skip to content

Commit

Permalink
NF: removing and adding stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
robbisg committed Jul 25, 2024
1 parent fe1ca63 commit 73ce4d7
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: pyitab
name: sekupy

on: [push]

Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
# flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
python -m pytest --pyargs pyitab --cov=pyitab
python -m pytest --pyargs sekupy --cov=sekupy
- uses: codecov/codecov-action@v1
if: success()
name: 'Upload coverage to CodeCov'
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ junit-results.xml
doc/source/*.doctree


pyitab/io/data/fmri/0_results/*
pyitab/io/data/fmri/derivatives/*
pyitab.egg-info/*
sekupy/io/data/fmri/0_results/*
sekupy/io/data/fmri/derivatives/*
sekupy.egg-info/*
examples/
doc/source/_build/*
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@
[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
[![CodeFactor](https://www.codefactor.io/repository/github/robbisg/sekupy/badge)](https://www.codefactor.io/repository/github/robbisg/sekupy)

`sekupy` is a python-package created for easing (multivariate) neuroimaging analysis. The package has been thought for
`sekupy` is a python-package created for deterging your (dirty) (and) (multivariate) neuroimaging analyses. The package has been thought for
decoding analyses but it includes also basic univariate analyses.

It has some utilities to vary sets of parameters of the analyses without struggling with `for` and `if` statements.

`sekupy` stands for Python at Institute for Advanced Biomedical Technologies (ITAB), which is part of University of Chieti-Pescara "G. D'Annunzio".
It deterges your results, by saving them in a safe manner, by also keeping in mind BIDS.

`sekupy` is the deterged version of `pyitab`.

# Documentation

Expand Down
4 changes: 2 additions & 2 deletions joss/paper.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 'pyitab: a python package for multivariate pipelines of neuroimaging analyses'
title: 'sekupy: a python package for multivariate pipelines of neuroimaging analyses'
tags:
- Python
- Pipelines
Expand Down Expand Up @@ -28,7 +28,7 @@ bibliography: paper.bib

## Documentation

The package is accompanied by documentation (https://pyitab.readthedocs.io/en/latest/index.html) and a number of tutorial notebooks which serve as both guides to the package as well as educational resources.
The package is accompanied by documentation (https://sekupy.readthedocs.io/en/latest/index.html) and a number of tutorial notebooks which serve as both guides to the package as well as educational resources.

# Conclusion

Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ dependencies = [
"pandas",
"seaborn",
"imbalanced-learn",
#"pymvpa2",
"mne",
"lazy_loader",
"statsmodels",
Expand Down

0 comments on commit 73ce4d7

Please sign in to comment.