v0.5.0
Notable Updates
- Documentation rewritten to include working examples for every function based on unit tests
- Polyphase resampler based on SciPy/cuSignal's
resample_poly
Full changelog below:
What's Changed
- Modifies TensorViewToNumpy and NumpyToTensorView for rank = 5 by @nvjonwong in #427
- NumpyToTensorView overload which returns new TensorView by @nvjonwong in #428
- Added fftfreq() generator by @cliffburdick in #430
- Latest NumpyToTensorView function requires complex conversion for complex types by @nvjonwong in #431
- Fixed print function to work on device in certain cases by @cliffburdick in #436
- Fixed unused variable warning by @cliffburdick in #435
- Adding initial polyphase resampler transform by @tbensonatl in #437
- Revamped documentation by @cliffburdick in #438
- Fixing typo in Cholesky docs by @cliffburdick in #439
- Added broadcasting documentation by @cliffburdick in #440
- Broadcast docs by @cliffburdick in #441
New Contributors
- @nvjonwong made their first contribution in #427
Full Changelog: v0.4.1...v0.5.0