Skip to content

Commit

Permalink
Release 1.0.2 (#2)
Browse files Browse the repository at this point in the history
- Minor fixes and updates from Github website.
  • Loading branch information
dmg0345 authored Feb 17, 2024
2 parents 5c45d50 + 8d27df5 commit 0a66440
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def collect_folders(path: str) -> list[str]:
# Project copyright.
copyright = author
# Project version.
version = "1.0.1"
version = "1.0.2"
# Project release, set it as the same value as version as the separation is not required.
release = version

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "python-signal-edges"
version = "1.0.1"
version = "1.0.2"
description = "Extract state levels and edges from signals, among others"
license = "MIT"
authors = ["Diego Martinez <[email protected]>"]
Expand Down
6 changes: 3 additions & 3 deletions readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ Signal Edges
------------------------------------------------------------------------------------------------------------------------

**Signal Edges** is a Python package capable of filtering, extracting state levels and edges of signals with millions
of samples, among other things. It is specially suited for analysis of analog signals obtained through hardware
recorders such as oscilloscopes or data recorders and hardware automation in CI/CD environments, although it is
flexible enough to be used for many other different purposes.
of samples, among other things. It is specially suited for analysis of analog signals obtained through recorders, such
as oscilloscopes or data recorders, and hardware automation in CI/CD environments, although it is flexible enough to
be used for many other different purposes.

.. figure:: https://github.com/dmg0345/python-signal-edges/blob/master/doc/.assets/img/007_example_complex_plot_1.png
:align: center
Expand Down

0 comments on commit 0a66440

Please sign in to comment.