Skip to content

Releases: sintel-dev/SigPro

v0.3.0 - 2025-02-17

Choose a tag to compare

@sarahmish sarahmish released this 18 Feb 03:52

0.3.0 - 2025-02-17

Features

v0.2.1 - 2024-04-24

Choose a tag to compare

@sarahmish sarahmish released this 24 Apr 18:42

0.2.1 - 2024-04-24

Features

v0.2.0 - 2024-02-02

Choose a tag to compare

@andyx13 andyx13 released this 03 Feb 05:46

0.2.0 - 2024-02-02

Features

v0.1.2 - 2023-12-11

Choose a tag to compare

@andyx13 andyx13 released this 11 Dec 18:25
8c58996

0.1.2 - 2023-12-11

Features

  • Python version update by @andyx13 in #43
  • Add demo notebook and per-primitive documentation by @andyx13 in #48

v0.1.1- 2023-04-06

Choose a tag to compare

@sarahmish sarahmish released this 06 Apr 17:25

0.1.1 - 2023-04-06

Features

v0.1.0

Choose a tag to compare

@frances-h frances-h released this 15 Nov 01:27

Features

  • Rework SigPro to be class based

v0.0.3

Choose a tag to compare

@frances-h frances-h released this 30 Sep 13:35

Features

  • Add process_signals function to take a collection of primitives and create features for the given data.

0.0.1 - 2021-01-26

Choose a tag to compare

@pvk-developer pvk-developer released this 27 Jan 07:45

First release to PyPI.

This release comes with the first version of the contributing module, which makes it easier
to create new primitives and to test those with the demo data included in this package.

This release also includes the following User Guides:

  • PRIMITIVES.md: Information
    about the primitive families, their expected input and output.
  • USAGE.md: Instructions about how
    to usee the three main functionalities of SigPro.
  • DEVELOPMENT.md: Step by step
    guide about how to write a valid SigPro primitive and contribute it to either SigPro or
    your own library.

Features

  • Demo data: Available demo data to test primitives.
  • First primitives: The following list of primitives were added:
    • sigpro.aggregations.amplitude.statistical.crest_factor
    • sigpro.aggregations.amplitude.statistical.kurtosis
    • sigpro.aggregations.amplitude.statistical.mean
    • sigpro.aggregations.amplitude.statistical.rms
    • sigpro.aggregations.amplitude.statistical.skew
    • sigpro.aggregations.amplitude.statistical.std
    • sigpro.aggregations.amplitude.statistical.var
    • sigpro.transformations.amplitude.identity.identity
    • sigpro.transformations.frequency.fft.fft
    • sigpro.transformations.frequency.fft.fft_real
    • sigpro.transformations.frequency_time.stft.stft
    • sigpro.transformations.frequency_time.stft.stft_real
  • Contributing module.
  • Documentation on how to contribute new primitives and how to run those.