Skip to content

Commit

Permalink
Improvements and fixes
Browse files Browse the repository at this point in the history
- Changed: Modenized build method, added linting
- Added: Type annotations
- Added: Frequency response calculation
- Added: Github actions based PyPI release workflow
- Fixed: Wrong step in ZOH discretization
  • Loading branch information
dmrokan committed Aug 15, 2024
1 parent 3a522c5 commit 51eea09
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
push:
tags:
- "v*"
workflow_call:

jobs:
build:
Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/pypa_workaround.yml

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "focont"
version = "1.0.0"
version = "1.0.1"
dependencies = [
"scipy",
"numpy",
Expand Down

0 comments on commit 51eea09

Please sign in to comment.