Skip to content

Commit

Permalink
fix: python version for per commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
dfm88 committed Jan 24, 2025
1 parent 654cf68 commit 01d8be6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.x"
python-version: "3.11"
- name: Install pre-commit
run: pip install pre-commit
- name: Run pre-commit
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]


## [1.1.0] - 2025-01-24

### Fixed

- uncertainty calculations for SSI algorithm
Expand All @@ -26,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- HC on damping and on complex conjugate included into `SSI_poles`function
- order for run_param renamed to `order_in`
- Renamed uncertanties component from `xxx_cov`to `xxx_std`
- updated tests

### Added

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pyOMA_2"
version = "1.0.0"
version = "1.1.0"
description = "Python module for conducting Operational Modal Analysis"
authors = [
{name = "Dag Pasca", email = "dpa@treteknisk.no"},
Expand Down

0 comments on commit 01d8be6

Please sign in to comment.