Releases: qsib-cbie/sci-rs
Releases · qsib-cbie/sci-rs
v0.4.0
What's Changed
- Run on self-hosted by @trueb2 in #15
- Add frozen python package versions to use for feature comparisons by @trueb2 in #17
- Use nextest to run tests by @trueb2 in #18
- Create CODEOWNERS by @trueb2 in #19
- Add clippy check to the workflow by @trueb2 in #20
- Add sccache to build by @trueb2 in #21
- Trim down dev dependencies for faster build and test by @trueb2 in #22
- Add Initial IIR Filter Design implementations by @trueb2 in #16
- Prepare for v0.1.5 release by @trueb2 in #23
- Remove if stmt conversion of bool to int by @trueb2 in #25
- Add mut reference to sos to support resume sosfilt by @trueb2 in #26
- creating zpk for low pass by @laurasfelix in #28
- Feature/zpkhp by @laurasfelix in #29
- Fix cutoff design arg for low and high pass iirfilter by @trueb2 in #31
- tests for updated hp and lp by @laurasfelix in #32
- Run CI on hosted ubuntu by @trueb2 in #33
- Unstable version erased from sci-rs by @laurasfelix in #30
- Update README.md by @trueb2 in #34
- Feature/lp2bs zpk by @laurasfelix in #35
- Fix CI by @trueb2 in #36
- Add Z-Score Modified Absolute Deviation and Modified Z-Score by @No9 in #37
- chore: clippy: Use slice ref instead of vec ref by @trueb2 in #39
- Fix zpk2sos_dyn 'np.isreal(p).sum() == 0' by @barakugav in #41
- v0.3.13: design fixes for lp2hp zpk and zpk to sos by @trueb2 in #42
- Implemented function to access the filter delay values by @raui100 in #43
- v0.3.14 for sos z state by @trueb2 in #44
- clippy: Remove duplicate feature guards by @trueb2 in #46
- Add the
scipy.signal.square
function by @barakugav in #49 - Fix tests without 'std' feature by @barakugav in #48
- Bump ndarray to 0.16 by @barakugav in #52
- Update savgol_filter to include deriv functionality by @jkv64 in #54
- Special: Comb and Comb with repetition by @matthew-hennefarth in #55
- v0.4.0: Bump crate versions by @trueb2 in #56
- Remove failing CI jobs by @trueb2 in #57
- Convolution and Correlation via FFT by @trueb2 in #58
New Contributors
- @trueb2 made their first contribution in #15
- @laurasfelix made their first contribution in #28
- @No9 made their first contribution in #37
- @barakugav made their first contribution in #41
- @raui100 made their first contribution in #43
- @jkv64 made their first contribution in #54
- @matthew-hennefarth made their first contribution in #55
Full Changelog: https://github.com/qsib-cbie/sci-rs/commits/v0.4.0