Releases: Onepredict/onebone
v1.3.0
Onebone 1.3.0 Release Notes
Onebone 1.3.0 is a release featuring the work of 2 contributers
What's Changed
- feat: Change minimum version 3.6 -> 3.8 by @kyunghwan-onepredict in #109
- feat: Implement ideal bandpass filter by @ybpark-onepredict in #108
- feat: Remove document_deploy action & Change Code owners by @kyunghwan-onepredict in #112
New Contributors
- @ybpark-onepredict made their first contribution in #108
Full Changelog: v1.2.2...v1.1.3
v1.2.2
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
- hotfix: Deploy global pypi by @kyunghwan-onepredict in #95
- docs: Modify documentation link and add badge by @kyunghwan-onepredict in #100
- feat: Add requirements for sphinx by @kyunghwan-onepredict in #101
- build(deps): bump pillow and numpy in /docs by @dependabot in #102
- hotfix: Moving average docs 수정 및 관리자 code owner 추가 by @kyunghwan-onepredict in #104
Full Changelog: v1.2.0...v1.2.2
Onebone 1.2.0 Release Notes
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
- feat: Add timer function by @Kangwhi-Kim in #58
- feat: signal correlations -> phase alignment feature by @isingmodel in #84
- feat: Add wavelet denoising by @kyunghwan-onepredict in #80
- feat: Add hampel filter by @akangel0307 in #85
- feat: Add converting prps to prpd by @hjkim-onepredict in #83
Modified features
- feat: Modify filter to process n-dimentional input by @kyunghwan-onepredict in #75
Others
- hotfix: Fix version check when deploy by @kyunghwan-onepredict in #74
- fix: make clean으로 .pyc가 제대로 지워지지 않는 현상 버그 수정(#89) by @castedice in #90
New Contributors
- @isingmodel made their first contribution in #84
- @castedice made their first contribution in #90
- @akangel0307 made their first contribution in #85
- @hjkim-onepredict made their first contribution in #83
Full Changelog: v1.1.0...v1.2.0
v1.1.0
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
snrfunction toonebone.featureby @seone-kim in #59 - feat: Add
fs_crosscorrelationfunction toonebone.preprocessingby @jeonjuna in #54 - feat: Add
two_step_iffunction toonebone.featuremodule by @Kangwhi-Kim in #52 - feat: Modify
positive_fftfunction by @Kangwhi-Kim in #66 - feat: Modify github action for checking pr name and branch name by @kyunghwan-onepredict in #71
New Contributors
- @seone-kim made their first contribution in #59
- @jeonjuna made their first contribution in #54
Full Changelog: v1.0.1...v1.1
v1.0.1
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
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.mdfoplib.feature.mnfoplib.feature.vcfoplib.feature.na4oplib.feature.tacho_to_angleoplib.feature.tacho_to_rpmoplib.feature.crestfacoroplib.feature.kurtosisoplib.feature.peak2peakoplib.feature.rms
oplib.math
oplib.math.integrate_trapezoid
oplib.preprocessing
oplib.preprocessing.minmax_scalingoplib.preprocessing.zscore_scaling
oplib.signal
oplib.signal.envelope_hilbertoplib.signal.positive_fftoplib.signal.bandpass_filteroplib.signal.bandstop_filteroplib.signal.highpass_filteroplib.signal.lowpass_filter
oplib.utils
oplib.utils.slice_along_axis
v0.0.2
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)