Skip to content

Releases: beacon-biosignals/EDF.jl

v0.5.0

26 Aug 23:12
Compare
Choose a tag to compare

EDF v0.5.0

Diff since v0.4.2

Merged pull requests:

  • Try to snap month and/or day in header date to 01 if not in valid range. (#34) (@kolia)
  • validate the presence of an AnnotationsSignal on write for discontiguous EDF+ files + new AnnotationsSignal constructor that computes samples_per_record automatically (#36) (@jrevels)

v0.4.2

06 May 02:05
Compare
Choose a tag to compare

EDF v0.4.2

Diff since v0.4.1

Merged pull requests:

  • fix header byte count and add error check for malformed values during write (#32) (@jrevels)

v0.4.1

05 May 23:04
c2f706b
Compare
Choose a tag to compare

EDF v0.4.1

Diff since v0.4.0

Merged pull requests:

  • [Bugfix] add option to truncate values with size larger than spec (#30) (@OTDE)

v0.4.0

05 May 18:05
c61ddad
Compare
Choose a tag to compare

EDF v0.4.0

Diff since v0.3.0

Closed issues:

  • EDF.open(path::AbstractString, mode::AbstractString)::EDF.File + EDF.load!(file::EDF.File, label::AbstractString) (#9)
  • link to specification in README + a sentence/paragraph/list describing what parts of the spec this package supports/implements (#17)

Merged pull requests:

  • refactor to more closely align with EDF specification + improve Annotations signal support (#29) (@jrevels)

v0.3.0

02 May 00:10
7612980
Compare
Choose a tag to compare

EDF v0.3.0

Diff since v0.2.0

Closed issues:

  • Separate signal headers from their samples (#25)

Merged pull requests:

  • [Minor release] bump version to 0.2.0 (#27) (@OTDE)
  • avoid double buffering + slight API clean up (#28) (@jrevels)

v0.2.0

01 May 18:36
02b1b57
Compare
Choose a tag to compare
Bump version (#27)

v0.1.2

29 Oct 18:02
v0.1.2
ebd17f8
Compare
Choose a tag to compare

v0.1.2 (2019-10-29)

Diff since v0.1.1

Closed issues:

  • EDF.decode\(::EDF.Signal\)::Vector (#10)

Merged pull requests:

v0.1.1

25 Oct 20:47
v0.1.1
947d5bd
Compare
Choose a tag to compare

v0.1.1 (2019-10-25)

Diff since v0.1.0

Closed issues:

  • Initial public package registration (#8)

Merged pull requests:

  • Handle non-integer physical/digital extrema values (#13) (ararslan)
  • Avoid bounds errors while accessing signal data for writing (#12) (ararslan)

v0.1.0

20 Sep 15:22
v0.1.0
08cf659
Compare
Choose a tag to compare

v0.1.0 (2019-09-19)

Diff since 904a836e9cbb5d1ba72a18496a379d1b600f07ae

Merged pull requests: