Releases: beacon-biosignals/Onda.jl
Releases · beacon-biosignals/Onda.jl
v0.15.11
v0.15.10
v0.15.9
v0.15.8
Onda v0.15.8
Merged pull requests:
- Create dependabot.yml (#157) (@palday)
- Bump julia-actions/setup-julia from 1 to 2 (#158) (@dependabot[bot])
- Bump codecov/codecov-action from 3 to 4 (#160) (@dependabot[bot])
- Bump actions/checkout from 2 to 4 (#161) (@dependabot[bot])
- Use julia-actions/cache in CI (#162) (@palday)
- Bump julia-actions/cache from 1 to 2 (#165) (@dependabot[bot])
- define
convert
for Samples (#168) (@ericphanson) - add
Base.vcat
method for Samples (#170) (@ericphanson)
Closed issues:
v0.15.7
v0.15.6
Onda v0.15.6
Merged pull requests:
v0.15.5
Onda v0.15.5
Merged pull requests:
- use fma in decoding (#148) (@ericphanson)
Closed issues:
- Use
muladd
/fma
in encoding/decoding? (#146)
v0.15.4
Onda v0.15.4
Merged pull requests:
- Remove write_annotations and write_signals in the docs (#149) (@mtlee)
- fix bug in hashing samples (#151) (@ericphanson)
- bump TimeSpans compat to 1.0 (#152) (@kleinschmidt)
- fix for Arrow 2.7 (#153) (@palday)
Closed issues:
- Missing method for
Base.hash
(#150)
v0.15.3
v0.15.2
Onda v0.15.2
Merged pull requests:
- backport throw an informative error when a channel is not found (#138) (#139) (@kleinschmidt)
- Define
Base.isequal
recursively onSamples
(#143) (@hannahilea)