Skip to content

Commit

Permalink
boosted to version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cparcerisas committed Aug 31, 2023
1 parent d7b9d68 commit 439ffa3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ group of different deployments.

All the documentation can be found on [readthedocs](https://lifewatch-pypam.readthedocs.io)

> **Warning**
> This package is under active development, use with caution.

## Installation
### Using pip distribution
```bash
Expand All @@ -37,8 +41,9 @@ pip install lifewatch-pypam
poetry build
```

## News from version 0.2.0
## News from version 0.2.1
In version 0.2.0 we removed the detectors, because there are better maintained packages for these purposes.
In version 0.2.1 we added the frequency-dependent calibration!

## Quickstart
The package is imported as `pypam`. The wav files must comply with the needs of
Expand Down
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 = "lifewatch-pypam"
version = "0.2.0"
version = "0.2.1"
description = 'Facilitate acoustic processing from underwater acoustic recorders'
authors = ["Clea Parcerisas <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 439ffa3

Please sign in to comment.