Releases: beacon-biosignals/OndaEDF.jl
Releases · beacon-biosignals/OndaEDF.jl
v0.12.4
v0.12.3
v0.12.2
OndaEDF v0.12.2
Merged pull requests:
- add warning about samples being encoded (#85) (@ericphanson)
- drop misleading bit of docstring (#87) (@ericphanson)
Closed issues:
- return decoded Onda samples (#84)
v0.12.1
OndaEDF v0.12.1
Closed issues:
- [Bug] Cannot convert a sample to EDF (#80)
Merged pull requests:
- fix handling of negative resolutions in export (#81) (@kleinschmidt)
v0.12.0
OndaEDF v0.12.0
This release is breaking due to changes in how EDF quantization is chosen for export; 0.12.0 is API-compatible with 0.11 series, but for non-Int16
-encoded Onda signals, the content and headers of exported EDFs may change.
Closed issues:
- cannot export Onda Samples with
sample_type = UInt16
(#75)
Merged pull requests:
- fix sample encoding for export (#76) (@kleinschmidt)
v0.11.9
OndaEDF v0.11.9
Merged pull requests:
- fix docs build on tags without explicitly adding OndaEDFSchemas (#79) (@kleinschmidt)
v0.11.8
OndaEDF v0.11.8
Closed issues:
- offset
EDF.Signals
in time based on their start_nanosecond value in anOnda.Signal
(#2)
Merged pull requests:
- more narrative docs on converting EDF to Onda (#78) (@kleinschmidt)
v0.11.7
OndaEDF v0.11.7
Closed issues:
- label matching should be decoupled from unit matching (#69)
Merged pull requests:
- match units, labels, and encoding independently while planning (#77) (@kleinschmidt)