Skip to content

Commit

Permalink
Merge branch 'development' into no_config
Browse files Browse the repository at this point in the history
  • Loading branch information
rantahar committed Oct 30, 2024
2 parents 581464a + 65a33b9 commit 300ca51
Show file tree
Hide file tree
Showing 14 changed files with 728 additions and 514 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
[![Test installation from source](https://github.com/digitraceslab/niimpy/actions/workflows/install.yml/badge.svg)](https://github.com/digitraceslab/niimpy/actions/workflows/install.yml)
[![codecov](https://codecov.io/gh/digitraceslab/niimpy/branch/master/graph/badge.svg?token=SEEOOF7A70)](https://codecov.io/gh/digitraceslab/niimpy)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/digitraceslab/niimpy/HEAD?labpath=docs)

What
----
Expand Down Expand Up @@ -89,12 +90,12 @@ location = location.reset_index(0).dropna()

# Feature extraction
features = nilo.extract_features(
lats=location['double_latitude'],
lons=location['double_longitude'],
lats=location['latitude'],
lons=location['longitude'],
users=location['user'],
groups=location['group'],
times=location.index,
speeds=location['double_speed']
speeds=location['speed']
)
```

Expand Down
Binary file added dist/niimpy-1.2.1-py3-none-any.whl
Binary file not shown.
Binary file added dist/niimpy-1.2.1.tar.gz
Binary file not shown.
Binary file added dist/niimpy-1.2.2-py3-none-any.whl
Binary file not shown.
Binary file added dist/niimpy-1.2.2.tar.gz
Binary file not shown.
471 changes: 318 additions & 153 deletions docs/user_guide/preprocessing/audio.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 300ca51

Please sign in to comment.