Skip to content
Merged

Test #49

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ repos:

- repo: https://github.com/astral-sh/uv-pre-commit
# uv version.
rev: "0.5.22"
rev: "0.5.24"
hooks:
# Update the uv lockfile
- id: uv-lock

- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.9.2
rev: v0.9.3
hooks:
# Run the linter.
- id: ruff
Expand Down
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
## 0.3.7 (2025-06-18)

## v0.3.6 (2025-01-22)

## v0.3.4 (2025-01-16)

## v0.3.3 (2025-01-15)

## v0.3.2 (2024-11-08)

## v0.3.1 (2024-11-07)

## v0.3.0 (2024-10-23)

## v0.2.5 (2024-09-30)

## v0.2.3 (2024-09-16)

## v0.2.2 (2024-09-14)

## v0.2.1 (2024-09-14)

## v0.2.0 (2024-09-10)

## v0.1.22 (2024-09-10)

## v0.1.21 (2024-09-10)

## v0.1.20 (2024-09-10)

## v0.1.19 (2024-09-10)

## v0.1.18 (2024-08-30)

### Fix

- **peak_finder**: 🐛 improve noise handling in peak detection
Loading
Loading