Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / awelkie/RustFFT issues and pull requests

#65 - Update Cargo.toml

Pull Request - State: closed - Opened by pcrumley over 3 years ago - 2 comments

#64 - Support for "early cutoff"

Issue - State: closed - Opened by PvdBerg1998 over 3 years ago - 1 comment

#63 - Bump num-complex to 0.3, transpose to 0.2

Pull Request - State: closed - Opened by ejmahler almost 4 years ago

#62 - Pull request to test Github Actions CI

Pull Request - State: closed - Opened by ejmahler almost 4 years ago

#61 - Add github action for check and test

Pull Request - State: closed - Opened by HEnquist almost 4 years ago - 1 comment

#60 - Bump num-complex to 0.3, transpose to 0.2

Pull Request - State: closed - Opened by HEnquist almost 4 years ago - 2 comments

#59 - Bump num dependencies

Issue - State: closed - Opened by osannolik about 4 years ago - 4 comments

#58 - FFT plot mismatches input frequencies

Issue - State: closed - Opened by italic-r over 4 years ago - 4 comments

#57 - Version 3.0.1

Pull Request - State: closed - Opened by ejmahler almost 5 years ago

#56 - Fixed warning regarding inclusive ranges

Pull Request - State: closed - Opened by ejmahler almost 5 years ago

#55 - Disable dyn warning

Pull Request - State: closed - Opened by ejmahler almost 5 years ago

#54 - Add rustc 1.26 to CI config

Pull Request - State: closed - Opened by ejmahler almost 5 years ago

#53 - Add explicit `dyn` to trait objects to remove deprecation warnings

Pull Request - State: closed - Opened by lrbalt almost 5 years ago - 2 comments

#52 - Added documentation on RustFFT's normalization and output order

Pull Request - State: closed - Opened by ejmahler almost 5 years ago

#51 - Fix bare_trait_objects warning

Issue - State: closed - Opened by jrebelo almost 5 years ago - 6 comments

#50 - Benchmarks comparing against other FFT impls (FFTW etc)

Issue - State: open - Opened by daniel-emotech almost 5 years ago - 3 comments

#49 - Support 2D and 3D FFT?

Issue - State: open - Opened by davidssmith almost 5 years ago - 7 comments

#48 - [Breaking Change] Change item names to suit rust naming conventions

Pull Request - State: closed - Opened by mitchmindtree about 5 years ago - 2 comments

#47 - Fixed spelling

Pull Request - State: closed - Opened by justwalt about 5 years ago

#46 - FFT and IFFT validation

Issue - State: closed - Opened by cho45 about 5 years ago - 3 comments

#45 - Discrete Cosine Transform

Issue - State: closed - Opened by xd009642 over 5 years ago - 2 comments

#44 - Better document normalization

Issue - State: closed - Opened by adamnemecek over 5 years ago - 2 comments

#43 - Increase version number to 3.0.0

Pull Request - State: closed - Opened by ejmahler over 5 years ago

#42 - Cargo.toml and documentation updates for 3.0

Pull Request - State: closed - Opened by ejmahler over 5 years ago

#41 - Performance improvements and memory usage reduction

Pull Request - State: closed - Opened by ejmahler over 5 years ago

#40 - Use SIMD

Issue - State: closed - Opened by jimrybarski almost 6 years ago - 6 comments

#39 - Can multidimensional FFT be performed?

Issue - State: closed - Opened by astrojhgu almost 6 years ago - 3 comments

#38 - bump num-complex and rand

Pull Request - State: closed - Opened by FauxFaux about 6 years ago - 5 comments

#37 - Typo fix in changelog

Pull Request - State: closed - Opened by ejmahler about 6 years ago

#36 - Increase version to 2.1.0

Pull Request - State: closed - Opened by ejmahler about 6 years ago

#35 - Cargo.toml and documentation updates

Pull Request - State: closed - Opened by ejmahler about 6 years ago

#34 - Reduce rader's algorithm memory usage

Pull Request - State: closed - Opened by ejmahler about 6 years ago

#33 - Add a "good-thomas double butterfly" algorithm impl

Pull Request - State: closed - Opened by ejmahler about 6 years ago - 9 comments

#32 - Upgrade `num` dependencies`

Issue - State: closed - Opened by JP-Ellis about 6 years ago

#31 - bump rand and num-traits

Pull Request - State: closed - Opened by FauxFaux over 6 years ago - 1 comment

#30 - rustfft fails to build

Issue - State: closed - Opened by pavelmachek over 6 years ago - 5 comments

#29 - [Breaking Change] Change item names to suit rust naming conventions

Pull Request - State: closed - Opened by mitchmindtree over 6 years ago - 1 comment

#28 - Best practices: Replace arc_instance.clone() with Arc::clone(&arc_instance)

Pull Request - State: closed - Opened by ejmahler over 6 years ago - 1 comment

#27 - Make documentation of process_multi more clear

Pull Request - State: closed - Opened by fintelia almost 7 years ago - 1 comment

#26 - Greatly improve cache-friendliness of size 2^n FFTs

Pull Request - State: closed - Opened by ejmahler about 7 years ago - 5 comments

#25 - Document the normalization used

Issue - State: closed - Opened by cbourjau about 7 years ago - 4 comments

#24 - Use a more conventional way to capitalize letters in `FFTplanner`

Issue - State: closed - Opened by Limeth about 7 years ago - 4 comments

#23 - Add docs.rs links to README

Pull Request - State: closed - Opened by awelkie over 7 years ago

#22 - Remove wildcard dependency on rand

Pull Request - State: closed - Opened by awelkie over 7 years ago

#21 - Increment version to 2.0

Pull Request - State: closed - Opened by awelkie over 7 years ago

#20 - Change rc to arc

Pull Request - State: closed - Opened by awelkie over 7 years ago - 1 comment

#19 - Changes for 2.0

Pull Request - State: closed - Opened by ejmahler over 7 years ago - 2 comments

#18 - Add doc-comments

Pull Request - State: closed - Opened by ejmahler over 7 years ago - 1 comment

#17 - 2.0 release

Issue - State: closed - Opened by ejmahler over 7 years ago - 11 comments

#16 - Ergonomics improvements

Pull Request - State: closed - Opened by ejmahler over 7 years ago - 5 comments

#15 - Fix #13: Replace FFT struct with FFT trait

Pull Request - State: closed - Opened by ejmahler over 7 years ago - 2 comments

#14 - Make FFT algorithms public

Pull Request - State: closed - Opened by ejmahler over 7 years ago - 6 comments

#13 - Breaking changes proposal

Issue - State: closed - Opened by ejmahler over 7 years ago - 8 comments

#12 - Overhaul mixed radix implementation for better readability, composability, and performance

Pull Request - State: closed - Opened by ejmahler over 7 years ago - 4 comments

#11 - Use the Good-Thomas algorithm to compose other FFT algorithms

Pull Request - State: closed - Opened by ejmahler about 8 years ago - 5 comments

#10 - Use Rader's Algorithm when the input's size is a prime number

Pull Request - State: closed - Opened by ejmahler about 8 years ago - 3 comments

#9 - When the input size is a power of 2, use the radix-4 algorithm instead of mixed radix

Pull Request - State: closed - Opened by ejmahler over 8 years ago - 4 comments

#8 - Relicense to dual MIT/Apache-2.0

Pull Request - State: closed - Opened by emberian over 8 years ago

#7 - Relicense under dual MIT/Apache-2.0

Issue - State: closed - Opened by emberian over 8 years ago - 1 comment

#6 - submodule rust-kissfft hash doesn't resolve

Issue - State: closed - Opened by itdaniher over 9 years ago - 3 comments

#5 - Allow for inverse FFT

Issue - State: closed - Opened by awelkie over 9 years ago - 3 comments
Labels: enhancement

#4 - Real-only FFT

Issue - State: closed - Opened by awelkie over 9 years ago - 12 comments
Labels: enhancement

#3 - Better KissFFT benchmarking

Issue - State: closed - Opened by awelkie over 9 years ago - 2 comments
Labels: enhancement

#2 - Abstract over sample type

Issue - State: closed - Opened by awelkie over 9 years ago - 6 comments
Labels: enhancement

#1 - Add hardcoded butterflies

Issue - State: closed - Opened by awelkie over 9 years ago
Labels: enhancement