Skip to content

Releases: galenlynch/OpenEphysLoader.jl

v0.2.5

29 Aug 21:07
Compare
Choose a tag to compare

OpenEphysLoader v0.2.5

Diff since v0.2.4

Merged pull requests:

Bugfix: missed Julia 0.7/1.0 deprecation

18 Dec 14:13
Compare
Choose a tag to compare
Use Compat.@warn instead of warn

I missed this deprecation in Julia 0.7/1.0.

Fix deprecations for Julia 0.7 and 1.0

12 Aug 16:38
9dfe190
Compare
Choose a tag to compare
v0.2.3

v0.2.3 Fix deprecations for julia 0.7 and 1.0

Accommodate four-part version numbers

30 Apr 19:55
Compare
Choose a tag to compare

The Open Ephys GUI sometimes uses four-part version numbers, which are incompatible with Julia's VersionNumber data type. If such a version number is encountered, OpenEphysLoader.jl will now truncate the fourth part of the version number.