Releases: JuliaTelecom/SoapySDR.jl
Releases · JuliaTelecom/SoapySDR.jl
v0.1.2
v0.1.1
SoapySDR v0.1.1
Closed issues:
- KWarg finalizer issue (#3)
- API Audit (#8)
- Udev Rules and Kernel Blacklists (#9)
read
seems to return samples from the past (#12)read
with RTLSDR sometimes returnsTIMEOUT
orOVERFLOW
(#13)- Large StreamBuffer requests do not block until fulfilled (#17)
- Fixing to MTU is the wrong approach (#26)
- Error when trying to change a Channel parameter of type Bool (#33)
Merged pull requests:
- Large buffers (#22) (@sjkelly)
- fix finalizers, closes #3 (#27) (@sjkelly)
- Misc: Docs, test boilerplate (#28) (@sjkelly)
- Add several more wrappers, and minor reorg (#29) (@sjkelly)
- WIP: Initial API (re)integration (#30) (@sjkelly)
- remove SampleBuffer (#31) (@sjkelly)
- wrap _getNativeHandle (#32) (@sjkelly)
- Sjk/cleanups1 (#35) (@sjkelly)
v0.1.0
SoapySDR v0.1.0
Closed issues:
- Int12 and Int4 Support (#2)
- USRP Driver (#5)
- LimeSDR Driver (#7)
- UHD error when running
Devices()
(#19)
Merged pull requests:
- Initialize CI boilerplate and Registration Prep (#1) (@sjkelly)
- Add loopback harness, docs, rework StreamFormat and SoapySDR_Registration tests (#4) (@sjkelly)
- Add new high-level examples (#10) (@staticfloat)
- Additional API Wrappers (#11) (@sjkelly)
- Extra Wrappers (#15) (@sjkelly)
- Address several issues discovered in testing (#18) (@sjkelly)
- handle AbstractRange in Unit printing, closes #19 (#20) (@sjkelly)
- [ci] enable coverage (#21) (@sjkelly)