Skip to content

Releases: Onepredict/onebone

v1.3.0

11 Aug 02:48
bc6f2a7

Choose a tag to compare

Onebone 1.3.0 Release Notes

Onebone 1.3.0 is a release featuring the work of 2 contributers

What's Changed

New Contributors

Full Changelog: v1.2.2...v1.1.3

v1.2.2

25 Apr 03:28
c6a59fd

Choose a tag to compare

Onebone 1.2.2 is a release featuring the work of 2 contributers
spread over 5 pull requests. There have been some improvements,
highlights are:

  • Deploy public to pypi server.
  • Deploy documentation to readthedocs.
    The Python versions supported for this release are 3.6-3.9.

What's Changed

Full Changelog: v1.2.0...v1.2.2

Onebone 1.2.0 Release Notes

22 Mar 00:29
60b8ac0

Choose a tag to compare

Onebone 1.2.0 is a release featuring the work of 6 contributers
spread over 8 pull requests. There have been some improvements,
highlights are:

  • Added the new 5 features.
  • Modified the 1 feature.
    The Python versions supported for this release are 3.6-3.9.

What's Changed

New features

Modified features

Others

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

21 Feb 06:24
f1cfb15

Choose a tag to compare

Onebone 1.1.0 Release Notes

Onebone 1.1.0 is a release featuring the work of 3 contributers
spread over 6 pull requests. There have been some improvements,
highlights are:

  • Added the new 3 features.
  • Modified the 1 feature.

The Python versions supported for this release are 3.6-3.9.

What's Changed

  • feat: Add snr function to onebone.feature by @seone-kim in #59
  • feat: Add fs_crosscorrelation function to onebone.preprocessing by @jeonjuna in #54
  • feat: Add two_step_if function to onebone.feature module by @Kangwhi-Kim in #52
  • feat: Modify positive_fft function by @Kangwhi-Kim in #66
  • feat: Modify github action for checking pr name and branch name by @kyunghwan-onepredict in #71

New Contributors

Full Changelog: v1.0.1...v1.1

v1.0.1

25 Jan 09:23
54e7e92

Choose a tag to compare

onebone 1.0.1 Release Note

onebone 1.0.1 is contains changing package name and new feature.

This release requires Python 3.6.5+.

Highlights of this release

  • Changed repostory and package name.
    • oplib -> onebone
  • Added the new 1 feature.
    • onebone.smoothing

New features

onebone.signal

  • onebone.signal.moving_average

v1.0.0

17 Jan 09:29
7a6737e

Choose a tag to compare

oplib 1.0.0 Release Note

oplib 1.0.0 is the culmination of 1.5 months of hard work. It contains many new features and better documentation.

This release requires Python 3.6.5+.

Highlights of this release

  • Added the new 20 features.
  • oplib.feature (10)
  • oplib.math (1)
  • oplib.preprocessing (2)
  • oplib.signal (6)
  • oplib.utils (1)

New features

oplib.feature

  • oplib.feature.mdf
  • oplib.feature.mnf
  • oplib.feature.vcf
  • oplib.feature.na4
  • oplib.feature.tacho_to_angle
  • oplib.feature.tacho_to_rpm
  • oplib.feature.crestfacor
  • oplib.feature.kurtosis
  • oplib.feature.peak2peak
  • oplib.feature.rms

oplib.math

  • oplib.math.integrate_trapezoid

oplib.preprocessing

  • oplib.preprocessing.minmax_scaling
  • oplib.preprocessing.zscore_scaling

oplib.signal

  • oplib.signal.envelope_hilbert
  • oplib.signal.positive_fft
  • oplib.signal.bandpass_filter
  • oplib.signal.bandstop_filter
  • oplib.signal.highpass_filter
  • oplib.signal.lowpass_filter

oplib.utils

  • oplib.utils.slice_along_axis

v0.0.2

13 Jan 04:38
c9ab758

Choose a tag to compare

oplib 0.0.2 Release Note

oplib 0.0.2 is a test release that if CI/CD works well when release.

  • Implemeted 18 algorithms.
    • feature (8)
    • preprocessing (1)
    • rotary (2)
    • signal (6)
    • math (1)