Skip to content

Commit

Permalink
Merge pull request #9 from sensein/dev
Browse files Browse the repository at this point in the history
switching to senselab and pydra
  • Loading branch information
fabiocat93 authored May 6, 2024
2 parents cf4c757 + fc18408 commit c7a7d48
Show file tree
Hide file tree
Showing 83 changed files with 1,664 additions and 3,240 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: This is a template for reporting a bug.
# If you want to enable automatic linking to projects,
# uncomment the following line and replace the project ID
# with the ID of your project.
# projects: ["pipepal"]
# projects: ["senselab"]
title: 'Bug: '
labels: [bug]
body:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/development_task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: This is a template for a development task
# If you want to enable automatic linking to projects,
# uncomment the following line and replace the project ID
# with the ID of your project.
# projects: ["pipepal"]
# projects: ["senselab"]
title: 'Task: '
labels: [task]
body:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/general.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: This is a template for reporting a general issue.
# If you want to enable automatic linking to projects,
# uncomment the following line and replace the project ID
# with the ID of your project.
# projects: ["pipepal"]
# projects: ["senselab"]
title: ''
labels: [other]
body:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/support_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: This is a template for submitting a support request.
# If you want to enable automatic linking to projects,
# uncomment the following line and replace the project ID
# with the ID of your project.
# projects: ["pipepal"]
# projects: ["senselab"]
title: 'Support: '
labels: [question]
body:
Expand Down
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#### 🐛 Bug Fix

- fixing pdoc hierarchy [#3](https://github.com/sensein/pipepal/pull/3) ([@fabiocat93](https://github.com/fabiocat93))
- fixing pdoc hierarchy [#3](https://github.com/sensein/senselab/pull/3) ([@fabiocat93](https://github.com/fabiocat93))

#### Authors: 1

Expand All @@ -14,7 +14,7 @@

#### 🐛 Bug Fix

- Structuring the architecture with services and interfaces [#2](https://github.com/sensein/pipepal/pull/2) ([@fabiocat93](https://github.com/fabiocat93))
- Structuring the architecture with services and interfaces [#2](https://github.com/sensein/senselab/pull/2) ([@fabiocat93](https://github.com/fabiocat93))

#### Authors: 1

Expand All @@ -26,7 +26,7 @@

#### 🐛 Bug Fix

- This is a simple pull request to test CI [#1](https://github.com/sensein/pipepal/pull/1) ([@fabiocat93](https://github.com/fabiocat93))
- This is a simple pull request to test CI [#1](https://github.com/sensein/senselab/pull/1) ([@fabiocat93](https://github.com/fabiocat93))

#### ⚠️ Pushed to `main`

Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## ```pipepal``` pull request guidelines
Pull requests are always welcome, and we appreciate any help you give. Note that a code of conduct applies to all spaces managed by the ```pipepal``` project, including issues and pull requests. Please see the [Code of Conduct](CODE_OF_CONDUCT.md) for details.
## ```senselab``` pull request guidelines
Pull requests are always welcome, and we appreciate any help you give. Note that a code of conduct applies to all spaces managed by the ```senselab``` project, including issues and pull requests. Please see the [Code of Conduct](CODE_OF_CONDUCT.md) for details.

### Workflow
Please use the following workflow when contributing:
Expand Down
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# The ```pipepal``` repo
# The ```senselab``` repo

[![Build](https://github.com/sensein/pipepal/actions/workflows/test.yaml/badge.svg?branch=main)](https://github.com/sensein/pipepal/actions/workflows/test.yaml?query=branch%3Amain)
[![codecov](https://codecov.io/gh/sensein/pipepal/branch/main/graph/badge.svg?token=MFU1LM80ET)](https://codecov.io/gh/sensein/pipepal)
[![Build](https://github.com/sensein/senselab/actions/workflows/test.yaml/badge.svg?branch=main)](https://github.com/sensein/senselab/actions/workflows/test.yaml?query=branch%3Amain)
[![codecov](https://codecov.io/gh/sensein/senselab/branch/main/graph/badge.svg?token=MFU1LM80ET)](https://codecov.io/gh/sensein/senselab)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)

[![PyPI](https://img.shields.io/pypi/v/pipepal.svg)](https://pypi.org/project/pipepal/)
[![Python Version](https://img.shields.io/pypi/pyversions/pipepal)](https://pypi.org/project/pipepal)
[![License](https://img.shields.io/pypi/l/pipepal)](https://opensource.org/licenses/Apache-2.0)
[![PyPI](https://img.shields.io/pypi/v/senselab.svg)](https://pypi.org/project/senselab/)
[![Python Version](https://img.shields.io/pypi/pyversions/senselab)](https://pypi.org/project/senselab)
[![License](https://img.shields.io/pypi/l/senselab)](https://opensource.org/licenses/Apache-2.0)

[![pages](https://img.shields.io/badge/api-docs-blue)](https://sensein.github.io/pipepal)
[![pages](https://img.shields.io/badge/api-docs-blue)](https://sensein.github.io/senselab)

Welcome to the ```pipepal``` repo! This is a Python package for streamlining the processing and analysis of behavioral data, such as voice and speech patterns, with robust and reproducible methodologies.
Welcome to the ```senselab``` repo! This is a Python package for streamlining the processing and analysis of behavioral data, such as voice and speech patterns, with robust and reproducible methodologies.

**Caution:**: this package is still under development and may change rapidly over the next few weeks.

Expand All @@ -21,35 +21,35 @@ Welcome to the ```pipepal``` repo! This is a Python package for streamlining the

- **Reproducibility**: Ensures consistent outputs through the use of fixed seeds and version-controlled processing steps, making your results verifiable and easily comparable.

- **Easy integration**: Designed to fit into existing workflows with minimal configuration, `pipepal` can be used alongside other data analysis tools and frameworks seamlessly.
- **Easy integration**: Designed to fit into existing workflows with minimal configuration, `senselab` can be used alongside other data analysis tools and frameworks seamlessly.

- **Extensible**: Open to modifications and contributions, the package can be expanded with custom transformations and pipelines to meet specific research needs. <u>Do you want to contribute? Please, reach out!</u>

- **Comprehensive documentation**: Comes with detailed documentation for all features and modules, including examples and guides on how to extend the package for other types of behavioral data analysis.

- **Performance Optimized**: Efficiently processes large datasets with optimized code and algorithms, ensuring quick turnaround times even for complex analyses.

- **Interactive Examples**: Includes Jupyter notebooks that provide practical examples of how `pipepal` can be implemented to derive insights from real-world data sets.
- **Interactive Examples**: Includes Jupyter notebooks that provide practical examples of how `senselab` can be implemented to derive insights from real-world data sets.

Whether you're researching speech disorders, analyzing customer service calls, or studying communication patterns, `pipepal` provides the tools and flexibility needed to extract meaningful conclusions from your data.
Whether you're researching speech disorders, analyzing customer service calls, or studying communication patterns, `senselab` provides the tools and flexibility needed to extract meaningful conclusions from your data.


## Installation
Install this package via:

```sh
pip install pipepal
pip install senselab
```

Or get the newest development version via:

```sh
pip install git+https://github.com/sensein/pipepal.git
pip install git+https://github.com/sensein/senselab.git
```

## Quick start
```Python
from pipepal.app import hello_world
from senselab.app import hello_world

hello_world()
```
Expand Down
Loading

0 comments on commit c7a7d48

Please sign in to comment.